Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
wannabewastaken authored Sep 9, 2022
1 parent c3f3c0b commit 9dc4bdc
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
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

0 comments on commit 9dc4bdc

Please sign in to comment.