5l1v3r1 / n00bRAT

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  adding it to "~/.bash.profile" and "~/bash.rc" should be enough

About

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

License:MIT License


Languages

Language:C 96.8%Language:Makefile 3.2%