PENTESTING _ REPOSITORY

$ ./welcome.sh

This repository serves as your centralized command center for essential penetration testing utilities. Organize and rapidly deploy your favorite tools across all phases of security assessment.

root@pentest:~
const initialize = () => {
  // Customize links and categories
  // to match your operational workflow
  return "Ready for deployment";
};

Reconnaissance Tools

PHASE_01
N

Nmap

A free and open-source network scanner designed to discover hosts and services on a computer network.

network_mapper Launch →
M

Maltego

An open-source intelligence (OSINT) and graphical link analysis tool for gathering and connecting information.

osint_analysis Launch →
S

Sublist3r

A Python tool designed to enumerate subdomains of websites using OSINT.

subdomain_enum Launch →

Vulnerability Analysis Tools

PHASE_02
O

OpenVAS

A comprehensive vulnerability scanner and manager, part of the Greenbone Security Assistant.

vuln_scanner Launch →
B

Burp Suite

A leading toolkit for web application security testing.

web_proxy Launch →
N

Nikto

A web server scanner that performs comprehensive tests against web servers for multiple items.

web_scanner Launch →

Exploitation Tools

PHASE_03
M

Metasploit Framework

A powerful penetration testing framework for developing, testing, and executing exploits.

exploit_framework Launch →
S

SQLMap

An open-source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws.

sql_injection Launch →
H

Hydra

A fast and flexible login cracker that supports numerous protocols to attack.

brute_force Launch →

Post-Exploitation Tools

PHASE_04
M

Mimikatz

A tool to extract credentials from Windows memory, including plaintext passwords, hashes, and Kerberos tickets.

credential_dump Launch →
P

PowerSploit

A collection of Microsoft PowerShell modules that can be used to aid penetration testers during all phases of an assessment.

powershell_kit Launch →
C

CrackMapExec (CME)

A post-exploitation tool that helps automate assessing the security of large Active Directory networks.

ad_assessment Launch →

My Personal Tools

CUSTOM
H

Hamsterfi

WiFi

Debian Linux repositories only

A powerful WiFi exploitation tool similar to Wifite, offering enhanced functionalities. Not automated but provides comprehensive features for wireless security assessment.

Features:

  • Network scanning
  • Handshake capture
  • Deauthentication attacks
  • PMKID extraction
  • MAC address randomization
wireless_audit Access →