📜 ⬆️ ⬇️

DDoS any website using Facebook notes

A month and a half ago, chr13 discovered a way to generate DDoS of any site using Google Spreadsheet , and now he has applied this method in Facebook Notes. And it worked!

The method of operation is exactly the same as in Google Spreadsheet:
  1. Make a list of "unique" "pictures"
    <img src=http://targetname/file?r=1></img> <img src=http://targetname/file?r=2></img> ... <img src=http://targetname/file?r=1000></img> 
  2. Create a note through m.facebook.com. The service will cut the note after a fixed length
  3. Create several such notes under one or several users. Each note will make 1000+ HTTP requests
  4. Open all notes at the same time. The specified server will receive a mountain of HTTP traffic. Thousands of requests will go to the server within a couple of seconds.


The author managed to fully download the gigabit channel on his VPS. The attack involved 127 Facebook servers.
image
')
Facebook flagged the problem as “Won't fix”.

More detailed information on the website of the author

Source: https://habr.com/ru/post/220999/


All Articles