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
rat-shell — Windows Remote Access Trojan (RAT) | Kitploit
Tools/GitHubGitHub/stphivos/rat-shell
Post-ExploitationPenetration TestingCommand and ControlLearning & EducationPayload DevelopmentRemote Access Trojan
GitHubstphivos/rat-shell

rat-shell

Windows Remote Access Trojan (RAT)

View Repository
892910 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

Stories in Ready

Windows Remote Access Trojan (RAT) using .NET Sockets

Client-server binaries and source-code for controlling a remote machine behind a NAT with a command-line shell in Windows. Although the core provides support for communication with multiple RATs, the command-line interface used has limited capabilities distinguishing each one.

The RAT process executable does not hide itself from taskbar or task manager as it was developed for educational purposes only. Please do not use for any malicious purposes.

Contains the source code and the two binaries packaged using ILMerge.

Instructions:

  1. Start the server in a command-line acting as the RAT (Binaries\rat.exe) -> rat ip=[controller-ip-address] port=[controller-port-default-is-9999]

  2. Start the client in a command-line acting as the controller (Binaries\controller.exe) -> controller ip=[listen-ip-address] port=[listen-port-default-is-9999]

  3. Issue commands from the controller.exe interface

Download Tool