General
Setup HTTP Server
Advance http server supporting upload method
first put this code into py file and save it
after that run it with python2 it will spin up the web server on port 8000 ,
now you can upload file to attacker box with following command
Temp File location
generally temp file has writable permission , so we can use it to downlaod and execute our payloads
Linux
Windows
Last updated