ZishanAdThandar/hackify
GitHub: ZishanAdThandar/hackify
Hackify 是一个基于 Bash 的自动化脚本,旨在简化 Debian 系统上渗透测试工具、字典列表及安全研究环境的安装与配置。
Stars: 53 | Forks: 7
# Zishan Ahamed Thandar 的 Hackify
Hackify 是一个基于 Debian 操作系统的开源脚本,使用 bash 编写。该脚本通过单条命令简化了渗透测试字典和工具的安装,使网络安全爱好者和专业人士能够快速高效地搭建他们的渗透测试环境。
[](https://github.com/ZishanAdThandar/hackify)
[](https://zishanhack.com/links)

- [安装命令(工具和字典)](#installation-command)
- [Docker](#dockers)
- [手动安装](#manual-install)
- [Firefox 主题](#firefox-themes)
- [Firefox 插件](#firefox-addon)
## 安装命令
```
git clone https://github.com/ZishanAdThandar/hackify.git
cd hackify
chmod +x hackify.sh
bash hackify.sh
# 安装 wordlists
chmod +x wordlist.sh
bash wordlist.sh
```
## Docker
- [https://hub.docker.com/r/kasmweb/remnux-focal-desktop](https://github.com/ZishanAdThandar/hacknotes/tree/main/RevEng)
- BloodHound
- 下载 compose 文件 `mkdir /opt/bloodhoundce && curl -ks https://raw.githubusercontent.com/SpecterOps/BloodHound/main/examples/docker-compose/docker-compose.yml > /opt/bloodhoundce/bloodhound-docker-compose.yml`
- 进入文件夹 `sudo cd /opt/bloodhoundce`
- 拉取镜像 `sudo docker-compose -f bloodhound-docker-compose.yml up -d`
- 启动 Docker `docker logs bloodhoundce-bloodhound-1 |grep "Initial Password Set To"` # 首次运行会给出临时密码
- 打开 http://127.0.0.1:8080 或 http://localhost:8080 并使用用户名 admin 和日志中的密码,然后设置新密码。
- Ciphey `docker run -it --rm remnux/ciphey`
## 手动安装
- 密码学:[Ciphey](https://github.com/bee-san/Ciphey), [Katana](https://github.com/JohnHammond/katana)
- Web:[Arachni](https://github.com/Arachni/arachni/wiki/Installation#linux), Acunetix, BurpSuitePro
- OSINT 和 Recon:[theHarvester](https://github.com/laramies/theHarvester), [FinalRecon](https://github.com/thewhiteh4t/FinalRecon), [Recon-ng](https://github.com/lanmaster53/recon-ng), [SpiderFoot](https://github.com/smicallef/spiderfoot)
- 逆向:[ghidra](https://github.com/NationalSecurityAgency/ghidra/releases/tag/Ghidra_11.3.2_build), [radare GUI](https://github.com/radareorg/iaito)
- AD:[bloodhound](https://github.com/SpecterOps/BloodHound), [BaldHead: AD Automate](https://github.com/ahmadallobani/BaldHead)
- 移动端:Android Studio, MobSF, Frida,
## Firefox 主题
- [CyberTerminus 主题](https://addons.mozilla.org/en-US/firefox/addon/zishanadthandar-cyberterminus/)
- [MrRobot 主题](https://addons.mozilla.org/en-US/firefox/addon/mrrobothacker/)
## Firefox 插件
- [Burp Suite Proxy Switch](https://addons.mozilla.org/en-US/firefox/addon/burp-proxy-toggler-lite/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search)
## 主题(个人偏好)
- Plank Dock
- 深色背景纯色壁纸
- 添加通用监视器 `apt install xfce4-genmon-plugin -y`(适用于 xfce 桌面)到面板,使用代码 `sh -c 'ip a | grep -q "tun0" && ip -4 addr show tun0 | awk "/inet/ {print \$2}" | cut -d/ -f1 || curl -s ifconfig.me'` 获取 IP
- Conky 时钟
- 使用 `apt install conky-all -y` 或 `apt install conky -y` 安装 Conky
- 替换 alignment 用于位置,location 用于特定地区的天气,以及 timezones(如果需要)
- `~/.conkyrc`, `/etc/conky/conky.conf`, ` ~/.config/conky/conky.conf`
- [Conky.conf 示例](configs/conky.conf)
标签:Awesome, Bash 脚本, BloodHound, Debian, DNS解析, Docker, Web 安全, Wordlists, 云资产清单, 字典, 安全防御评估, 密码学, 工具集, 应用安全, 开源项目, 手动系统调用, 数据展示, 环境配置, 系统管理, 红队, 网络安全, 网络连接监控, 自动化安装, 请求拦截, 逆向工程, 隐私保护