
Security News
/Research
npm Phishing Email Targets Developers with Typosquatted Domain
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.
Automatic reverse proxy with let's encrypt. All requests received will be create a reverse proxy to port 80. SSL will be generated with let's encrypt for each host in requests
Automatic reverse proxy with let's encrypt.
All requests received will be create a reverse proxy to an regular http server
SSL will be generated with let's encrypt for each host in requests.
This is very useful to put that app in front an web server that only has support for http
npm install -g sslize
First register the domain[s] to use:
```
npx greenlock add --subject domain.com --altnames domain.com
```
then start the sslize
```
sslize email protocol://host:port productionServer(true|false)
```
```
npx greenlock add --subject domain.com --altnames domain.com
sslize john@example.com http://destination-server.com:8080 false
```
This command will start a webserver on port 80 and 443 to receive the incoming connection then register the ssl if necessary then connect it to the destination, in our case http://destination-server.com:8080, but it could be another webserver as well.
sslize john@example.com http://destination-server.com:8080 true
Only use the productionServer only when you have sure that will work, first test with staging server, setting the last argument to false
https://www.npmjs.com/package/greenlock
https://git.rootprojects.org/root/greenlock.js.git
https://git.rootprojects.org/root/greenlock.js/issues/29
https://git.rootprojects.org/root/greenlock-express.js
https://git.rootprojects.org/root/greenlock-express.js/src/branch/master/examples
https://github.com/fernandobhz/sslize/blob/00580e97ac2cd6402ba912d915ca975fbc33eb73/sslize.js
https://www.linkedin.com/in/fernandoreisguimaraes/
FAQs
Automatic reverse proxy with let's encrypt. All requests received will be create a reverse proxy to port 80. SSL will be generated with let's encrypt for each host in requests
We found that sslize demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
/Research
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.
Security News
Knip hits 500 releases with v5.62.0, refining TypeScript config detection and updating plugins as monthly npm downloads approach 12M.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.