Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.11 KB

File metadata and controls

30 lines (17 loc) · 1.11 KB

Monkey Shell

MonkeyShell is a PHP Shell Based On NotFoundShell/P0wnyShell

Love the idea of a password on a P0wnyShell, just want to create my own login interface. This is a simple PHP shell with a login interface. The NotFoundShell with not found page is a good idea, but not useful in CTFs.

My default password atm is monkey, but you can change at the top of the monkeyshell.php file. I changed hash functions to sha256.

Demo

monkeyshell

Features are the same as NotFoundShell/P0wnyShell (Big thanks to the creators of those shells) :

Command history (using arrow keys )

Auto-completion of command and file names (using Tab key)

Navigate on the remote file-system (using cd command)

Upload a file to the server (using upload <destination_file_name> command)

Download a file from the server (using download <file_name> command)

Disconnect from PHP Shell (using logout command)

Have fun in CTFs !