mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-22 08:28:57 +00:00
post_exploitation.py: - Rename INSTALL_OS -> SUPPORTED_OS in Havoc class (typo, field was ignored) - Sliver: replace curl|sudo bash pipe with download-then-execute pattern ddos.py: - Add DDoSTool() to DDOSTools.TOOLS list (was defined but unreachable) phishing_attack.py: - Rename class Evilginx2 -> Evilginx3 (installs v3 via go install) - Update instance in TOOLS list to match - Fix stale comment: wireless_attack_tools.py -> wireless_attack.py forensics.py: - Remove installable=False from Guymager (conflicted with INSTALL_COMMANDS) tool_manager.py: - Skip sudo prefix when already root (os.geteuid() == 0), matching the pattern already used in install.py install.py: - Add chown -R root:root after cp -a to prevent git "dubious ownership" errors when the source clone has different ownership update.sh: - Add git config safe.directory before pull to prevent dubious ownership - Add --upgrade flag to pip install so dependencies actually update os_detect.py: - Add pkg (FreeBSD) entries to PACKAGE_INSTALL_CMDS, PACKAGE_UPDATE_CMDS, and REQUIRED_PACKAGES — was detected but had no command mappings (KeyError) Skipped (not applicable): - #1 subprocess import: already fixed in prior commit - #11 Path.home() under sudo: by design (installer runs as root) |
||
|---|---|---|
| .. | ||
| others | ||
| __init__.py | ||
| active_directory.py | ||
| anonsurf.py | ||
| cloud_security.py | ||
| ddos.py | ||
| exploit_frameworks.py | ||
| forensics.py | ||
| information_gathering.py | ||
| mobile_security.py | ||
| other_tools.py | ||
| payload_creator.py | ||
| phishing_attack.py | ||
| post_exploitation.py | ||
| remote_administration.py | ||
| reverse_engineering.py | ||
| sql_injection.py | ||
| steganography.py | ||
| tool_manager.py | ||
| web_attack.py | ||
| wireless_attack.py | ||
| wordlist_generator.py | ||
| xss_attack.py | ||