All Projects → PinkP4nther → revshfuzz

PinkP4nther / revshfuzz

Licence: other
A tool for fuzzing for ports that allow outgoing connections

Programming Languages

python
139335 projects - #7 most used programming language
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to revshfuzz

Sn1per
Attack Surface Management Platform | Sn1perSecurity LLC
Stars: ✭ 4,897 (+27105.56%)
Mutual labels:  pentest-scripts, pentest-tool
OSCP-Prep
Contained is all my reference material for my OSCP preparation. Designed to be a one stop shop for code, guides, command syntax, and high level strategy. One simple clone and you have access to some of the most popular tools used for pentesting.
Stars: ✭ 33 (+83.33%)
Mutual labels:  pentest-scripts, pentesting-networks
Yasuo
A ruby script that scans for vulnerable & exploitable 3rd-party web applications on a network
Stars: ✭ 517 (+2772.22%)
Mutual labels:  pentest-scripts, pentest-tool
Getaltname
Extract subdomains from SSL certificates in HTTPS sites.
Stars: ✭ 320 (+1677.78%)
Mutual labels:  pentest-scripts, pentest-tool
vaf
Vaf is a cross-platform very advanced and fast web fuzzer written in nim
Stars: ✭ 294 (+1533.33%)
Mutual labels:  fuzzer, pentest-tool
Kaboom
A tool to automate penetration tests
Stars: ✭ 322 (+1688.89%)
Mutual labels:  pentest-scripts, pentest-tool
Eggshell
iOS/macOS/Linux Remote Administration Tool
Stars: ✭ 1,286 (+7044.44%)
Mutual labels:  pentest-scripts, pentest-tool
YAPS
Yet Another PHP Shell - The most complete PHP reverse shell
Stars: ✭ 35 (+94.44%)
Mutual labels:  ctf-tools, pentest-tool
credcheck
Credentials Checking Framework
Stars: ✭ 50 (+177.78%)
Mutual labels:  pentest-scripts, pentest-tool
Dirsearch
Web path scanner
Stars: ✭ 7,246 (+40155.56%)
Mutual labels:  fuzzer, pentest-tool
Hackerenv
Stars: ✭ 309 (+1616.67%)
Mutual labels:  pentest-scripts, pentest-tool
haiti
🔑 Hash type identifier (CLI & lib)
Stars: ✭ 287 (+1494.44%)
Mutual labels:  ctf-tools, pentest-tool
Dotdotslash
Search for Directory Traversal Vulnerabilities
Stars: ✭ 297 (+1550%)
Mutual labels:  pentest-scripts, pentest-tool
Justtryharder
JustTryHarder, a cheat sheet which will aid you through the PWK course & the OSCP Exam. (Inspired by PayloadAllTheThings)
Stars: ✭ 450 (+2400%)
Mutual labels:  pentest-scripts, pentest-tool
Jwtxploiter
A tool to test security of json web token
Stars: ✭ 130 (+622.22%)
Mutual labels:  ctf-tools, pentest-tool
Lockdoor Framework
🔐 Lockdoor Framework : A Penetration Testing framework with Cyber Security Resources
Stars: ✭ 677 (+3661.11%)
Mutual labels:  pentest-scripts, pentest-tool
Crosslinked
LinkedIn enumeration tool to extract valid employee names from an organization through search engine scraping
Stars: ✭ 223 (+1138.89%)
Mutual labels:  pentest-scripts, pentest-tool
wifibang
wifi attacks suite
Stars: ✭ 56 (+211.11%)
Mutual labels:  pentest-scripts, pentest-tool
Nightingale
It's a Docker Environment for pentesting which having all the required tool for VAPT.
Stars: ✭ 119 (+561.11%)
Mutual labels:  ctf-tools, pentest-tool
behindflare
This tool was created as a Proof of Concept to reveal the threats related to web service misconfiguration using CloudFlare as reverse proxy and WAF
Stars: ✭ 14 (-22.22%)
Mutual labels:  pentest-tool
# revshfuzz
A tool for fuzzing for ports that allow outgoing connections

I recommend stopping all listening services as they could interfere with the binding in the script!

1 - Edit pd.php to your machines IP then upload pd.php to target webserver
2 - sudo ./revshfuzz.py -h

[pinky][0xefbeadde][revshfuzz]
| sudo ./revshfuzz.py -u http://192.168.1.13/pd.php -m c -b 192.168.1.7 -ua "spoofed-user-agent"

-=< Reverse Shell Fuzzer 0.0.2 >=-
By @Pink_P4nther <[email protected]>
A weak firewall rule discovery tool

[*] URL: http://192.168.1.13/pd.php
[*] MODE: c
[*] Bind Address: 192.168.1.7
[*] User Agent: spoofed-user-agent
[+] Outbound [Allowed] @ Port: 20
[+] Outbound [Allowed] @ Port: 21
[+] Outbound [Allowed] @ Port: 22
[+] Outbound [Allowed] @ Port: 23
[+] Outbound [Allowed] @ Port: 25
[+] Outbound [Allowed] @ Port: 53
[+] Outbound [Blocked] @ Port: 80
[+] Outbound [Allowed] @ Port: 81
[+] Outbound [Allowed] @ Port: 110
[+] Outbound [Blocked] @ Port: 139
[+] Outbound [Blocked] @ Port: 143
[+] Outbound [Blocked] @ Port: 443
[+] Outbound [Allowed] @ Port: 445
[+] Outbound [Allowed] @ Port: 465
[+] Outbound [Allowed] @ Port: 587
[+] Outbound [Allowed] @ Port: 993
[+] Outbound [Allowed] @ Port: 995
[+] Outbound [Allowed] @ Port: 2222
[+] Outbound [Blocked] @ Port: 3306
[+] Outbound [Allowed] @ Port: 8000
[+] Outbound [Blocked] @ Port: 8080
[+] Outbound [Allowed] @ Port: 8181
[+] Outbound [Allowed] @ Port: 8443
[+] Outbound [Allowed] @ Port: 9050
[*] Finished

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].