Skip to content

Commit

Permalink
updated to version v0.6
Browse files Browse the repository at this point in the history
Signed-off-by: AbhishekKr <abhikumar163@gmail.com>
  • Loading branch information
abhishekkr committed Dec 27, 2017
1 parent d9ac626 commit f54acc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ABK_n00bRAT.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ char httpResponse[MAXSTRSIZE]="\0";
char *httpResponse200 = "HTTP/1.1 200 OK\nServer: n00b\nContent-Type: text/html\n\n"
"<html><head><title>it\'s n00bRAT, you control this machine here</title></head>"
"<body><center><h1>-=n00bRAT=-</h1>"
"<h3>TuX Remote Administration Tool v0.5Beta</h3>"
"<h3>TuX Remote Administration Tool v0.6</h3>"
"even a Novice could use this RAT like a Pro</center>"
"<div id=\'actions\'><a href=\'0\'>Hang The Machine</a><br/>"
"<a href=\'1\'>/etc/passwd</a><br/>"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@

# n00bRAT

v0.6

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](rat.png)

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

0 comments on commit f54acc7

Please sign in to comment.