Skip to content

Commit 3e79ff1

Browse files
committed
refactor(help): enhance help documentation structure and content
1 parent 7f1ca10 commit 3e79ff1

File tree

4 files changed

+673
-76
lines changed

4 files changed

+673
-76
lines changed

README.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
## ✨ Features
4040

41-
### 🎯 Host Scanner Pro
41+
### 🎯 Host Scanner
4242
Advanced multi-mode bug host scanning with specialized capabilities:
4343
- **Direct Scanning**: HTTP/HTTPS bug host discovery with custom methods
4444
- **DirectNon302**: Specialized scanning that excludes redirect responses (essential for bug hosts)
@@ -51,7 +51,6 @@ Advanced multi-mode bug host scanning with specialized capabilities:
5151
### 🔍 Subdomain Enumeration
5252
Professional subdomain discovery for expanding bug host lists:
5353
- **Passive Discovery**: Leverages multiple API providers and search engines
54-
- **Active Enumeration**: DNS brute-force for comprehensive coverage
5554
- **Batch Processing**: Mass domain enumeration from target lists
5655

5756
### 🌐 IP Lookup & Reverse DNS
@@ -60,9 +59,6 @@ Comprehensive IP intelligence for bug host clustering:
6059
- **CIDR Range Processing**: Bulk analysis of IP ranges
6160
- **Multi-Source Aggregation**: Combines data from multiple sources
6261

63-
### 📡 CIDR Scanner
64-
Efficient IP range analysis for bug host discovery with port enumeration and custom HTTP methods.
65-
6662
### 🚪 Port Scanner
6763
Advanced port scanning for service discovery with common tunneling ports (80, 443, 8080, 8443).
6864

@@ -100,18 +96,16 @@ bx
10096
╠╩╗║ ║║ ╦╚═╗║ ╠═╣║║║╔╩╦╝
10197
╚═╝╚═╝╚═╝╚═╝╚═╝╩ ╩╝╚╝╩ ╚═
10298
103-
[1] HOST SCANNER PRO # Advanced bug host scanner with multiple modes
104-
[2] HOST SCANNER # Simplified bug host scanner
105-
[3] CIDR SCANNER # CIDR/IP scanner for bug host
106-
[4] SUBFINDER # Subdomain enumeration with active and passive modes
107-
[5] IP LOOKUP # Reverse IP lookup
108-
[6] FILE TOOLKIT # Bug host list management
109-
[7] PORT SCANNER # Port scanner to discover open ports
110-
[8] DNS RECORD # DNS record gathering
111-
[9] HOST INFO # Detailed bug host analysis
112-
[10] HELP # Documentation and usage examples
113-
[11] UPDATE # Self-update tool
114-
[12] EXIT # Quit application
99+
[1] HOST SCANNER # Advanced bug host scanner with multiple modes
100+
[2] SUBFINDER # Subdomain enumeration with passive discovery modes
101+
[3] IP LOOKUP # Reverse IP lookup
102+
[4] FILE TOOLKIT # Bug host list management
103+
[5] PORT SCANNER # Port scanner to discover open ports
104+
[6] DNS RECORD # DNS record gathering
105+
[7] HOST INFO # Detailed bug host analysis
106+
[8] HELP # Documentation and usage examples
107+
[9] UPDATE # Self-update tool
108+
[0] EXIT # Quit application
115109
```
116110

117111
### 📱 Using Discovered Bug Hosts
@@ -167,7 +161,7 @@ tqdm # Progress bars
167161

168162
## 🛠️ Tools Documentation
169163

170-
### 1️⃣ Host Scanner Pro
164+
### 1️⃣ Host Scanner
171165

172166
Advanced bug host discovery with multiple scanning modes:
173167

@@ -219,6 +213,14 @@ Comprehensive DNS intelligence:
219213
- IPv4/IPv6 address resolution
220214
- Name server analysis
221215

216+
### 7️⃣ Host Info
217+
218+
Detailed host analysis and intelligence gathering:
219+
- Network information and geolocation
220+
- Web server analysis and fingerprinting
221+
- SSL/TLS certificate analysis
222+
- Security assessment and vulnerability detection
223+
222224

223225
## ⚙️ Configuration
224226

bugscanx/modules/others/file_toolkit.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44
import ipaddress
55
from collections import defaultdict
66
from concurrent.futures import ThreadPoolExecutor, as_completed
7-
87
from rich import print
98
from rich.panel import Panel
109
from rich.padding import Padding
1110
from rich.progress import Progress, TimeElapsedColumn
12-
1311
from bugscanx.utils.prompts import get_input, get_confirm, clear_screen
1412
from bugscanx import text_ascii
1513

0 commit comments

Comments
 (0)