Briskinfosec Pentest Toolkit (BPT) is a powerful and automated security assessment toolkit. BPT is pioneering techniques that helps penetration testers to automate the attack surfaces. Unlike other Pentest Frameworks, BPT focuses on major domains and tool flexibility. This toolkit allows penetration testers to select specific modules (in real-time) for each attack.
The following installation instructions are suitable for Linux. In theory, BPT should work on any operating system which can run bash scripts and python.
Cloning the Git repository from GitHub:
$ git clone https://github.com/briskinfosec/BPT
BPT requires some tools in order to run error free.
- NMAP
- METASPLOIT
- XTERM
- INTERNET CONNECTION
- ROOT USER
You can install all the prerequisites, the required tools and scripts, using the installation script.
$ chmod +x install.sh
$ ./install.sh
To start BTP, simply run
$ chmod +x BPT.sh
$ ./BPT.sh
To update BTP, simply run
$ git pull
All contributions are welcome, from code to tool integration, to design suggestions, to bug reports. Please use GitHub to its fullest. Submit your requests, contribute tutorials or other wiki content. Whatever lucrative you offer, we will use it! Support us !
If you want to support us in any possible ways, please do it. Here is our official Email address:contact@briskinfosec.com or visit our website www.briskinfosec.com for more details.
Note: This BPT is intended to be used for legal security purposes only, and you should only use it to do audit on network that you own or have permission to test. Any other illegal use is not the responsibility of the developer(s). Be sure that you understand and comply with the licenses and laws in your area.