ccgreen13 / armitage

Automatically exported from code.google.com/p/armitage
0 stars 0 forks source link

something went wrong: module.options | error: org.msgpack.MessageTypeException: type error #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Kubuntu 12.04 with backbox repo in sources.list
2.Install backbox desktop /install msf&armitage through apt-get
3.Run armitage --> add host --> scan host --> search for exploit from dropdown 
list --> right click on exploit = POPUP

What is the expected output? What do you see instead?

-Expected output is a list of hosts for that te exploit applies
- Seeing instead a popup:
"Something went wrong:
module.options

Error:
org.msgpack.MessageTypeException: type error" 

What version of Metasploit are you using (type: svn info)? On which
operating system?

- metasploit v4.7.0-dev [core:4.7 api:1.0]

- Kubuntu 12.04 , Kernel 3.2.0-43

Which database are you using?

PSQL

Please provide any additional information below.

///

Original issue reported on code.google.com by 8888...@gmail.com on 24 May 2013 at 10:52

GoogleCodeExporter commented 9 years ago
On a new backbox 3.05 installation the same problem appears.

Original comment by 8888...@gmail.com on 27 May 2013 at 4:00

GoogleCodeExporter commented 9 years ago
Issue only appears thus far with --> "Exploit" --> "Linux" --> "http" --> 
"nginx_chunked_size" . Took a while to recognize that ....

Original comment by 8888...@gmail.com on 31 May 2013 at 7:09

GoogleCodeExporter commented 9 years ago
Thanks for the report. I tried the nginx_chunked_size exploit. It looks like 
this module returns a Long type which causes my MsgPack parser to throw a fit 
(it tries to interpret any integer (short, long, int) as an integer). 

I wrote a unit test to check all modules for this behavior. This is the first 
and only module that shows this problem. In either case, I'll have a fix with 
tomorrow's Armitage release.

Original comment by rsmu...@gmail.com on 6 Jun 2013 at 3:42