Views: 152
Read Time:1 Minute, 35 Second
Karkinos is a light-weight Beginner Friendly Penetration Testing Tool, which is basically a ‘Swiss Army Knife’ for pen-testing and/or hacking CTF’s.
Karkinos Beginner Friendly Penetration Testing Tool Features
- Encoding/Decoding characters
- Encrypting/Decrypting text or files
- Reverse shell handling
- Cracking and generating hashes
How to Install Karkinos Beginner Friendly Penetration Testing Tool
Dependencies are:
- Any server capable of hosting PHP
- Tested with PHP 7.4.9
- Tested with Python 3.8
- Make sure it is in your path as:
- Windows:
python
- Linux:
python3
- If it is not, please change the commands in
includes/pid.php
- Pip3
- Raspberry Pi Zero friendly 🙂 (crack hashes at your own risk)
Then:
Installing
This installation guide assumes you have all the dependencies.
For Linux
- git clone https://github.com/helich0pper/Karkinos.git
- cd Karkinos
- pip3 install -r requirements.txt
- cd wordlists && tar -xf passlist.zip You can also unzip it manually using file explorer if tar is not installed. Just make sure passlist.txt is in wordlists directory.
- Add extension=php_sqlite3.dll to your php.ini file.
If you don’t know where to find this, refer to the PHP docs. - Thats it! Now just host it using your preferred web server or run: php -S 127.0.0.1:8888 in the Karkinos directory.
For Windows
- git clone https://github.com/helich0pper/Karkinos.git
- cd Karkinos
- pip3 install -r requirements.txt
- cd wordlists && tar -xf passlist.zip
You can also unzip it manually using file explorer if tar is not installed. Just make sure passlist.txt is in wordlists directory. - Add extension=php_sqlite3.dll to your php.ini file.
If you don’t know where to find this, refer to the PHP docs. - Thats it! Now just host it using your preferred web server or run: php -S 127.0.0.1:8888 in the Karkinos directory.