├── LICENSE ├── README.md ├── _config.yml ├── images ├── anon1.png ├── anon2.png ├── anon_nord.gif ├── banner_menu.png ├── banner_menu_0.6.9.png ├── banner_menu_0.7.1.png ├── chkdep.png ├── ip_abuse.png ├── logo1.png ├── logo2.png ├── macman.png ├── malware.gif ├── malware_no.png ├── malware_yes.png ├── ovpn.png ├── public_ip.png ├── sniff.png ├── speed_test.png └── traffic.png ├── scripts ├── bl.sh ├── conky │ ├── .conkyrc │ ├── Conky.desktop │ └── internet_test.sh ├── dwa.sh ├── fkap.sh ├── hack_utils.sh ├── hackutils ├── htbMkt.sh └── installer.sh └── version.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/_config.yml -------------------------------------------------------------------------------- /images/anon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/images/anon1.png -------------------------------------------------------------------------------- /images/anon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/images/anon2.png -------------------------------------------------------------------------------- /images/anon_nord.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/images/anon_nord.gif -------------------------------------------------------------------------------- /images/banner_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/images/banner_menu.png -------------------------------------------------------------------------------- /images/banner_menu_0.6.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/images/banner_menu_0.6.9.png -------------------------------------------------------------------------------- /images/banner_menu_0.7.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/images/banner_menu_0.7.1.png -------------------------------------------------------------------------------- /images/chkdep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/images/chkdep.png -------------------------------------------------------------------------------- /images/ip_abuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/images/ip_abuse.png -------------------------------------------------------------------------------- /images/logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/images/logo1.png -------------------------------------------------------------------------------- /images/logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/images/logo2.png -------------------------------------------------------------------------------- /images/macman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/images/macman.png -------------------------------------------------------------------------------- /images/malware.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/images/malware.gif -------------------------------------------------------------------------------- /images/malware_no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/images/malware_no.png -------------------------------------------------------------------------------- /images/malware_yes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/images/malware_yes.png -------------------------------------------------------------------------------- /images/ovpn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/images/ovpn.png -------------------------------------------------------------------------------- /images/public_ip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/images/public_ip.png -------------------------------------------------------------------------------- /images/sniff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/images/sniff.png -------------------------------------------------------------------------------- /images/speed_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/images/speed_test.png -------------------------------------------------------------------------------- /images/traffic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/images/traffic.png -------------------------------------------------------------------------------- /scripts/bl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/scripts/bl.sh -------------------------------------------------------------------------------- /scripts/conky/.conkyrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/scripts/conky/.conkyrc -------------------------------------------------------------------------------- /scripts/conky/Conky.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/scripts/conky/Conky.desktop -------------------------------------------------------------------------------- /scripts/conky/internet_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/scripts/conky/internet_test.sh -------------------------------------------------------------------------------- /scripts/dwa.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/scripts/dwa.sh -------------------------------------------------------------------------------- /scripts/fkap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/scripts/fkap.sh -------------------------------------------------------------------------------- /scripts/hack_utils.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/scripts/hack_utils.sh -------------------------------------------------------------------------------- /scripts/hackutils: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/scripts/hackutils -------------------------------------------------------------------------------- /scripts/htbMkt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/scripts/htbMkt.sh -------------------------------------------------------------------------------- /scripts/installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b4shnhawx/Hack-Utils/HEAD/scripts/installer.sh -------------------------------------------------------------------------------- /version.txt: -------------------------------------------------------------------------------- 1 | 0.7.3 2 | --------------------------------------------------------------------------------