PyRAEP/UDP: Difference between revisions
m Text replacement - "Image:" to "File:" |
|||
(11 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
[[ | [[File:RAEP.png|right|250px]] | ||
This is a subproject/feature of the larger, unified pyraep project, which works on the basis of a UDP flood attack (see [[Denial of Service Methods]]). It is mostly completed, but like pyraep suffers from an occasional bug when shutting down. Because of multithreading, it works much more efficiently than rok/i/ts, and below is a table illustrating that point. | This is a subproject/feature of the larger, unified pyraep project, which works on the basis of a UDP flood attack (see [[Denial of Service Methods]]). It is mostly completed, but like pyraep suffers from an occasional bug when shutting down. Because of multithreading, it works much more efficiently than rok/i/ts, and below is a table illustrating that point. | ||
Line 25: | Line 25: | ||
=Use= | =Use= | ||
To use, you need to set three things: a target, a thread number, and a loop size. For the target, it is best to enter an IP address (to avoid dns issues), though a domain name can work too. Now, as far as thread count (first slider) goes, moar is better--up to a point. 8 threads > 4 threads, but 70 threads may very well freeze or not work properly. The next thing that can change the strength of attack is the drone loop size (second slider). Each drone thread will loop as many times as you tell it to before killing itself. More will make the attack more efficient as more threads will operate longer, however a large loop size will make it take a long time to | To use, you need to set three things: a target, a thread number, and a loop size. For the target, it is best to enter an IP address (to avoid dns issues), though a domain name can work too. Now, as far as thread count (first slider) goes, moar is better--up to a point. 8 threads > 4 threads, but 70 threads may very well freeze or not work properly. The next thing that can change the strength of attack is the drone loop size (second slider). Each drone thread will loop as many times as you tell it to before killing itself. More will make the attack more efficient as more threads will operate longer, however a large loop size will make it take a long time to shut pyRaep off. | ||
=Mirrors= | =Mirrors= | ||
* [http://www.mediafire.com/? | |||
<big>If anyone reading can mirror this again it would be appreciated</big> | |||
* [http://anonym.to/http://rapidshare.com/files/232112732/PyRAEP.Bandwidth.rar Download (Rapidshare)] | |||
* [http://www.muph1n.com/anonshare/df2d550a3dce078387bdfd3ff9c6fd65 Download (AnonShare)] | |||
* [http://anonym.to/http://www.mediafire.com/?d4fd5zyyjyz Download (Mediafire)] | |||
* [http://anonym.to/http://www.python.org/download/ Python] You'll need snake language to run this. | |||
[[Category:Tools]] | [[Category:Tools]] |
Latest revision as of 04:28, 9 December 2024

This is a subproject/feature of the larger, unified pyraep project, which works on the basis of a UDP flood attack (see Denial of Service Methods). It is mostly completed, but like pyraep suffers from an occasional bug when shutting down. Because of multithreading, it works much more efficiently than rok/i/ts, and below is a table illustrating that point.
Duration | Threads | Loop Size | % Better |
30s | 8 | 15 | 400% |
30s | 15 | 25 | 1,100% |
Use[edit]
To use, you need to set three things: a target, a thread number, and a loop size. For the target, it is best to enter an IP address (to avoid dns issues), though a domain name can work too. Now, as far as thread count (first slider) goes, moar is better--up to a point. 8 threads > 4 threads, but 70 threads may very well freeze or not work properly. The next thing that can change the strength of attack is the drone loop size (second slider). Each drone thread will loop as many times as you tell it to before killing itself. More will make the attack more efficient as more threads will operate longer, however a large loop size will make it take a long time to shut pyRaep off.
Mirrors[edit]
If anyone reading can mirror this again it would be appreciated
- Download (Rapidshare)
- Download (AnonShare)
- Download (Mediafire)
- Python You'll need snake language to run this.