commixproject / commix

Automated All-in-One OS Command Injection Exploitation Tool.
https://commixproject.com
Other
4.62k stars 818 forks source link

Feature Request: `--forms` parameter #926

Open e2002e opened 5 months ago

e2002e commented 5 months ago

I have noticed that your software is really similar to sqlmap in the design. There is one thing that would be real neat is having the crawler parse POST forms because, right now if we crawl, it ignores that. I can't afford to manually retrieve all forms of a website and launch one session for each. Sqlmap does that when crawling. Also it seems like issue #921 should be easy to fix.