WebFuzzForge / wenum

Wfuzz fork
GNU General Public License v2.0
19 stars 6 forks source link

-d and GET requests dont seem to work #38

Open percepo opened 1 year ago

percepo commented 1 year ago

When using -d, the method switches to POST. Using -X can override the method, but when using -d "a=2" and -X "GET", the method remains POST. It does not switch to GET. Overriding it with any other method works