Releases: guelfoweb/knockpy
Releases Β· guelfoweb/knockpy
Knockpy
KnockPy v9.0.0
Highlights
- New async scanning engine (httpx + async DNS) for faster runs.
- Improved HTTP/HTTPS checks and TLS certificate inspection.
- Added AXFR (zone transfer) check on root domain.
- New verbose single-domain diagnostics (--verbose).
- SQLite report catalog + HTML export improvements.
- Recon/bruteforce workflow updates and better CLI output (Rich).
Packaging
- PyPI project remains: knock-subdomains
- CLI entrypoint: knockpy
Knockpy
- Complete refactoring with a modular architecture
- Asynchronous DNS engine for faster scans
- HTTP response content size in bytes
- Check the TLS protocol version
- Enriched JSON output, organized by domain
- Ability to use Knockpy as a Python module
- Simplified CLI handling and consistent parameters
- Result caching to avoid duplicate resolutions
knockpy
knockpy
What's Changed
- Update setup.py by @LocutusOfBorg in #142
- Update README.md by @guelfoweb in #145
- added autoaction to upload pypi package on release by @mlodic in #148
New Contributors
- @guelfoweb made their first contribution in #145
- @mlodic made their first contribution in #148
Full Changelog: 7.0.0...7.0.1
knockpy
knockpy
knockpy
Changelog
- added silent mode
--silent - added ignore scanning
--no-scan - added api_shodan and api_virustotal to plugin
- added custom user agent
--user-agent - added callable python module (
Scanning.start()) - added stdin
- changed passive folder to remote
- moved wordlist.txt to local folder
- deleted
--set - optimized some parts of the code