Skip to content

ZishanAdThandar/hackify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

165 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackify by Zishan Ahamed Thandar

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.

ZishanAdThandar's Hackify Repo stars LinkTree

Banner Hackify

Installation Command

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

Dockers

  • https://hub.docker.com/r/kasmweb/remnux-focal-desktop

  • BloodHound

    • Goto the folder sudo cd /opt/bloodhoundce
    • pull images sudo docker-compose -f bloodhound-docker-compose.yml up -d
    • Start Docker docker logs bloodhoundce-bloodhound-1 |grep "Initial Password Set To" # first time tun will give temp password
    • Open 127.0.0.1:8080 and use username admin and password from log, then set new password.
  • Ciphey docker run -it --rm remnux/ciphey

Manual Install

Firefox Themes

Firefox Addon

Theme (Personal peference)

  • 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 code sh -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 -y or apt 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

Warning

Use this tool at your own risk. Misuse of this tool or installed tool can lead to legal complications.