Menu

Home

Felipe Rodrigues

What's that?

HttpFlooder is a Java software that send mass POST and GET requests.
POST and GET are type of http requests, for understand, read it: w3school, stackoverflow.

Eg.: When you search on google, you send a get request (http://google.com/?q=libertarian), 'libertarian' is the search keyword, then he sent this keyword using GET method (sent by url).

When you use any website contact form, you send a POST request when click on submit button, POST request are not visible from url like GET requests, if you don't know what POST data you need to send, then read this page:

Links:
- How to use?
- How to know which POST data to send?
- How to use Random Data?
- FireFox Live Http Headers