
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.
github.com/hankpeeples/sitemapbuilder
This program builds a sitemap of the website you give it. It visits the root page and makes a list of every link found on that page that points to a page on the same domain. Once the list of links is created, it visits each of them and adds any new links it finds to the list. This step repeats over and over therefore visiting every page on that domain that can be reached from the root page. (Given that the -depth=<num>
flag allows the program to go deep enough to see all pages).
go run main.go <optional flags> > map.xml
. The > map.xml
will send the program output to a new file named map.xml
. If this is not included, the xml format will be printed in the terminal window.-url=<your domain of choice>
The default is https://pkg.go.dev
.-depth=<num>
The default is 1.Note: Giving a depth of 2+ can cause a long run time depending on the domain you choose. Using the default domain and a depth of 2 produced a total run time of about 3 minutes (791 links were visited during this time).
FAQs
Unknown package
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.