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
n00bRAT — Remote Administration Toolkit (or Trojan) for POSiX (Linux/Unix) system working as a Web Service | Kitploit
Tools/GitHubGitHub/abhishekkr/n00brat
Web Proxies & InterceptionPenetration TestingCommand and ControlLearning & EducationRed TeamingRemote Access ToolRemote Access TrojanFingerprint Spoofing
GitHubabhishekkr/n00brat

n00bRAT

Remote Administration Toolkit (or Trojan) for POSiX (Linux/Unix) system working as a Web Service

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

n00bRAT

v0.7

It's a tiny C program which emulates a bare minimum HTTP server for fingerprinting security scanners. It let's one control the machine over this faked HTTPv0.1 protocol.

image of Rat

This n00b server was created as RAT during college for Ethical Hacking course.

What is it / Why it is / etc. Read n00bRAT Report in any PDF Reader for information

HOW TO INSTALL

Method.1:

(a.) Open a Command Shell

(b.) Change Location to n00bRAT's Directory

(c.) Execute following process: gcc -o http ABK_n00bRAT.c

Method.2

(a.) Open a Command Shell

(b.) Change Location to n00bRAT's Directory

(c.) Execute following process: make

HOW TO USE

Method.1:

(a.) execute the binary "http" file created after Installing Process

Method#2:

(a.) add the binary "http" file in listing of commands in StartUp Scripts

root@kitploit:~
  adding it to "~/.bash.profile" and "~/bash.rc" should be enough

Download Tool