0

I has been using Burp Suite for making http requests and grabbing the payload from a .csv file, I want to know how can i do this using another software or what is the name of the attack.

Donald P. Morton
  • 355
  • 2
  • 10

1 Answers1

0

Which module of Burp are you using ? Burp is an intercepting proxy and intercepts all the requests made by your browser.

Another popular intercepting proxy is OWASP ZAP. Google it.

Anuj Sharma
  • 66
  • 2
  • 5
  • Yes im using the intercept proxy then i send the http requests intercepted to the intruter i add an csv and it does all the requests for each valué on the csv – Donald P. Morton May 01 '13 at 19:20