Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhishekkr/n00brat
Remote Administration Toolkit (or Trojan) for POSiX (Linux/Unix) system working as a Web Service
https://github.com/abhishekkr/n00brat
c hacking http-server rat remote-administrator-tool trojan
Last synced: about 1 month ago
JSON representation
Remote Administration Toolkit (or Trojan) for POSiX (Linux/Unix) system working as a Web Service
- Host: GitHub
- URL: https://github.com/abhishekkr/n00brat
- Owner: abhishekkr
- License: mit
- Created: 2010-08-27T06:11:49.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-06-15T13:10:03.000Z (over 5 years ago)
- Last Synced: 2024-12-06T04:02:53.786Z (about 2 months ago)
- Topics: c, hacking, http-server, rat, remote-administrator-tool, trojan
- Language: C
- Homepage:
- Size: 207 KB
- Stars: 169
- Watchers: 17
- Forks: 73
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](docs/rat.png)
> This n00b server was created as RAT during college for Ethical Hacking course.
>
> What is it / Why it is / etc.
> Read [n00bRAT Report](./docs/n00bRAT_Report.pdf) 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 ProcessMethod#2:
> (a.) add the binary "http" file in listing of commands in StartUp Scripts
>
> adding it to "~/.bash.profile" and "~/bash.rc" should be enough---