Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
netrat — Damn easy multiplatform Node.js RAT generator. | Kitploit
Tools/GitHubGitHub/roccomuso/netrat
Payload GenerationExploitationCommand and ControlRemote Access Trojan
GitHubroccomuso/netrat

netrat

Damn easy multiplatform Node.js RAT generator.

View Repository
32175 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

netrat

NPM Version node Dependency Status JavaScript Style Guide Patreon donate button

Damn easy multiplatform Node.js RAT generator

An easy tool to generate configurable backdoors that runs on Windows, Mac and Linux. Shells are upgradable to Meterpreter!

Install

root@kitploit:~
$ npm install -g netrat

Usage

root@kitploit:~
$ netrat

It will start the building procedure that lets you customize your backdoor.

Under the hood we use pkg to build the executable.

To reduce the build size up to 4 times I recommend you to compress your binary file. NetRAT provides already a basic compression.

Compression

Compression is possible thanks to UPX.

Cross-platform commands

Commands starting with cash are backed with cash, providing an easy solution for simple Unix-like, cross-platform commands.

Debug

To enable debug, set the env var, DEBUG=netrat.

Core modules

Author

Rocco Musolino (@roccomuso)

License

MIT

Download Tool
NameBuildDescription
netcatBuild StatusNetcat client and server modules written in pure Javascript for Node.js
cashBuild StatusCross-platform Linux commands in ES6
pkgBuild StatusPackage your Node.js project into an executable
upxBuild StatusThe ultimate packer for executables