diff --git a/modules/0x01-OSINT+Footprinting/0x01-PassiveReconnaissance/subnet.py b/modules/0x01-OSINT+Footprinting/0x01-PassiveReconnaissance/subnet.py index 2729ab12..52aa9c5d 100644 --- a/modules/0x01-OSINT+Footprinting/0x01-PassiveReconnaissance/subnet.py +++ b/modules/0x01-OSINT+Footprinting/0x01-PassiveReconnaissance/subnet.py @@ -27,7 +27,7 @@ def subnet(web): print(GR+' [*] Getting subnet class infos...\n') domains = [web] for dom in domains: - text = requests.get('http://api.hackertarget.com/subnetcalc/?q=' + dom).text + text = requests.get('https://steakovercooked.com/api/ping/?host=' + dom).text http = str(text) if 'error' not in http: