diff --git a/CN.txt b/CN.txt new file mode 100644 index 0000000..d735ea7 --- /dev/null +++ b/CN.txt @@ -0,0 +1,4 @@ +http://183.233.177.152:85 +http://218.17.185.106:91 +http://61.161.192.107:2000 +http://183.196.97.68:60001 diff --git a/README.md b/README.md index 219ff09..a3b738c 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ Hack Cameras # CAM-HACKERS - + # CAM-HACKERS - + # CAM-HACKERS diff --git a/cam_hackers.py b/cam_hackers.py index c817221..99f2188 100644 --- a/cam_hackers.py +++ b/cam_hackers.py @@ -34,6 +34,7 @@ def save_ips_to_file(country_f, ips): for ip in ips: print("\n\033[1;31m", ip) f.write(f'{ip}\n') + print('\033[1;37m\n\033[37mSave File :'+country+'.txt') BASE_URL = "http://www.insecam.org/en/jsoncountries/" BYCOUNTRY_URL = "http://www.insecam.org/en/bycountry/" @@ -43,13 +44,12 @@ def save_ips_to_file(country_f, ips): countries = data['countries'] print(""" -\033[1;31m\033[1;37m ██████╗ █████╗ ███╗ ███╗ ██╗ ██╗ █████╗ ██████╗██╗ ██╗███████╗██████╗ ███████╗ -██╔════╝██╔══██╗████╗ ████║ ██║ ██║██╔══██╗██╔════╝██║ ██╔╝██╔════╝██╔══██╗██╔════╝ -██║ ███████║██╔████╔██║█████╗███████║███████║██║ █████╔╝ █████╗ ██████╔╝███████╗ -██║ ██╔══██║██║╚██╔╝██║╚════╝██╔══██║██╔══██║██║ ██╔═██╗ ██╔══╝ ██╔══██╗╚════██║ -╚██████╗██║ ██║██║ ╚═╝ ██║ ██║ ██║██║ ██║╚██████╗██║ ██╗███████╗██║ ██║███████║ -\033[1;31m ╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝ -\033[1;31m ANGELSECURITYTEAM \033[1;31m\033[1;37m""") +\033[1;31m\033[1;37m .--. .--. .---. .-. .--. .-. .-. +: .--' : .; :: .; :: : : .--' : : : : +: : .--. ,-.,-.,-. _____ : :: _.': : _____ : `; ,-.,-.: `-. .--. ,-.,-. .--. .--. .-' : +: :__ ' .; ; : ,. ,. ::_____:: :: :: : : ::_____:: :__ : ,. :: .. :' .; ; : ,. :' ..'' '_.'' .; : +`.__.'`.__,_;:_;:_;:_; :_;:_;:_; :_; `.__.':_;:_;:_;:_;`.__,_;:_;:_;`.__.'`.__.'`.__.' +\033[1;31m ANGELSECURITYTEAM (YarBurArt edition) \033[1;31m\033[1;37m""") for key, value in countries.items(): print(f'Code : ({key}) - {value["country"]} / ({value["count"]}) \n') @@ -72,12 +72,11 @@ def save_ips_to_file(country_f, ips): except UnicodeDecodeError as e: print(f"Error decoding data: {e}") sys.exit(1) +except KeyboardInterrupt: + sys.exit(0) except Exception as e: print(e) print("\nSomething went wrong and now you have to deal with it, try python -v cam_hackers.py :)\n") sys.exit(1) - finally: - print("\033[1;37m") - print('\033[37mSave File :'+country+'.txt') sys.exit(0) diff --git a/cap01new.jpg b/cap01new.jpg index ff69bf3..933cbe5 100644 Binary files a/cap01new.jpg and b/cap01new.jpg differ diff --git a/cap02new.jpg b/cap02new.jpg index f3e09d8..8ed3af4 100644 Binary files a/cap02new.jpg and b/cap02new.jpg differ diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 4fedbff..0000000 --- a/requirements.txt +++ /dev/null @@ -1,3 +0,0 @@ -requests -colorama -random