hackingtool/tools
Hardik Zinzuvadiya 048699d8b2 Phase 9: Add SUPPORTED_OS flags to remaining Linux-only tools
Mark bash-script and apt-dependent tools as linux-only so they are
hidden automatically on macOS via _active_tools() filter in core.py:
- phishing_attack.py: 14 tools (all bash-script based)
- ddos.py: all 6 tools (Linux network stack required)
- post_exploitation.py: Vegile, ChromeKeyLogger
- payload_creator.py: all 7 tools (bash setup scripts)
- exploit_frameworks.py: WebSploit (bash install)
- reverse_engineering.py: Apk2Gold (bash build)
- xss_attack.py: RVuln (Rust + apt deps)
2026-03-15 14:00:55 +05:30
..
others Phase 13: Python 3 modernization and os.system cleanup 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
anonsurf.py Phase 13 (cont): Final os.system cleanup 2026-03-15 13:55:05 +05:30
ddos.py Phase 9: Add SUPPORTED_OS flags to remaining Linux-only tools 2026-03-15 14:00:55 +05:30
exploit_frameworks.py Phase 9: Add SUPPORTED_OS flags to remaining Linux-only tools 2026-03-15 14:00:55 +05:30
forensics.py Phase 13: Python 3 modernization and os.system cleanup 2026-03-15 13:55:05 +05:30
information_gathering.py Phase 7: Tool install command fixes 2026-03-15 13:55:05 +05:30
other_tools.py Phase 4+5: Core architecture + shared console across all tool files 2026-03-15 13:55:04 +05:30
payload_creator.py Phase 9: Add SUPPORTED_OS flags to remaining Linux-only tools 2026-03-15 14:00:55 +05:30
phishing_attack.py Phase 9: Add SUPPORTED_OS flags to remaining Linux-only tools 2026-03-15 14:00:55 +05:30
post_exploitation.py Phase 9: Add SUPPORTED_OS flags to remaining Linux-only tools 2026-03-15 14:00:55 +05:30
remote_administration.py Phase 7: Tool install command fixes 2026-03-15 13:55:05 +05:30
reverse_engineering.py Phase 9: Add SUPPORTED_OS flags to remaining Linux-only tools 2026-03-15 14:00:55 +05:30
sql_injection.py Phase 7: Tool install command fixes 2026-03-15 13:55:05 +05:30
steganography.py Phase 7: Tool install command fixes 2026-03-15 13:55:05 +05:30
tool_manager.py Phase 13 (cont): Final os.system cleanup 2026-03-15 13:55:05 +05:30
web_attack.py Phase 7: Tool install command fixes 2026-03-15 13:55:05 +05:30
wireless_attack.py Phase 7: Tool install command fixes 2026-03-15 13:55:05 +05:30
wordlist_generator.py Phase 7: Tool install command fixes 2026-03-15 13:55:05 +05:30
xss_attack.py Phase 9: Add SUPPORTED_OS flags to remaining Linux-only tools 2026-03-15 14:00:55 +05:30