Internal employee purchasing system — Authorized personnel only
Business-class laptop. SKU: DL-5540-i7
Enterprise laptop with 13.3" display. SKU: HP-EB840-G9
Ultra-lightweight business laptop. SKU: LN-X1C-G11
| FLAG | DESCRIPTION |
|---|---|
| --dbs | Enumerate all databases |
| -D <db> | Select a specific database |
| --tables | List tables in selected DB |
| -T <table> | Select a specific table |
| --dump | Dump table contents |
| --columns | List columns in a table |
| --batch | Non-interactive mode (auto yes) |
| --level=5 | Increase test depth (1-5) |
| --risk=3 | Increase risk of tests (1-3) |
| --forms | Auto-detect and test forms |
| --data | POST data string |
| -p <param> | Test specific parameter only |
| --dbms=mysql | Force database type |
| --os-shell | Attempt OS shell (if privileged) |
| TYPE | DESCRIPTION |
|---|---|
| Boolean-based | Infer data from true/false responses |
| Error-based | Extract data from DB error messages |
| UNION-based | Append extra SELECT to get data |
| Time-based | Infer data from response delay |
| Stacked queries | Execute multiple statements |