Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Process

Method#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

---