Python IP Tracker

2018.02.25
iq Dyar Sahdi (IQ) iq
Risk: Low
Local: No
Remote: Yes
CVE: N/A
CWE: N/A

################################################# Exploit Title: Python IP Tracker Exploit Created: Dyar Sahdi Date: 25/2/2018 ################################################# Python Code: #!/usr/bin/python import os import urllib2 import json print("#####################################################") os.system("figlet IP Tracker") print("#####################################################") while True: ip=raw_input("What Your Target IP:") url = "http://ip-api.com/json/" response = urllib2.urlopen(url + ip) data = response.read() values = json.loads(data) print(" IP: " + values['query']) print(" City: " + values['city']) print(" As: " + values['as']) print(" Country: " + values['country']) print(" Status: " + values['status']) print(" Region: " + values['region']) print(" Time Zone: " + values['timezone']) break ##############################################################################


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top