RE: [Tut]How to Code your Own UDP Flooder[Tut] 05-05-2014, 12:13 AM
#11
Tutorial [Tut]How to Code your Own UDP Flooder[Tut] filter_list | |
RE: [Tut]How to Code your Own UDP Flooder[Tut] 05-05-2014, 02:26 PM
#12
(05-05-2014, 12:13 AM)0xDEAD10CC Wrote: Submissions would be a POST request, if it's by link, then you would use a GET request.
I've seen some forms that make the request through GET by generating the GET link. I guess it's a bad implementation though.
![[Image: CDUAq9d.png]](http://i.imgur.com/CDUAq9d.png)
RE: [Tut]How to Code your Own UDP Flooder[Tut] 05-05-2014, 03:04 PM
#13
But a submit button is typically used for POSTing data, if it is a GET, it's typically just a link
RE: [Tut]How to Code your Own UDP Flooder[Tut] 05-06-2014, 06:06 AM
#14
Why are people still posting on this thread?
RE: [Tut]How to Code your Own UDP Flooder[Tut] 05-06-2014, 06:13 AM
#15
ps this method does not use UDP
it will usually result in use of HTTP which uses TCP.
so faku
it will usually result in use of HTTP which uses TCP.
so faku
![[Image: Z9DvuyJ.png]](http://i.imgur.com/Z9DvuyJ.png)
RE: [Tut]How to Code your Own UDP Flooder[Tut] 05-07-2014, 12:02 AM
#16
(05-06-2014, 06:13 AM)xornull Wrote: ps this method does not use UDP
it will usually result in use of HTTP which uses TCP.
so faku
He's using a WebBrowser to navigate to a PHP script. How do you assume that the PHP script is using the TCP protocol? :S There is no flooding with the WebBrowser, so the assumption to make here is that the PHP script is somehow responsible for doing that instead (PHP doesn't have to use TCP).
RE: [Tut]How to Code your Own UDP Flooder[Tut] 05-07-2014, 05:13 AM
#17
(05-07-2014, 12:02 AM)0xDEAD10CC Wrote: He's using a WebBrowser to navigate to a PHP script. How do you assume that the PHP script is using the TCP protocol? :S There is no flooding with the WebBrowser, so the assumption to make here is that the PHP script is somehow responsible for doing that instead (PHP doesn't have to use TCP).
Perhaps, even so, why would it not use TCP? No decent web developer should use UDP for something that doesn't need better performance [It is also prone to IP spoofing].
![[Image: Z9DvuyJ.png]](http://i.imgur.com/Z9DvuyJ.png)
RE: [Tut]How to Code your Own UDP Flooder[Tut] 05-07-2014, 02:33 PM
#18
What is the risk here though with UDP over TCP? Remember the application it's being used for here. A flooder doesnt need better performance?
Users browsing this thread: 1 Guest(s)