
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
FakeSSL impersonates an HTTPS server and prints the client requests.
Download and unzip the master zip from github and execute the following into fakessl dir
$ gem build ./fakessl.gemspec
$ gem install fakessl-0.0.3.gem
Or install it as:
$ gem install fakessl
Generate a certificate:
$ fakessl -g test.org
[+] Generating fake key and certificate for test.org
Use the previous certificate and key to setup a fake HTTPS server on port 443:
$ sudo fakessl -c test.org.cert -k test.org.key -p 443
Password:
[+] Fake test.org is listening on port 443
[+] Client requests are:
=> GET /advv HTTP/1.1
Single command line to generate certificate and key and setup the HTTPS server:
$ sudo fakessl -g test.org -p 443
Password:
[+] Generating fake key and certificate for test.org
[+] Fake test.org is listening on port 443
[+] Client requests are:
=> GET /byy.html HTTP/1.1
In case you need to use it with a browser that checks the authenticity of the certificate you need to import the generated certificate as trusted. Firefox example. Go to Edit -> Preferences -> Advanced -> View Certificates -> Servers -> Import -> Choose the certificate from your drive after generating it. Then select the imported certificate and click on the button "Edit Trust...". Inside the Firefox window enable "Trust the authenticity of this certificate"
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that fakessl 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
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.