Skip to content

A simple PHP web backdoor allows you to retrieve directory/file contents and upload file(s) from the local machine or remote URL.

Notifications You must be signed in to change notification settings

aqhmal/Simple-PHP-Web-Backdoor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Simple PHP Web Backdoor

A simple PHP web backdoor allows you to retrieve directory/file contents and upload file(s) from the local machine or remote URL.

It is handy if standard PHP web shells are restricted (e.g. system function disabled and such). I used this when performing penetration testing on security labs and Hack The Box, and it works great!

Features

Retrieve File/Scan Directory

Enter the path you want to explore.

If it's a directory, it will list all the items in the directory. Otherwise, it will show the content of the file.

Upload File From Your Local

Upload any file from your local computer. You can upload one or more files.

The backdoor will save the file in the same working directory.

Upload File From URL

Upload any file from a remote URL. You need to specify the output file name and the URL of the remote file.

Make sure the host can access the remote file.

Disclaimer

This script is only for permitted penetration testing and security research, and I will not be responsible if you use it for illegal activities.

About

A simple PHP web backdoor allows you to retrieve directory/file contents and upload file(s) from the local machine or remote URL.

Topics

Resources

Stars

Watchers

Forks

Languages