m57 / ARDT

Akamai Reflective DDoS Tool - Attack the origin host behind the Akamai Edge hosts and DDoS protection offered by Akamai services.
GNU General Public License v2.0
256 stars 118 forks source link

https requst #1

Closed danial1964 closed 7 years ago

danial1964 commented 8 years ago

hello i want to create https example request but i dont know how.can help me plz????

m57 commented 8 years ago

It is just a standard request like:

GET /?val=%RANDOM% HTTP/1.1 Host: example.com ... ... ...

The "%RANDOM%" string is what will be substituted with random data to avoid cache hits on the edge nodes, resulting in the origin server being queried by Akamai.

danial1964 commented 8 years ago

thanks for replay bro. i dont know why i take this error: Response 'HTTP/1.0 400 Bad my command is: python ARDT.py -t website.com -l ./akami-ips.txt -n 50 -r ./httpsexample.txt my httpsexample is: GET /?val=%RANDOM% HTTP/1.1 Host: example.com please help me bro

m57 commented 7 years ago

Hey, no offense but i think you should try to do a bit more reading on this issue especially in the linked PDF (https://dl.packetstormsecurity.net/papers/attack/the_pentesters_guide_to_akamai.pdf) once you understand what this tool is doing you will be able to work it out for yourself. Thanks for the comments.