
Golismero Cheatsheet
The Complete Web Security Testing Framework Reference
Basic Golismero Commands
golismero -h
golismero -v
golismero --list-plugins
golismero --plugin-info plugin_name
golismero --update
golismero --profiles
Scanning Techniques
golismero scan http://example.com
golismero scan http://example1.com http://example2.com
golismero scan -i targets.txt
golismero scan --profile quick http://example.com
golismero scan --depth 2 http://example.com
golismero scan --max-pages 50 http://example.com
golismero scan --max-time 3600 http://example.com
golismero scan --user-agent "Custom Agent" http://example.com
golismero scan --cookie "name=value" http://example.com
golismero scan --auth-user user --auth-pass pass http://example.com
golismero scan --proxy http://proxy:8080 http://example.com
Plugin Management
golismero scan --enable-plugin spider --enable-plugin fingerprinter http://example.com
golismero scan --disable-plugin dos --disable-plugin brute http://example.com
golismero scan --plugin-group web http://example.com
golismero import --plugin openvas results.xml
golismero scan --plugin-path /path/to/plugin http://example.com
Important Plugins
golismero scan --enable-plugin spider http://example.com
golismero scan --enable-plugin fingerprinter http://example.com
golismero scan --enable-plugin sqlmap http://example.com
golismero scan --enable-plugin xss http://example.com
golismero scan --enable-plugin brute http://example.com
golismero scan --enable-plugin ssl http://example.com
Report Generation
golismero scan -o report.html http://example.com
golismero scan -o report.txt http://example.com
golismero scan -o report.xml http://example.com
golismero scan -o report.json http://example.com
golismero scan -o report.html -o report.xml http://example.com
golismero scan -o report.html --verbose http://example.com
golismero scan -o report.html --only-vulns http://example.com
golismero scan --color http://example.com
golismero scan --quiet http://example.com
Advanced Techniques
golismero scan --pool-size 5 http://example.com
golismero scan --max-connections 10 --max-slaves 3 http://example.com
golismero scan --session session_file.db http://example.com
golismero scan --resume session_file.db
golismero audit --pentest http://example.com
golismero api
golismero scan --debug http://example.com
golismero scan --dry-run http://example.com
golismero scan --config myconfig.conf http://example.com
Tool Integration
golismero import nmap_output.xml
golismero import --plugin openvas openvas_report.xml
golismero import --plugin w3af w3af_output.xml
golismero import --plugin nessus nessus_report.nessus
golismero import --plugin burp burp_report.xml
golismero import --plugin nikto nikto_output.txt
golismero import -i targets.txt
golismero dump -o results.db
golismero load results.db
Common Scan Combinations
golismero scan --profile quick -o report.html http://example.com
golismero audit --pentest --enable-plugin all -o full_report.html http://example.com
golismero scan --plugin-group web --cookie "sessionid=123" -o web_report.html http://example.com
golismero scan --plugin-group network -o network_report.html 192.168.1.0/24