Skip to content

Instantly share code, notes, and snippets.

View vignesh7056's full-sized avatar
💭
Full-Stack Dreamer | Curious by Default | Open Source Advocate

VIGNESH R vignesh7056

💭
Full-Stack Dreamer | Curious by Default | Open Source Advocate
View GitHub Profile
# Basic usage
./sqlmap.py -u "inject address" --dbs // enumerate database
./sqlmap.py -u "inject address" --current-db // current database
./sqlmap.py -u "inject address" --users // column database user
./sqlmap.py -u "inject address" --current-user // current user
./sqlmap.py -u "inject address" --tables -D "database" // enumerate the table name of the database
./sqlmap.py -u "inject address" --columns -T "table name" -D "database" // get the column name of the table
./sqlmap.py -u "inject address" --dump -C "field, field" -T "table name" -D "database" // get the data in the table, including the column, is the pants
@bmaupin
bmaupin / free-backend-hosting.md
Last active December 1, 2025 21:03
Free backend hosting