Skip to content

Commit

Permalink
fix: replace modules with features
Browse files Browse the repository at this point in the history
  • Loading branch information
vmfunc authored Oct 12, 2024
1 parent 3e5849d commit e9bd112
Showing 1 changed file with 14 additions and 33 deletions.
47 changes: 14 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,32 @@

## πŸ“– Table of Contents

- [Features](#-features)
- [Modules](#-modules)
- [Installation](#-installation)
- [Quick Start](#-quick-start)
- [Usage](#-usage)
- [Modules](#-modules)
- [Performance](#-performance)
- [Contributing](#-contributing)
- [Contributors](#-contributors)
- [Acknowledgements](#-acknowledgements)

## πŸš€ Features
## 🧩 Modules

sif is a comprehensive pentesting suite designed for efficiency and ease of use. Our key features include:
sif is built with a modular architecture, allowing for easy extension and customization. Some of our key modules include:

- πŸ“‚ **Directory/file fuzzing/scanning**: Quickly discover hidden directories and files
- πŸ“‘ **DNS subdomain enumeration**: Uncover subdomains associated with target domains
- 🐾 **Common Web scanning**: Identify common web vulnerabilities and misconfigurations
- πŸ–₯️ **Port/service scanning**: Detect open ports and running services on target systems
- 🦠 **Vulnerability scanning**:
- πŸ“‚ Directory/file fuzzing/scanning
- πŸ“‘ DNS subdomain enumeration
- 🐾 Common Web scanning
- πŸ–₯️ Port/service scanning
- 🦠 Vulnerability scanning
- Support for pre-existing nuclei templates
- Metasploit emulation for execution
- πŸ”Ž **Automated Google dorking**: Leverage search engines for information gathering
- πŸ’˜ **Shodan integration**: Harness the power of Shodan for additional reconnaissance
- πŸ“¦ **CMS detection**: Identify content management systems used by target websites
- πŸ” **HTTP Header Analysis**: Analyze HTTP headers for potential security issues
- ☁️ **C3 Misconfiguration Scanner**: Detect common cloud configuration vulnerabilities
- πŸ” **Subdomain Takeover Checks**: Identify potential subdomain takeover vulnerabilities
- πŸ”Ž Automated Google dorking
- πŸ’˜ Shodan integration
- πŸ“¦ CMS detection
- πŸ” HTTP Header Analysis
- ☁️ C3 Misconfiguration Scanner
- πŸ” Subdomain Takeover Checks

## πŸ“¦ Installation

Expand Down Expand Up @@ -103,24 +102,6 @@ sif offers a wide range of commands and options to customize your pentesting wor

For a complete list of commands and options, run `./sif -h`.

## 🧩 Modules

sif is built with a modular architecture, allowing for easy extension and customization. Some of our key modules include:

- πŸ“‚ Directory/file fuzzing/scanning
- πŸ“‘ DNS subdomain enumeration
- 🐾 Common Web scanning
- πŸ–₯️ Port/service scanning
- 🦠 Vulnerability scanning
- Support for pre-existing nuclei templates
- Metasploit emulation for execution
- πŸ”Ž Automated Google dorking
- πŸ’˜ Shodan integration
- πŸ“¦ CMS detection
- πŸ” HTTP Header Analysis
- ☁️ C3 Misconfiguration Scanner
- πŸ” Subdomain Takeover Checks

## ⚑ Performance

sif is designed for high performance and efficiency:
Expand Down

0 comments on commit e9bd112

Please sign in to comment.