dipsec / armitage

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

Is this bug both sleep and cortana ? #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.vim sample.cna
2.$x = (12 - 1) x (0 + 4) / 2;
3.println($x);

What is the expected output? What do you see instead?
22 is expetected output. I see 1111.

What version of Metasploit are you using (type: svn info)? On which
operating system?
I using metasploit v4.5.0-dev and Ubuntu10.04.03 (BTR3)

Which database are you using?

postgresql

Please provide any additional information below.

This bug reproduces sleep and cortana. How do I avoid this problem ?

Original issue reported on code.google.com by mod.i....@gmail.com on 10 Nov 2012 at 8:07

GoogleCodeExporter commented 9 years ago
x is not multiplication. It's a repeat operator (ala Perl). Try * instead.

Original comment by rsmu...@gmail.com on 10 Nov 2012 at 8:15