Skip to content

p0wny-shell is a PHP-based single-file shell script designed for penetration testing and security assessments of web applications. It offers features like command history, auto-completion, file system navigation, file upload, and file download. Use with caution in secure test environments only.

Notifications You must be signed in to change notification settings

RootShelll/p0wny-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

p0wny-shell: PHP-Based Single File Shell

p0wny-shell is a shell script written in PHP. This tool makes it easier to perform security tests on web applications and is an ideal solution for pentesting and penetration testing. However, be cautious! This tool should only be used in test environments, as it may pose security risks in production environments.


p0wny Shell – PHP Based Shell

Shell Login Credentials

Shell Login Credentials

Username: admin
Password: R00t


Features

  • Command History: Use the up and down arrow keys to reuse past commands.
  • Auto-Completion: Supports auto-completion for file and command names (with the Tab key).
  • File System Navigation: Navigate the server using the cd command.
  • File Upload: Upload files to the server.
  • File Download: Download files from the server to your local system.

Usage Instructions

Installation and Startup

You can quickly start using Docker:

docker build -t p0wny .
docker run -it -p 8080:80 -d p0wny

About

p0wny-shell is a PHP-based single-file shell script designed for penetration testing and security assessments of web applications. It offers features like command history, auto-completion, file system navigation, file upload, and file download. Use with caution in secure test environments only.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages