
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Convert magnet links to torrent files
$ npm install m2t -g
Usage: m2t [options] <magnet>
Convert magnet links to torrent files
Arguments:
magnet full magnet uri or info hash only
Options:
-V, --version output the version number
-o, --output <filename> torrent file output
-t, --timeout <timeout> timeout in ms (default: 30000)
-h, --help display help for command
$ m2t -o great-content "magnet:?xt=urn:btih:EE492EE6766FE1968BDC86B7D214A428309ABC19&tr=http%3a%2f%2fbt1.archive.org%3a6969%2fannounce&ws=https%3a%2f%2farchive.org%2fdownload%2f&ws=http%3a%2f%2fia601509.us.archive.org%2f10%2fitems%2f&ws=http%3a%2f%2fia801509.us.archive.org%2f10%2fitems%2f"
#=> ✔ connecting to network
#=> ✔ finding peers
#=> ✔ getting metadata
#=> torrent saved as great-content.torrent
$ m2t 436e5f8b85a51d5545156e15cc144ba1144991ff
#=> ✔ connecting to peers
#=> ✔ getting metadata
#=> torrent saved as archlinux-2023.07.01-x86_64.iso.torrent
Clone this repository
$ git clone https://github.com/nadhirxz/magnet2torrent.git
Install dependencies
$ npm install
# Generate binaries for linux, mac os and windows
$ npm run package
# linux only
$ npm run package-linux
# mac os only
$ npm run package-mac
# windows only
$ npm run package-windows
FAQs
Convert magnet links to torrent files
We found that m2t 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.