Problem while Connection Mysql Database
solution
1)msf > db_driver
2)msf > db_driver mysql
3)root@bt:/pentest/exploits/framework3# mysql -u root -p
4)mysql> CREATE USER msf3@localhost IDENTIFIED BY 'test';
5)mysql> CREATE DATABASE msf3;
6)mysql> GRANT ALL PRIVILEGES ON msf3.* TO msf3@localhost;
Another Problem while Installing if you are using sqlite3
then
root@bt:/pentest/exploits/armitage# ./armitage.sh
password is blank i.e
DB Connect String -
No comments:
Post a Comment