Releases: 3c7/common-osint-model
Releases · 3c7/common-osint-model
Version 0.4.9 - Headers Hash
- Added Shodan
headers_hash
for Shodan and Censys results
Version 0.4.8 - Fixes in Censys TLS parsing
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
- Fixes AttributeError on empty AS number string returned by Shodan
- Allow AutonomousSystem attributes to be None
Version 0.4.4 - Shodan domains
- Allows skipping retrieving domains and hostnames from Shodan data via parameter:
Host.from_shodan(..., skip_shodan_domains=True)
Version 0.4.3 - Fixes
- Fixes IndexError due to empty distinguished name in the
TLSComponentCertificateEntity.from_shodan
method
Version 0.4.2 - New attributes and KeyError fixes
- Added
query
,ports
,source
attributes to Host model - Added WHOIS related attributes,
nameserver
andsoa
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
v0.4.1 Merge branch 'release/v0.4.1'
Version 0.4.0 - Restructured Model
v0.4.0 v0.4.0