| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-27 | 2.3 kB | |
| v1.4.1 source code.tar.gz | 2026-06-27 | 136.8 kB | |
| v1.4.1 source code.zip | 2026-06-27 | 357.9 kB | |
| Totals: 3 Items | 497.0 kB | 11 | |
-
Replaced ThreadPoolExecutor with asyncio concurrency in core username scan mode engine, dramatically optimizing concurrent I/O performance (#388). — by @kaifcodec — reviewed by @json-hunter07
-
Expanded the scanning footprint by adding 79 new
user_scanmodules across multiple categories alongside data extraction logic, including Linktree updates, a Codeberg refactor, and custom integrations for PyPI (#357) and LuaRocks (#361) (#358, [#359], [#362]). — by @kaifcodec and @syswraith — reviewed by @json-hunter07 and @kaifcodec -
Added 4 new
email_scanOSINT modules (3 dev, 1 shopping), including the LuaRocks integration module file recovery script (#386, [#391]). — by @kaifcodec and @json-hunter07 — reviewed by @json-hunter07 and @kaifcodec -
Cleaned up LuaRocks module safety constraints by adding and subsequently reverting it from the
LOUD_MODULESarray configuration script block (#389, [#390]). — by @json-hunter07 and @kaifcodec -
Fixed a serious regular expression catastrophic backtracking overflow edge case on empty target profiles inside the Dribbble module parser engine (#385). — by @Priyanshu-x — reviewed by @kaifcodec
-
Retired and dropped the broken/dead Boot.dev email scanning target validation script file from active checks (#378). — by @Brumbelow — reviewed by @kaifcodec
-
Removed Polarsteps email module from
LOUD_MODULESsafety list following validation structural adjustments (#374). — by @kaifcodec — reviewed by @json-hunter07 -
Tightened validation output states by implementing strict block logic parsing requirements on standard
Result.available()response checks (#363). — by @kaifcodec — reviewed by @json-hunter07 -
Added project setup options by introducing a default basic Nix Flake configuration matrix layout ecosystem file entry (#360). — by @BoxC4T — reviewed by @kaifcodec
-
CI/CD & Project Maintenance: Updated
CONTRIBUTING.mdguidelines for v1.4.0 (#380), installedpytest-anyiotest dependency engine suites (#376), and eliminated configuration build dependency sync issues betweenrequirements.txtandpyproject.tomlsettings (#375). — by @kaifcodec — reviewed by @json-hunter07