The Pentbox is a safety kit containing various tools for streamlining PenTest conducting a job easily. It is programmed in Ruby and oriented to GNU / Linux, with support for Windows, MacOS and every systems where Ruby is installed.
New features :-
- Command execution in gets (STDIN) implemented. (!command)
- Honeypot now shows attacker’s IP and port (thx Shyish)
- Included log options.
- Wordlist is bigger now.
- Included "back" option on menus.
New tools :-
- Included new area, Web tools.
- Included new module MAC address geolocation (samy.pl).
- Included new module HTTP directory bruteforce .
- Included new module HTTP common files bruteforce.
- Included exploits for DoS.
Main Features :-
- Cryptography tools
- Base64 Encoder & Decoder
- Multi-Digest (MD5, SHA1, SHA256, SHA384, SHA512, RIPEMD-160)
- Hash Password Cracker (MD5, SHA1, SHA256, SHA384, SHA512, RIPEMD-160)
- Secure Password Generator
Network tools :-
- Net DoS Tester
- TCP port scanner
- Honeypot
- Fuzzer
- DNS and host gathering
- MAC address geolocation
Lets Start With Install PentBox Tools | Penetration Tool
Step 1. got to the github.
Step 2. You need to download PentBox tool by executing this command in terminal window of kali linux
git clone https://github.com/whitehatpanda/pentbox-1.8.git
Step 3. Now downloading of PentBox tool will start and after that you can see a PentBox file , so you need to wait for downloading it completely . and Now again go to terminal window of kali linux and execute this command cd PentBox
Now to install this tool in kali linux, to install this tool first we have to give chmod permision. Type the command for this chmod +x pentbox.rb and press enter button.
Now you can run this tool easily, that give this command ./pentbox.rb and press enter button.