Skip to content

35mpded/windows-php-nc-reverse-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

PHP Reverse Shell using NC.exe

This is a rewrite of the original script. Unlike the original, which is utilizing an unknown binary (Virus Total), this one is using the well known NC.exe which can be verified by using this Cybercheff recipe to decode the payload and obtain a hash.

Usage:

  • Edit the php script and change the $ip & $port values according to your setup
  • Start a reverse listener using nc -nvlp <port_number>
  • Upload the shell to a php webserver and execute.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages