VishwasAJ / armitage

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

Ubuntu 12.04 LTS #146

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.download armitage on ubuntu
2.follow the steps at 
http://www.darkoperator.com/installing-metasploit-in-ubunt/
3.type armitage

What is the expected output? What do you see instead?
I expected armitage to load up but instead it said Error: Unable to access 
jarfile armitage.jar 

What version of Metasploit are you using (type: svn info)? On which
operating system?
Framework: 4.7.0-2013082802
Console  : 4.7.0-2013082802.15168
ubuntu 12.04 LTS

Please provide any additional information below.
PLz Help

Original issue reported on code.google.com by shanesel...@gmail.com on 4 Sep 2013 at 7:57

GoogleCodeExporter commented 9 years ago
I still cannot fix it

Original comment by shanesel...@gmail.com on 4 Sep 2013 at 9:26

GoogleCodeExporter commented 9 years ago
This is not a bug or defect in Armitage. The above instructions are wrong. If 
you link /opt/armitage/armitage to /usr/local/bin/armitage --this shell script 
(armitage) will continue to reference armitage.jar in the current directory.

To fix this issue:

Edit /opt/armitage/armitage and change java [options] -jar armitage.jar to java 
[options] -jar /opt/armitage/armitage.jar

This will make it work as advertised.

Another option is to cd /opt/armitage and type ./armitage to start armitage as 
well.

Original comment by rsmu...@gmail.com on 4 Sep 2013 at 9:39

GoogleCodeExporter commented 9 years ago
Carlos, the writer of the above instructions is a friend of mine. I wrote an 
email that mentions this particular issue.

Original comment by rsmu...@gmail.com on 4 Sep 2013 at 9:49

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Please, reread what I wrote before you responded again. I tried to explain the 
issue, why it's an issue, and I prescribed corrective action. I want you to 
enjoy Armitage (genuinely!) and I sincerely apologize that the instructions I 
did not write are wrong. I did my best by contacting the author of the blog 
post you referenced. 

Good luck.

Original comment by rsmu...@gmail.com on 4 Sep 2013 at 11:33

GoogleCodeExporter commented 9 years ago
thanks :)

Original comment by shanesel...@gmail.com on 5 Sep 2013 at 12:28