Skip to content

Releases: guelfoweb/knockpy

Knockpy

14 Feb 16:36
fdaab65

Choose a tag to compare

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

26 Oct 10:51

Choose a tag to compare

  • 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

17 Nov 21:48

Choose a tag to compare

What's Changed

  • Minor bug fixes
  • Preparing to support the GUI

knockpy

30 Jul 15:56
0c6ea4f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.0.0...7.0.1

knockpy

29 Feb 16:41

Choose a tag to compare

Changelog

  • rewritten code

knockpy

18 Jan 17:17

Choose a tag to compare

knockpy Pre-release
Pre-release

Changelog

  • added plugin test --plugin-test
  • added new plugin: api_censys, certsh
  • fixed plugin scan loop
  • optimized code structure

knockpy

15 Jan 21:43

Choose a tag to compare

knockpy Pre-release
Pre-release

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

knockpy

09 Jan 13:38

Choose a tag to compare

Changelog

  • added passive reconnaissance plugins

knockpy

03 Mar 16:47

Choose a tag to compare

Changelog

  • added custom DNS --dns

knockpy

05 Oct 22:00

Choose a tag to compare

Changelog

  • added asynchronous execution