pwnd.sh is a post-exploitation framework
Posted by deepquest on January 26, 2017 – 2:24 am
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
Install:
$ 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)$
Tested:
- Mac OS X El Captian (10.11.3) using GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin15)
- Ubuntu 14.04.3 LTS using GNU bash, version 4.3.11(1)-release (x86_64-pc-linux-gnu)
- Oracle Solaris 11.3 X86 using GNU bash, version 4.1.17(1)-release (i386-pc-solaris2.11)
Download: pwndsh
Post a reply
You must be logged in to post a comment.