Skip to content

version 1.2.3

Compare
Choose a tag to compare
@tintinweb tintinweb released this 08 Oct 12:57
· 173 commits to master since this release
  • Fixes pip/setup.py installation with multiple site-packages directories and setup.py picking the wrong one
  • Adds certificate_verify message/layer
  • Adds passive scanning mode to examples/security_scanner and various new checks
  • Adds server-side support (examples: RSA Server)
  • Adds client mutual authentication support
  • Fixes a bug with scapy 3.2.1 (path to raw_packet_cache_fields changed)
  • Updates do_dissect to match scapy 2.3.1 interface
  • Fixes SSLv2 parsing
  • Updates requirements.txt to pin scapy to version <=2.3.2 (due to major api breaking changes in 2.3.3)
  • Adds Client Automata
  • Adds Server Automata
  • Fixes minor code quality issues and problems with imports for examples