fcavallarin / htcap

htcap is a web application scanner able to crawl single page application (SPA) recursively by intercepting ajax calls and DOM changes.
GNU General Public License v2.0
610 stars 114 forks source link

Add Repeater Scanner #55

Closed faf0-addepar closed 5 years ago

faf0-addepar commented 5 years ago

Add a scanner that simply repeats all requests obtained in a crawl. The original requests can be modified using command-line parameters before they are repeated. Use cases of this scanner include debugging, authentication & authorization testing, etc.