SafeBreach-Labs / pwndsh
- воскресенье, 23 октября 2016 г. в 03:12:49
Shell
Post-exploitation framework (and an interactive shell) developed in Bash shell scripting
pwnd.sh is a post-exploitation framework (and an interactive shell) developed in Bash shell scripting. It aims to be cross-platform (Linux, Mac OS X, Solaris etc.) and with little to no external dependencies.
Slides from SkyDogCon 2016 are available here
$ cd bin/ $ ./compile_pwnd_sh.sh
This will generate a file called pwnd.sh
$ ls -la pwnd.sh -rw-r--r--@ 1 ikotler staff 7823 Oct 19 16:55 pwnd.sh
Now let's get pwnd!
$ source pwnd.sh Pwnd v1.0.0, Itzik Kotler (@itzikkotler)] Type `help' to display all the pwnd commands. Type `help name' to find out more about the pwnd command `name'. (pwnd)$
Found a bug? Have a good idea for improving PWND.SH? Head over to PWND.SH's github page and create a new ticket or fork. If you want to contact us please email: labs (at) safebreach (dot) com.
BSD 3-Clause