Catnip tool will make your basic pentesting task like Information Gathering, Auditing, And Reporting so this tool will do every task fully automatic.
Usage Guide
Download / Clone Cat-Nip
~# git clone https://github.com/baguswiratmaadi/catnip
Go Inside Cat-Nip Dir
~# cd catnip
Give Permission To Cat-Nip
~# chmod 777 catnip.sh
Run Cat-Nip
~# ./catnip.sh
Pentest Tools Auto Executed With Cat-Nip
Also Read – Legion : An Open Source, Easy-To-Use, Super-extensible & Semi-Automated Network Penetration Testing Tool
Tools Preview
Report In HTML
Disclaimer
What Are Bash Comments? In Bash scripting, comments are notes in your code that the…
When you write a Bash script in Linux, you want it to run correctly every…
Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…
What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…
When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…
Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…