Update ipGeo.py

main
z-alami 2022-07-26 13:33:59 +01:00 committed by GitHub
parent 91aee60480
commit 275d4890af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ def ips_list(ips):
elif ip not in aborted_ips and '192.168.' in ip:
aborted_ips.append(ip)
for ip in aborted_ips:
print(Fore.YELLOW + "[!] Remove " + Fore.RED + ip + Fore.YELLOW + ' From Scaning')
print(Fore.YELLOW + "[!] Remove " + Fore.RED + ip + Fore.YELLOW + ' From Scanning')
#call get ip info function
if len(ips_lists) <1:
exit(Fore.RED + "[-] No ip to scan. ")