Releases: achillean/shodan-python
Releases · achillean/shodan-python
Release 1.19.0
- New method to edit the list of IPs for an existing network alert
Release 1.17.0
Release 1.16.0
- Ability to specify list of fields to include when converting to CSV/ Excel (#107)
- Filter the Shodan Firehose based on tags in the banner
Release 1.15.0
- New option --skip for the shodan download command to skip results. Useful when trying to resume a previous download that errored out.
Release 1.14.0
Release 1.13.0
- New command shodan domain to lookup a domain in Shodan's DNS database
- Override environment configured settings if explicit proxy settings are supplied (@cudeso)
Release 1.12.1
- Fix Excel file conversion that resulted in empty .xlsx files
Release 1.12.0
- Added new API methods to ignore/ unignore trigger notifications
Release 1.11.1
- Allow a single network alert to monitor multiple IP ranges (#93)
Release 1.11.0
- New command shodan scan list to list recently launched scans
- New command shodan alert triggers to list the available notification triggers
- New command shodan alert enable to enable a notification trigger
- New command shodan alert disable to disable a notification trigger
- New command shodan alert info to show details of a specific alert
- Include timestamp, vulns and tags in CSV converter (#85)
- Fixed bug that caused an exception when parsing uncompressed data files in Python3
- Code quality improvements
- Thank you for contributions from @wagner-certat, @cclauss, @opt9, @voldmar and Antoine Neuenschwander