https://github.com/anikhasibul/waf-bypassing-deface
This repository contains scripts that can be used to deface such websites that supports php but no web shells!
https://github.com/anikhasibul/waf-bypassing-deface
auto-defacement deface php-shell waf-bypasser
Last synced: 3 months ago
JSON representation
This repository contains scripts that can be used to deface such websites that supports php but no web shells!
- Host: GitHub
- URL: https://github.com/anikhasibul/waf-bypassing-deface
- Owner: AnikHasibul
- Created: 2018-09-04T15:15:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T21:53:18.000Z (about 7 years ago)
- Last Synced: 2025-03-17T18:18:45.959Z (7 months ago)
- Topics: auto-defacement, deface, php-shell, waf-bypasser
- Language: PHP
- Size: 8.79 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WAF Bypassing Deface (Or maybe an inappropriate title to express!)
This repository contains scripts that can be used to deface such websites that supports php but no web shells!
Well, pretty confusing right? Let's make it more clear with examples because example is better than concept!
Assume, you are uploading shell through uploader in a site but some restricted functionalities that the particular shell has are triggering the firewall or not letting the shell run, then this will be useful to atleast deface in the public_html directory.
the usage is below!
# Usage:
Firstly, upload your deface page(let it's name is hacked.html)
Secondly, upload the deface.php
Finally, visit/open the deface.php in your browser
Enter the name of your previously uploaded deface page (eg: hacked.html)
Done!
If any problem arises, Issues tab is available!
# N.B:
This will work only when php code is executed in the server(both windows and linux) and also there is permission to upload files in the document root! The concept is simply using the copy function of php to copy deface page from
sub directory to the main directory!