Android hacking with sploitgen with no port forwarding

hi guys today im showing you how to hack a android using a tool we made sploitgen  git clone https://github.com/Hackingvisionofficial/splotgen.git cd sploitgen chmod +x sploitgen.sh service apache2 start  service postgresql start ./sploitgen.sh press 1 and enter  now press 4  name the payload what every you want as I’m using Facebook for this tutorial   now we […]

Win-PortFwd – Windows Port forwarding using native netsh client

Powershell script to setup windows port forwarding using native netsh client Install: git clone https://github.com/deepzec/Win-PortFwd.git Usage: .win-portfwd.ps1 or powershell.exe -noprofile -executionpolicy bypass -file .win-portfwd.ps1 Example : Note: This script require admin privileges to run, it will automatically try to elevate the privilges if you are running this script under normal user privileges.