hackingtool/tools/others
Hardik Zinzuvadiya d1bcca5675 Phase 13: Python 3 modernization and os.system cleanup
- Replace os.system("cd X; ...") no-op cd subshells with subprocess.run(cwd=...)
  in: xss_attack.py (XSSCon, XanXSS), payload_creator.py (TheFatRat update/troubleshoot),
      forensics.py (BulkExtractor gui/cli), phishing_attack.py (BlackPhish update)
- Replace os.system echo+boxes+lolcat in post_exploitation.py with console.print
- Fix socialmedia_finder.py: print()+os.system+lolcat → subprocess+console.print
- Fix forensics.py cli_mode: os.system apt/bulk_extractor → subprocess.run list form
2026-03-15 13:55:05 +05:30
..
__init__.py Phase 0: Add foundation files for v2.0.0 restructure 2026-03-15 13:53:44 +05:30
android_attack.py Phase 8: Mark archived tools and add SUPPORTED_OS flags 2026-03-15 13:55:05 +05:30
email_verifier.py Phase 4+5: Core architecture + shared console across all tool files 2026-03-15 13:55:04 +05:30
hash_crack.py Phase 4+5: Core architecture + shared console across all tool files 2026-03-15 13:55:04 +05:30
homograph_attacks.py Phase 4+5: Core architecture + shared console across all tool files 2026-03-15 13:55:04 +05:30
mix_tools.py Phase 4+5: Core architecture + shared console across all tool files 2026-03-15 13:55:04 +05:30
payload_injection.py Phase 7: Tool install command fixes 2026-03-15 13:55:05 +05:30
socialmedia.py Phase 7: Tool install command fixes 2026-03-15 13:55:05 +05:30
socialmedia_finder.py Phase 13: Python 3 modernization and os.system cleanup 2026-03-15 13:55:05 +05:30
web_crawling.py Phase 4+5: Core architecture + shared console across all tool files 2026-03-15 13:55:04 +05:30
wifi_jamming.py Phase 8: Mark archived tools and add SUPPORTED_OS flags 2026-03-15 13:55:05 +05:30