Hello ,
i'm trying to run armitage when i install bt it worked in the first time .. but now i'm trying to run it i'm getting this
mysql service is running ..
Help Please!
Thanks.
Hello ,
i'm trying to run armitage when i install bt it worked in the first time .. but now i'm trying to run it i'm getting this
mysql service is running ..
Help Please!
Thanks.
Have you also started the Metasploit RPC Daemon?
Computer security is a temporary condition.
Yes i did ..
Well your next step is to be more detailed. What, if anything did you change between runs of Armitage? What are the exact commands you use when getting Armitage up and running? Have you updated the program recently? The author has been pushing out updates pretty regularly in the last month. I have used this tool a couple of times with out seeing this issue. Also, this isn't really about Backtrack and I would suggest perhaps visiting the Contact page on the Armitage website. It has some information about what to do when encountering bugs.
Computer security is a temporary condition.
Update Metasploit and Armitage, maybe that will make it work.
Back|track giving machine guns to monkeys since 2007 !
Do not read the Wiki, most your questions will not be answered there !
Do not take a look at the: Forum Rules !
By coincidence...I started testing Armitage today...all went just fine with wiki tutorial.
Not sure if I can help you after the problem happened....
But if you manage to make it work...I made 2 shell scripts for it, which will make the process a lot easier.
use them if you want::
The first starts daemon...
The second...Mysql and Armitage..#!/bin/bash
echo " Starting Armitage RPC daemon..."
msfrpcd -f -U msf -P test -t Basic
exit
Good luck!#!/bin/bash
echo " Starting MysQl..."
/etc/init.d/mysql start
echo " Starting Armitage..."
cd /pentest/exploits/armitage
./armitage.sh
exit