GoLISMERO is a web spider is able to detect vulnerabilities and format results a very useful when starting a web audit.
GoLISMERO is intended to be a first step when starting a web security audit.
Every time we face a new URL, would not it be great to have easily and quick all the links, forms with parameters, to detect possible URL vulnerable and in addition to being presented so that gives us an idea of all points of entry where we could launch attacks? GoLISMERO lets us do all this.
Below are several examples and case studies, which are the best way to learn to use a security tool.
GoLISMERO.py –t google.com
GoLISMERO.py –c –m –t google.com
GoLISMERO.py --no-css--no-script --no-images --no-mail –c –A links –m –t google.com
Or, reduced format:
GoLISMERO.py –na –c –A links –m –t google.com
GoLISMERO.py –c –A links --follow –F html –o results.html –m –t google.com
And HTML generated code:
GoLISMERO.py –c –A links --follow -na –x –m –t terra.com
Check as ZAP Proxy capture request: