githubEdit

ZIP Compressed reverse shell creation and upload

1) Compress the .php file (or any other compatible reverse shell you may use) in a zip file with the command:

zip -r SHELL.zip SHELL.php

2) Upload the file on the target machine, then setup a listener and boom!

Last updated