├── .idea ├── inspectionProfiles │ └── profiles_settings.xml ├── misc.xml ├── modules.xml ├── python-scripts.iml ├── vcs.xml └── workspace.xml ├── README.md ├── beginner_selenium_automation.py ├── browser_stealer.py ├── btc_osint └── btc_osint.py ├── cards.py ├── checkmypass.py ├── company.py ├── computer_world_scraper.py ├── copykeyasvalue.py ├── dns_record_retriever.py ├── email_validator.py ├── file_organizer.py ├── github_repo_search.py ├── google_dorker.py ├── hackernews.py ├── hash_cracker.py ├── ip_location_finder.py ├── key_translator_with_filter.py ├── massmailer.py ├── password_generator.py ├── pentest_bug_bounty_automation.py ├── proxy_website_image_osint.py ├── python_login_form_SE.py ├── pytranslate.py ├── recorder.py ├── shodan_automation.py ├── sniffer.py ├── subscan.py ├── test.py ├── translator_with_filter.py ├── tweet.py ├── visual_nmap_report.py ├── website_downloader.py ├── wifi_password_grabber.py ├── wikipedia_search.py ├── wordlist.txt └── youtube_download.py /.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/.idea/inspectionProfiles/profiles_settings.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/python-scripts.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/.idea/python-scripts.iml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/.idea/workspace.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/README.md -------------------------------------------------------------------------------- /beginner_selenium_automation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/beginner_selenium_automation.py -------------------------------------------------------------------------------- /browser_stealer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/browser_stealer.py -------------------------------------------------------------------------------- /btc_osint/btc_osint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/btc_osint/btc_osint.py -------------------------------------------------------------------------------- /cards.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/cards.py -------------------------------------------------------------------------------- /checkmypass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/checkmypass.py -------------------------------------------------------------------------------- /company.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/company.py -------------------------------------------------------------------------------- /computer_world_scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/computer_world_scraper.py -------------------------------------------------------------------------------- /copykeyasvalue.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/copykeyasvalue.py -------------------------------------------------------------------------------- /dns_record_retriever.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/dns_record_retriever.py -------------------------------------------------------------------------------- /email_validator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/email_validator.py -------------------------------------------------------------------------------- /file_organizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/file_organizer.py -------------------------------------------------------------------------------- /github_repo_search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/github_repo_search.py -------------------------------------------------------------------------------- /google_dorker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/google_dorker.py -------------------------------------------------------------------------------- /hackernews.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/hackernews.py -------------------------------------------------------------------------------- /hash_cracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/hash_cracker.py -------------------------------------------------------------------------------- /ip_location_finder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/ip_location_finder.py -------------------------------------------------------------------------------- /key_translator_with_filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/key_translator_with_filter.py -------------------------------------------------------------------------------- /massmailer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/massmailer.py -------------------------------------------------------------------------------- /password_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/password_generator.py -------------------------------------------------------------------------------- /pentest_bug_bounty_automation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/pentest_bug_bounty_automation.py -------------------------------------------------------------------------------- /proxy_website_image_osint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/proxy_website_image_osint.py -------------------------------------------------------------------------------- /python_login_form_SE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/python_login_form_SE.py -------------------------------------------------------------------------------- /pytranslate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/pytranslate.py -------------------------------------------------------------------------------- /recorder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/recorder.py -------------------------------------------------------------------------------- /shodan_automation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/shodan_automation.py -------------------------------------------------------------------------------- /sniffer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/sniffer.py -------------------------------------------------------------------------------- /subscan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/subscan.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/test.py -------------------------------------------------------------------------------- /translator_with_filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/translator_with_filter.py -------------------------------------------------------------------------------- /tweet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/tweet.py -------------------------------------------------------------------------------- /visual_nmap_report.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/visual_nmap_report.py -------------------------------------------------------------------------------- /website_downloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/website_downloader.py -------------------------------------------------------------------------------- /wifi_password_grabber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/wifi_password_grabber.py -------------------------------------------------------------------------------- /wikipedia_search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/wikipedia_search.py -------------------------------------------------------------------------------- /wordlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/wordlist.txt -------------------------------------------------------------------------------- /youtube_download.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/networkdavit/python-scripts/HEAD/youtube_download.py --------------------------------------------------------------------------------