Advertisement
Guest User

Untitled

a guest
Sep 15th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. [*] 1.1.1.1:3306 Trying username:'asdf' with password:'chlorophyceae'
  2. [-] Auxiliary failed: NoMethodError undefined method `unpack' for nil:NilClass
  3. [-] Call stack:
  4. [-] /opt/framework3/msf3/lib/rbmysql/protocol.rb:236:in `block in read'
  5. [-] /opt/framework3/ruby/lib/ruby/1.9.1/timeout.rb:44:in `timeout'
  6. [-] /opt/framework3/msf3/lib/rbmysql/protocol.rb:234:in `read'
  7. [-] /opt/framework3/msf3/lib/rbmysql.rb:162:in `block in connect'
  8. [-] /opt/framework3/msf3/lib/rbmysql/protocol.rb:216:in `block in synchronize'
  9. [-] <internal:prelude>:10:in `synchronize'
  10. [-] /opt/framework3/msf3/lib/rbmysql/protocol.rb:215:in `synchronize'
  11. [-] /opt/framework3/msf3/lib/rbmysql.rb:149:in `connect'
  12. [-] /opt/framework3/msf3/lib/rbmysql.rb:88:in `connect'
  13. [-] /opt/framework3/msf3/lib/msf/core/exploit/mysql.rb:42:in `mysql_login'
  14. [-] (eval):111:in `do_login'
  15. [-] (eval):47:in `block in run_host'
  16. [-] /opt/framework3/msf3/lib/msf/core/auxiliary/auth_brute.rb:94:in `call'
  17. [-] /opt/framework3/msf3/lib/msf/core/auxiliary/auth_brute.rb:94:in `block in each_user_pass'
  18. [-] /opt/framework3/msf3/lib/msf/core/auxiliary/auth_brute.rb:75:in `each'
  19. [-] /opt/framework3/msf3/lib/msf/core/auxiliary/auth_brute.rb:75:in `each_user_pass'
  20. [-] (eval):46:in `run_host'
  21. [-] /opt/framework3/msf3/lib/msf/core/auxiliary/scanner.rb:92:in `block in run'
  22. [-] /opt/framework3/msf3/lib/msf/core/thread_manager.rb:64:in `call'
  23. [-] /opt/framework3/msf3/lib/msf/core/thread_manager.rb:64:in `block in spawn'
  24. [*] Auxiliary module execution completed
  25. msf auxiliary(mysql_login) > show options
  26.  
  27. Module options (auxiliary/scanner/mysql/mysql_login):
  28.  
  29. Name Current Setting Required Description
  30. ---- --------------- -------- -----------
  31. BLANK_PASSWORDS true no Try blank passwords for all users
  32. BRUTEFORCE_SPEED 5 yes How fast to bruteforce, from 0 to 5
  33. PASSWORD no A specific password to authenticate with
  34. PASS_FILE /pentest/passwords/wordlists/part no File containing passwords, one per line
  35. RHOSTS 1.1.1.1 yes The target address range or CIDR identifier
  36. RPORT 3306 yes The target port
  37. STOP_ON_SUCCESS false yes Stop guessing when a credential works for a host
  38. THREADS 10 yes The number of concurrent threads
  39. USERNAME asdf no A specific username to authenticate as
  40. USERPASS_FILE no File containing users and passwords separated by space, one pair per line
  41. USER_AS_PASS true no Try the username as the password for all users
  42. USER_FILE no File containing usernames, one per line
  43. VERBOSE true yes Whether to print output for all attempts
  44.  
  45. msf auxiliary(mysql_login) >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement