Skip to content

Commit

Permalink
1. **Output Format Optimization**
Browse files Browse the repository at this point in the history
   - Improved JSON output format for better readability
   - Added colored console output for enhanced user experience
   - Optimized scan result presentation for more comprehensive information
   - Enhanced output file structure for easier analysis

2. **HTTP Port Detection Enhancement**
   - Improved HTTP port scanning accuracy with reduced false positives
   - Added more HTTP protocol fingerprint support
   - Optimized concurrent connection handling for better performance
   - Implemented timeout mechanism to avoid long waits

- Local testing completed successfully
- Unit tests added for new features
- Backward compatibility verified, no impact on existing functionality

- Closes #xxx (if applicable)

- Please review output format changes for project standard compliance
- Performance optimization for HTTP detection has been tested

Thanks to all contributors involved in this development and review!
  • Loading branch information
Your Name committed Dec 2, 2024
2 parents b237704 + 797dc56 commit 2f2a75b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@ tcp_ports:
- 990 # FTPS Control
- 993 # IMAPS
- 995 # POP3S
- 1000
- 1024
- 1194 # OpenVPN
- 1433 # Microsoft SQL Server
- 1434 # Microsoft SQL Monitor
- 1521 # Oracle DB
- 1701 # L2TP
- 1723 # PPTP
- 2021
- 2049 # NFS
- 2181 # ZooKeeper
- 2375 # Docker
Expand All @@ -65,6 +67,7 @@ tcp_ports:
- 5672 # RabbitMQ
- 5900 # VNC
- 6002
- 6100
- 6379 # Redis
- 6443 # Kubernetes API
- 7001 # WebLogic
Expand Down Expand Up @@ -110,6 +113,7 @@ tcp_ports:
- 9666
- 9999
- 10000 # Network Data Management
- 10005
- 10080 # TiDB
- 11211 # Memcached
- 12320 # Proprietary
Expand Down
14 changes: 12 additions & 2 deletions pkg/stage/assets/fingerprints.json
Original file line number Diff line number Diff line change
Expand Up @@ -882,9 +882,9 @@
"(?i)SuperWebMailer"
]
},
"kelixin-communication": {
"kirisun": {
"body": [
"app/structure/departments.php"
"(?i)structure/departments.php"
]
},
"teamcity": {
Expand Down Expand Up @@ -1488,5 +1488,15 @@
"body": [
"(?i)CDGServer"
]
},
"faciallovecloud": {
"body": [
"欢迎使用脸爱云"
]
},
"jsherp": {
"body": [
"(?i)jshERP"
]
}
}

0 comments on commit 2f2a75b

Please sign in to comment.