Bug #540
Bug related to CSV::Reader
| Status: | Closed | Start date: | 11/19/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | Metasploit 3.3.2 | |||
| Resolution: | fixed | Release Note: |
Description
msf auxiliary(login_brute) > show options
Module options:
Name Current Setting Required Description
---- --------------- -------- -----------
CSVFILE /opt/msf3-dev/data/wordlists/oracle_default_passwords.csv no The file that contains a list of default accounts.
RHOST 10.1.1.11 yes The Oracle host.
RPORT 1521 yes The TNS port.
SID ORCL yes The sid to authenticate with.
msf auxiliary(login_brute) > run
[-] Auxiliary failed: NameError uninitialized constant CSV::Reader
[-] Call stack:
[-] /opt/msf3-dev/data/msfweb/vendor/rails/activesupport/lib/active_support/dependencies.rb:105:in `rescue in const_missing'
[-] /opt/msf3-dev/data/msfweb/vendor/rails/activesupport/lib/active_support/dependencies.rb:94:in `const_missing'
[-] (eval):47:in `run'
[*] Auxiliary module execution completed
$ ruby --version
ruby 1.9.1p243 (2009-07-16 revision 24175) [i486-linux]
=[ metasploit v3.4-dev [core:3.4 api:1.0]
+ -- --=[ 448 exploits - 218 auxiliary
+ -- --=[ 192 payloads - 22 encoders - 8 nops
=[ svn r7571 updated today (2009.11.19)
History
Updated by HD Moore about 2 years ago
- Target version set to Metasploit 3.4.0
Updated by Chris Gates about 2 years ago
its an issue with csv reader and 1.9.1. i have a patch somewhere for it but didnt change it yet because the support for oracle mixin and 1.9.1 isnt done.
Updated by Mario Ceballos about 2 years ago
- Status changed from New to Closed
- Resolution set to fixed
Fixed the csv issue. Mixin is being reworked.
Updated by HD Moore about 2 years ago
- Target version changed from Metasploit 3.4.0 to Metasploit 3.3.2