ronin-rb / ronin-vulns

Tests URLs for Local File Inclusion (LFI), Remote File Inclusion (RFI), SQL injection (SQLi), and Cross Site Scripting (XSS), Server Side Template Injection (SSTI), and Open Redirects.
https://ronin-rb.dev
GNU Lesser General Public License v3.0
62 stars 16 forks source link

Add missing `--test-all-form-params` option #61

Closed postmodern closed 5 months ago

postmodern commented 11 months ago

It should be possible to test all of the form param names specified by the --form-param option.

postmodern commented 5 months ago

Implemented by d6145ce.