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.
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
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
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