Skip to content

Releases: 3c7/common-osint-model

Version 0.4.9 - Headers Hash

23 May 12:34
@3c7 3c7
Compare
Choose a tag to compare
  • Added Shodan headers_hash for Shodan and Censys results

Version 0.4.8 - Fixes in Censys TLS parsing

11 Feb 13:18
@3c7 3c7
Compare
Choose a tag to compare

This release fixes a bug in Censys result parsing which occured if a host uses a certificate, but Censys does not return any certificate data.

Version 0.4.6 - Fixes

02 Nov 08:43
@3c7 3c7
Compare
Choose a tag to compare
  • Fixes AttributeError on empty AS number string returned by Shodan
  • Allow AutonomousSystem attributes to be None

Version 0.4.4 - Shodan domains

28 Oct 14:45
@3c7 3c7
Compare
Choose a tag to compare
  • Allows skipping retrieving domains and hostnames from Shodan data via parameter: Host.from_shodan(..., skip_shodan_domains=True)

Version 0.4.3 - Fixes

18 Oct 12:47
@3c7 3c7
Compare
Choose a tag to compare
  • Fixes IndexError due to empty distinguished name in the TLSComponentCertificateEntity.from_shodan method

Version 0.4.2 - New attributes and KeyError fixes

22 Sep 14:17
@3c7 3c7
Compare
Choose a tag to compare
  • Added query, ports, source attributes to Host model
  • Added WHOIS related attributes, nameserver and soa to Domain model
  • Included more data in the service_dict export of the Host model
  • Fixed some KeyErrors based on missing fields by BinaryEdge, Censys and Shodan

Version 0.4.1 - Added DNS component for Censys and Shodan

21 Aug 21:06
@3c7 3c7
Compare
Choose a tag to compare
v0.4.1

Merge branch 'release/v0.4.1'

Version 0.4.0 - Restructured Model

20 Aug 16:50
@3c7 3c7
Compare
Choose a tag to compare