-
Notifications
You must be signed in to change notification settings - Fork 77
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
8afea90
commit 6ca0009
Showing
1 changed file
with
38 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
![Logo](http://i.imgur.com/ZXQUpbq.png) | ||
|
||
## What is this script? | ||
PYg0odwin is a script, which allows you to simulate http-flood DDoS atacks on test rounds. It's written in pure Python and uses proxy-servers as "bots". | ||
|
||
**Warning:** This script is published for educational puproses only! Author will accept no responsibility for any consequence, damage or loss which might result from use. | ||
## Description | ||
Advantages: | ||
* :white_check_mark: UserAgent Substitution | ||
* :white_check_mark: Randomly generated referers with random links and keywords | ||
* :white_check_mark: HTTP Proxy Support | ||
|
||
Disadvantages: | ||
* :x: Poor Multithreading Implementation | ||
* :x: No HTTPS Proxy Support | ||
* :x: Can't be stoped over CTRL+C combination(you need to forcibly kill the process in task manager) | ||
* :x: No Redirection Support | ||
|
||
## Dependencies | ||
* :snake: Python 3.3 | ||
* [Requests](https://github.com/kennethreitz/requests) | ||
|
||
## Files | ||
|
||
* `referers.txt` — referers links | ||
* `keywords.txt` — keywords for combining with referers | ||
* `user-agents.txt` — UserAgents | ||
* `proxy.txt` — proxies | ||
|
||
## Usage | ||
Type under **sudo** mode: | ||
|
||
`python goodwin.py http://example.com` | ||
|
||
## Remember | ||
No DDoSing FBI, government, etc... | ||
|
||
<sup><sup>From Russia with love</sup></sup> |