cr0hn / golismero-legacy

THIS IS A LEGACY VERSION PRESERVED FOR BACKUP, DO NOT USE
http://golismero-project.com
15 stars 4 forks source link

Add support for HTML forms #175

Closed MarioVilas closed 10 years ago

MarioVilas commented 11 years ago

This can be divided into the following tasks:

cr0hn commented 10 years ago

At this moment, we use URL to process HTML forms info. We have a function called "extract_forms_from_html" to extract this info, and spider transforme that into URL resource.

The question: really we need HTML forms? I don't remember the user case, sorry :(

MarioVilas commented 10 years ago

The original use case was rather convoluted, but if as it is now it works with SQLMap and XSSer, just close it. But make sure to TEST that it really works! :)

cr0hn commented 10 years ago

I’m testing the plugins (XSS and SQLmap) and I don’t need html forms. For that the question :)

El 03/02/2014, a las 18:45, Mario Vilas notifications@github.com escribió:

The original use case was rather convoluted, but if as it is now it works with SQLMap and XSSer, just close it. But make sure to TEST that it really works! :)

— Reply to this email directly or view it on GitHub.

MarioVilas commented 10 years ago

Ok, I'll close it then.