01rabbit / PAKURI

PAKURI has been merged with Python and launched as a new project, PAKURI-THON.
https://github.com/01rabbit/PAKURI-THON
GNU General Public License v3.0
144 stars 28 forks source link

Selection error in PAKURI #15

Closed siangjuin98 closed 3 years ago

siangjuin98 commented 4 years ago

Hi, I'm a newbie in penetration testing and I just install PAKURI in Linux and it occurs a problem. I can't select the selection that I want like recon, exploit and etc, but the exit and quit button can be selected. The status shown in PAKURI main page, the docker status is stated as DOWN. I know it means docker service is not installed or cannot found in my machine. May I have the solution to solve this problem?

Screenshot 2020-11-05 181124

01rabbit commented 4 years ago

You do not have Docker installed on your system; PAKURI uses docker-compose. I didn't mention the need for Docker, so I changed the README.

I think the reason I couldn't do reconnaissance or manipulate to exploit is because I didn't have dialog installed.Please install it as follows.

sudo apt install dialog -y

I'll remedy this issue in setup.sh as well, as it's a flaw in my own work. Thank you for contacting me.