With the help of Seeker which is an open source python script, you can easily find the geolocation of any device with high accuracy along with device information like Resolution, OS Name, Browser, Public IP, Platform etc. Seeker uses Ngrok (for tunnelling) and creates a fake apache web server (on SSL) which asks for location […]
Tag: ngrok installation
How to install and use Ngrok – Complete Guide 2018
Ngrok is one of the most popular tunnel service platform through which you can easily expose your local servers which is behind NATs/Firewalls to the public internet over secure tunnels. It connects to the ngrok cloud service which accepts traffic on a public address and relays that traffic through to the ngrok process running on […]
Hack Android using Metasploit without Port Forwarding over Internet – 2017
Today we’ll discuss about the post exploitation attack using metasploit framework to hack any Android Device without any port forwarding. Generally you can get easily reverse TCP connection with Meterpreter in a LAN network but when you do the same thing over internet i.e. WAN, then the scenario is little bit different. With this method, […]