TrollSkull
TrollSkull
Good observation!
Try this command `pip install request` and then run the script. Make sure you run the script with `python 3`.
Normally an IP geolocation API usually shows the location of the provider, not the client.
From what I see, you put the name of the requirements file in the console. What you should do is install the requirements with: ```python pip install -r requirements.txt ```...
> Incomplete project, no sillyrat.py It's not incomplete use server.py, there you can build the agent. :)
> how to run? python3 ipgeolocation.py -t (and your target ip)
> When ever I trace my own address the city shows irvine that's wrong, and zip code is wrong, when I trace the numbers on google maps the place is...
Yes, always check what are you downloading. ```python def main(): global noobs noobs = mechanize.Browser() cj = cookielib.LWPCookieJar() noobs.set_handle_robots(False) noobs.set_handle_redirect(True) noobs.set_cookiejar(cj) noobs.set_handle_equiv(True) noobs.set_handle_referer(True) noobs.set_handle_refresh(mechanize._http.HTTPRefreshProcessor(), max_time=1) runn_noobs() life() print " "...