Yuki Chan : The Auto Pentest Tool | How To Install & Run in Kali Linux

Disclaimer : This article is strongly for educational purpose only.

We can use Yuki Chan (The auto pentest tool) in Kali Linux OS. To install this tool in kali linux, start with git clone.

git clone https://github.com/Yukinoshita47/Yuki-Chan-The-Auto-Pentest.git


Change the directory to Yuki Chan and list the content of it. (As shown in picture).

cd Yuki-Chan-The-Auto-Pentest


Give Permission (See command in image).

chmod 777 joomscan wafninja install-perl-module.sh yuki.sh


Give permission to requirements.txt. See image below.

chmod 777 requirements.txt


Run :
pip install -r requirements.txt


Run :
./install-perl-module.sh


Run Yuki.

./yuki.sh


Mention Target URL and Press Enter. Then it will run all the available modules automatically. And give you the final results.


You are seeing the harvester running below.


Similarly more other included tools runs in process and extracts the all possible information.

Thank You

Comments