SQLMap Cheatsheet
Table of Contents
- Basic Commands
- Target Specification
- Request Settings
- Enumeration Options
- Database Operations
- Advanced Features
- Best Practices
Basic Commands
-
Basic Syntax
-
Verbosity Levels
Target Specification
Request Settings
Enumeration Options
-
Database Enumeration
-
Specific Database Info
-
System Information
Database Operations
Advanced Features
Best Practices
- Always obtain proper authorization before testing
- Start with low risk levels and increase gradually
- Use appropriate verbosity levels for your needs
- Save scan results for documentation
- Monitor system resources during scans
- Respect rate limiting and server loads
- Keep SQLMap updated to the latest version
Safety Tips
-
Before Testing
- Verify target scope and permissions
- Test in development environments first
- Create backups if possible
- Start with minimal invasive tests
-
During Testing
- Monitor server responses
- Use appropriate time delays
- Document all findings
- Stop if unexpected behavior occurs