Skip to content

StackOverflowExcept1on/php-reverse-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

php-reverse-shell

Yet another php reverse shell for pentesters

Features

Usage

  • Register domain on DDNS service https://freemyip.com
  • Save link to update IPv4 address (https://freemyip.com/update?token=my-token&domain=my-domain.freemyip.com)
  • Use link to update IPv4 address
  • Change config in shell.php file
  • Upload backdoor to vulnerable server
  • Create new terminal window or tab
    • Open port from config
    • Start listening on port from config:
      • ncat -nvlp 1337 --ssl (with encryption, recommend)
      • nc -nlvp 1337 (without encryption)
    • Visit /start.php on vulnerable server
    • Wait for shell to appear in terminal
    • Press Ctrl + Z in terminal
    • Run stty raw -echo; fg in terminal and press Enter

NOTE: to exit from shell use Ctrl + D twice

Releases

No releases published

Packages

No packages published

Languages