Hackify is an open-source script for Debian-based operating systems, coded in bash. This script streamlines the installation of pentesting wordlists and tools with a single command, making it easier for cybersecurity enthusiasts and professionals to set up their pentesting environment quickly and efficiently.
git clone https://github.com/ZishanAdThandar/hackify.git
cd hackify
chmod +x hackify.sh
bash hackify.sh
# To install wordlists
chmod +x wordlist.sh
bash wordlist.sh-
BloodHound
- Goto the folder
sudo cd /opt/bloodhoundce - pull images
sudo docker-compose -f /opt/bloodhoundce/docker-compose.yml pull - Start Docker
sudo docker-compose -f /opt/bloodhoundce/docker-compose.yml up# first time tun will give temp password - To remove and start over
sudo docker-compose -f /opt/bloodhoundce/docker-compose.yml down
- Goto the folder
-
Ciphey
docker run -it --rm remnux/ciphey
- Crypto Graphy: Ciphey, Katana
- Web: Arachni, Acunetix, BurpSuitePro
- OSINT and Recon: theHarvester, FinalRecon, Recon-ng, SpiderFoot
- Reverse: ghidra, radare GUI
- AD: bloodhound, BaldHead: AD Automate
- Mobile: Android Studio, MobSF, Frida,
-
Plank Dock
-
Dark Background Solid color wallpaper
-
add generic monitor
apt install xfce4-genmon-plugin -y(for xfce desktop) to the panel to get ips with codesh -c 'ip a | grep -q "tun0" && ip -4 addr show tun0 | awk "/inet/ {print \$2}" | cut -d/ -f1 || curl -s ifconfig.me' -
Conky Clock
- Conky install with
apt install conky-all -yorapt install conky -y - Replace alignment for position, location for weather of particular area and timezones if you need
~/.conkyrc,/etc/conky/conky.conf,~/.config/conky/conky.conf- Sample Conky.conf
- Conky install with
