How to geolocate a Wireless IP Camera (P2P) WIFICAM

Yesterday I read about how to access in a remote Wireless IP Camera (P2P) WIFICAM (this is the link https://pierrekim.github.io/blog/2017-03-08-camera-goahead-0day.html ) Fortunately, I had one to test it and validate the bug. This camera has telnet, but I could never find the password. If you try the bug, yo can replace telnet by a bash terminal, using and exploit in C or throught the webpage: Now, when you try access to your camera throught telnet, you will have root access. Cámara Wifi IP P2P permite acceso a telnet sin password gracias a vulnerabilidad en configuración FTP. https://t.co/M7zYcDo3gV pic.twitter.com/h52GLszRTH — Nicolás Boettcher (@nicoboettcher) March 9, 2017 Also, if you exploit this vulnerability in a random camera, you could know where is it in the world, just with the wireless information. With this information, you can search it in Wigle databases to get the latitude and longitude. PyGLE is a wra...