gitextract_ydkfa3ea/ ├── LICENSE ├── README.rst ├── bin/ │ ├── compile_pwnd_sh.sh │ └── pwnd.sh └── pwnd/ ├── _bootstrap.bash ├── _pwnd.bash ├── assets/ │ └── priv_keys.bash ├── c2/ │ ├── bindshell.bash │ └── reverseshell.bash ├── exfiltration/ │ └── over_socket.bash ├── persistence/ │ └── rootshell.bash └── reconnaissance/ └── portscanner.bash