c0nn3ct / armitage

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

Function &url() fails with error message. #114

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Write a cortana script that uses this function

What is the expected output? What do you see instead?
Manual states this will open the url in the default browser.
Call to function fails with error: 
Attempted to call a non-static method on a null reference at 
internal-ui-support.sl:111

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

Which database are you using?

PostGres

Original issue reported on code.google.com by bbuch...@gmail.com on 17 Aug 2012 at 3:24

GoogleCodeExporter commented 8 years ago
Can you give me a snippet of code that reproduces the error? I don't know about 
a URL function but I am able to make url_open work.

cortana> x url_open("http://www.google.com")

cortana> x url("http://www.google.com")
[15:10:31] Attempted to call non-existent function &url at eval:0

Original comment by rsmu...@gmail.com on 17 Aug 2012 at 9:23

GoogleCodeExporter commented 8 years ago

Original comment by rsmu...@gmail.com on 5 Sep 2012 at 3:34