Skip to content

SrikanthYashaswi/PHPbackdoor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple utility to access and edit files in the directory.

I was inspired to write this when i felt it increasingly difficult to make small changes in live PHP websites. This shell can create new files, edit files and read files. also since there were chances that my changes can break the whole website, i also added a rollback command to reverse to previous code.

Usage

To login in index.html inputbox

'@username:password'

To logout

'~'

Create file

!new file.html

read file

!read file.html

Write file

!read file.html > (check Write to activate textarea) > !write file.html

Restore file to last saved version

http://someaddress.com/restore.php?path=file.html

List of other commands

--Most of the commands from cmd are supported except the commands that require elevated permission

Releases

No releases published

Packages

No packages published