I'm working on a project (web vulnerability scanner).
I have compleate 30% of the program it can scan only GET Methods. but having a problem now. I have no idea how I shall make the program pentest the POST Method (the forms) .
I'm having a idea to make it Extract the form data/names from all the pages on the website. but having no idea how I shall do it. Any ideas? This is in Python.