release: v1.0.3

- Fix Avalanche Engine: paste pattern identifiers now harvested as pivot seeds
- Bump version to 1.0.3
This commit is contained in:
nox-project
2026-04-15 12:22:05 +02:00
parent d72163d4b6
commit 294c7cbf84
6 changed files with 17 additions and 5 deletions
+5
View File
@@ -2,6 +2,11 @@
All notable changes to NOX are documented here.
## [1.0.3] — 2026-04-15
### Engine
- **Fixed:** Recursive Avalanche Engine — identifiers extracted from paste content (`paste["patterns"]`) were not being harvested as pivot seeds. Bare emails and other identifiers found in IntelX paste bodies that lacked a `:password` separator were silently dropped from the pivot queue. All `scrape_res["pastes"]` pattern matches are now fed into `_extract_ids_from_text` and reinjected consistently with `credentials`, `telegram`, and `dork_misconfigs`.
## [1.0.2] — 2026-04-14
### Sources