-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c3f3c0b
commit 9dc4bdc
Showing
1 changed file
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,28 @@ | ||
# xmlrpc-ddos | ||
A script that can check the vulnerability of a ddos attack on a website. | ||
![language](https://img.shields.io/badge/bash-4.4.x-yellow?logo=gnubash) | ||
![version](https://img.shields.io/badge/version-v1.0-49B394) | ||
![Github license](https://img.shields.io/github/license/kangnglk/xmlrpc-ddos?color=49B394) | ||
![Github all releases download](https://img.shields.io/github/downloads/kangnglk/xmlrpc-ddos/total?color=4169E1) | ||
![Github stars](https://img.shields.io/github/stars/kangnglk/xmlrpc-ddos?style=social) | ||
|
||
#### DISCLAIMER | ||
TO BE USED FOR EDUCATIONAL PURPOSES ONLY | ||
|
||
The use of the xmlrpc-ddos is COMPLETE RESPONSIBILITY of the END-USER. Developers assume NO liability and are NOT responsible for any misuse or damage caused by this program. | ||
|
||
#### Clone This Project | ||
```bash | ||
> git clone https://github.com/kangnglk/xmlrpc-ddos | ||
``` | ||
|
||
#### Usage | ||
Before running the below command, make sure you're in the the project directory that you've just cloned. | ||
```bash | ||
> chmod +x * | ||
> ./main.sh <url> | ||
``` | ||
|
||
## Reference | ||
https://github.com/Adelittle/wpdos | ||
|
||
https://www.nakanosec.com/2022/03/riset-xmlrpc-ddos-attack-bypass-waf.html |