Skip to content

Commit 6784fe4

Browse files
committed
releasing version 1.2.0
1 parent 5c42bb9 commit 6784fe4

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## Version 1.2.0 (2025-09-12)
2+
3+
### 🚀 New Features
4+
- **Adaptive timeout system** - Timeout-sensitive plugins like DNS and port scanner can now dynamically adjust worker timeouts for better performance
5+
- **Port scanner improvements** - Enhanced banner grabbing and protocol detection, now defaults to scanning common ports instead of full 1-65535 range
6+
- **Performance optimizations** - Precompiled HTTP success expressions, dedicated DNS resolver objects per worker, and configurable report intervals (--report-time)
7+
- **MCP server enhancements** - Improved prompts for better clarity about plugins and tooling
8+
9+
### 🐛 Fixes
10+
- Fixed default regexp for HTTP CSRF token name
11+
- Fixed parsing of multiple comma-separated credential expressions
12+
- Fixed VNC plugin password field naming and reduced log verbosity (#82)
13+
- Ensured DNS plugin only uses host targets (removes schema, port, etc.)
14+
- Restored original default value for --http-follow-redirects
15+
16+
### 📚 Documentation
17+
- Added Bludit CMS example (#83)
18+
- Fixed CSRF regex documentation for HTTP plugin
19+
20+
### Miscellaneous
21+
- Improved DNS resolver memory allocations
22+
- Replaced HashMaps with DashMap/DashSet in DNS plugin for better performance
23+
- Added TCP_NODELAY and single HTTP client for port scanner
24+
- Updated MCP tools to return string responses for increased compatibility
25+
- Various CI improvements and minor refactoring
26+
- Added human coded badge
27+
- Homebrew formula version bump
28+
129
## Version 1.1.1 (2025-08-22)
230

331
### New Features 🚀

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "legba"
33
description = "A fast multi protocol credential bruteforcer/sprayer/enumerator."
44
keywords = ["authentication", "bruteforce", "wordlist"]
5-
version = "1.1.1"
5+
version = "1.2.0"
66
authors = ["Simone Margaritelli <[email protected]>"]
77
license = "GPL-3.0"
88
edition = "2024"

0 commit comments

Comments
 (0)