Catnip : Automated Basic Pentest Tool – Designed For Kali Linux

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

  • Whois Lookup
  • DNSmap
  • Nmap
  • Dmitry
  • Theharvester
  • Load Balancing Detector
  • SSLyze
  • Automater
  • Ua Tester
  • Gobuster
  • Grabber
  • Parsero
  • Uniscan
  • And More Tool Soon

Also Read – Legion : An Open Source, Easy-To-Use, Super-extensible & Semi-Automated Network Penetration Testing Tool

Tools Preview


Output Result

Report In HTML

Disclaimer

  • Do not scan government and private IT objects without legal permission.
  • Do At Your Own Risk
R K

Recent Posts

cp Command: Copy Files and Directories in Linux

The cp command, short for "copy," is the main Linux utility for duplicating files and directories. Whether…

7 days ago

Image OSINT

Introduction In digital investigations, images often hold more information than meets the eye. With the…

7 days ago

cat Command: Read and Combine File Contents in Linux

The cat command short for concatenate, It is a fast and versatile tool for viewing and merging…

7 days ago

Port In Networking

What is a Port? A port in networking acts like a gateway that directs data…

7 days ago

ls Command: List Directory Contents in Linux

The ls command is fundamental for anyone working with Linux. It’s used to display the files and…

1 week ago

pwd Command: Find Your Location in Linux

The pwd (Print Working Directory) command is essential for navigating the Linux filesystem. It instantly shows your…

1 week ago