├── LICENSE.MD ├── README.MD ├── admin-login.txt ├── admin-panel-finder.py ├── admin-panel-sniffer.py ├── am-I-anonymous.py ├── arp-spoofing-detect.py ├── arp-spoofing-detectv2.py ├── arp-spoofing.py ├── banner-grabber.py ├── bruteforce_ssh.py ├── cam-hackers.py ├── chrome-cookie_extractor.py ├── chrome-pass-remover.py ├── chrome-pass-stealer.py ├── click-jacking-vul-scan.py ├── ddos.py ├── decrypt.py ├── dns-enumeration.py ├── exif-remover.py ├── exif.py ├── fakemail.py ├── fakesms.py ├── filemonitor.py ├── get_wifipass.py ├── getip.py ├── hack-gmail.py ├── hulk-gui.py ├── insta.py ├── instagram-osint.py ├── ip-scanner.py ├── keylogger-in-python.py ├── linux_pass_cracker.py ├── mac-changer.py ├── malware.py ├── md5hashcracker.py ├── my-most-used-nmap-scripts.py ├── network-monitoring.py ├── network-scanner.py ├── packet-sniffer.py ├── packet-sniffer2.py ├── pass-gen-gui.py ├── password.txt ├── password_generator.py ├── passwordsniffer.py ├── pdf-exif-tool.py ├── pdf-exif-toolv2.py ├── phone-number-info.py ├── phpvuln.py ├── portscanner-gui.py ├── portscanner.py ├── py-keylogger.py ├── random_token_generator.py ├── requirements.txt ├── rockyou.txt ├── shodan_api.py ├── shut-my-pc-down.py ├── sites.txt ├── sql_injection_detector.py ├── sqli-scanner-mod.py ├── steganography.py ├── subdomain-finder.py ├── sys-info.py ├── tcp-scanner.py ├── test.py ├── website-vulnerability-finder.py ├── wifi_dos_final.py ├── wifi_dos_v1.py ├── wifi_dos_v2.py ├── windows-10-mac-changer.py ├── wordlist.txt └── xss-vulnerability-finder.py /LICENSE.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/LICENSE.MD -------------------------------------------------------------------------------- /README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/README.MD -------------------------------------------------------------------------------- /admin-login.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/admin-login.txt -------------------------------------------------------------------------------- /admin-panel-finder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/admin-panel-finder.py -------------------------------------------------------------------------------- /admin-panel-sniffer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/admin-panel-sniffer.py -------------------------------------------------------------------------------- /am-I-anonymous.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/am-I-anonymous.py -------------------------------------------------------------------------------- /arp-spoofing-detect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/arp-spoofing-detect.py -------------------------------------------------------------------------------- /arp-spoofing-detectv2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/arp-spoofing-detectv2.py -------------------------------------------------------------------------------- /arp-spoofing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/arp-spoofing.py -------------------------------------------------------------------------------- /banner-grabber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/banner-grabber.py -------------------------------------------------------------------------------- /bruteforce_ssh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/bruteforce_ssh.py -------------------------------------------------------------------------------- /cam-hackers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/cam-hackers.py -------------------------------------------------------------------------------- /chrome-cookie_extractor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/chrome-cookie_extractor.py -------------------------------------------------------------------------------- /chrome-pass-remover.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/chrome-pass-remover.py -------------------------------------------------------------------------------- /chrome-pass-stealer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/chrome-pass-stealer.py -------------------------------------------------------------------------------- /click-jacking-vul-scan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/click-jacking-vul-scan.py -------------------------------------------------------------------------------- /ddos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/ddos.py -------------------------------------------------------------------------------- /decrypt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/decrypt.py -------------------------------------------------------------------------------- /dns-enumeration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/dns-enumeration.py -------------------------------------------------------------------------------- /exif-remover.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/exif-remover.py -------------------------------------------------------------------------------- /exif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/exif.py -------------------------------------------------------------------------------- /fakemail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/fakemail.py -------------------------------------------------------------------------------- /fakesms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/fakesms.py -------------------------------------------------------------------------------- /filemonitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/filemonitor.py -------------------------------------------------------------------------------- /get_wifipass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/get_wifipass.py -------------------------------------------------------------------------------- /getip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/getip.py -------------------------------------------------------------------------------- /hack-gmail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/hack-gmail.py -------------------------------------------------------------------------------- /hulk-gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/hulk-gui.py -------------------------------------------------------------------------------- /insta.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/insta.py -------------------------------------------------------------------------------- /instagram-osint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/instagram-osint.py -------------------------------------------------------------------------------- /ip-scanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/ip-scanner.py -------------------------------------------------------------------------------- /keylogger-in-python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/keylogger-in-python.py -------------------------------------------------------------------------------- /linux_pass_cracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/linux_pass_cracker.py -------------------------------------------------------------------------------- /mac-changer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/mac-changer.py -------------------------------------------------------------------------------- /malware.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/malware.py -------------------------------------------------------------------------------- /md5hashcracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/md5hashcracker.py -------------------------------------------------------------------------------- /my-most-used-nmap-scripts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/my-most-used-nmap-scripts.py -------------------------------------------------------------------------------- /network-monitoring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/network-monitoring.py -------------------------------------------------------------------------------- /network-scanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/network-scanner.py -------------------------------------------------------------------------------- /packet-sniffer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/packet-sniffer.py -------------------------------------------------------------------------------- /packet-sniffer2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/packet-sniffer2.py -------------------------------------------------------------------------------- /pass-gen-gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/pass-gen-gui.py -------------------------------------------------------------------------------- /password.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/password.txt -------------------------------------------------------------------------------- /password_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/password_generator.py -------------------------------------------------------------------------------- /passwordsniffer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/passwordsniffer.py -------------------------------------------------------------------------------- /pdf-exif-tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/pdf-exif-tool.py -------------------------------------------------------------------------------- /pdf-exif-toolv2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/pdf-exif-toolv2.py -------------------------------------------------------------------------------- /phone-number-info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/phone-number-info.py -------------------------------------------------------------------------------- /phpvuln.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/phpvuln.py -------------------------------------------------------------------------------- /portscanner-gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/portscanner-gui.py -------------------------------------------------------------------------------- /portscanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/portscanner.py -------------------------------------------------------------------------------- /py-keylogger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/py-keylogger.py -------------------------------------------------------------------------------- /random_token_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/random_token_generator.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/requirements.txt -------------------------------------------------------------------------------- /rockyou.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/rockyou.txt -------------------------------------------------------------------------------- /shodan_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/shodan_api.py -------------------------------------------------------------------------------- /shut-my-pc-down.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/shut-my-pc-down.py -------------------------------------------------------------------------------- /sites.txt: -------------------------------------------------------------------------------- 1 | example.com 2 | -------------------------------------------------------------------------------- /sql_injection_detector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/sql_injection_detector.py -------------------------------------------------------------------------------- /sqli-scanner-mod.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/sqli-scanner-mod.py -------------------------------------------------------------------------------- /steganography.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/steganography.py -------------------------------------------------------------------------------- /subdomain-finder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/subdomain-finder.py -------------------------------------------------------------------------------- /sys-info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/sys-info.py -------------------------------------------------------------------------------- /tcp-scanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/tcp-scanner.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/test.py -------------------------------------------------------------------------------- /website-vulnerability-finder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/website-vulnerability-finder.py -------------------------------------------------------------------------------- /wifi_dos_final.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/wifi_dos_final.py -------------------------------------------------------------------------------- /wifi_dos_v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/wifi_dos_v1.py -------------------------------------------------------------------------------- /wifi_dos_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/wifi_dos_v2.py -------------------------------------------------------------------------------- /windows-10-mac-changer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/windows-10-mac-changer.py -------------------------------------------------------------------------------- /wordlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/wordlist.txt -------------------------------------------------------------------------------- /xss-vulnerability-finder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R3DHULK/python-for-ethical-hacking/HEAD/xss-vulnerability-finder.py --------------------------------------------------------------------------------