Saturday 22 October 2016
0 comments
20:54:00

PWND.SH: Post-Exploitation Framework (and an interactive shell) Developed In Bash Shell Scripting

PWND.SH: 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.


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

0 comments:

Post a Comment

Note: only a member of this blog may post a comment.

 
Toggle Footer
Top