Package Release Info

python-shodan-1.7.7-bp151.3.1

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-shodan-doc
python2-shodan
python3-shodan

Change Logs

Version: 1.23.0-bp155.2.13
* Tue Sep 10 2019 Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.15.0:
  * New option --skip for the shodan download command to skip results
Version: 1.7.7-bp150.2.4
* Sun Dec 10 2017 sebix+novell.com@sebix.at
- update to version 1.7.7
  * Added "shodan data download" command to help download bulk data files
* Tue Dec 05 2017 sebix+novell.com@sebix.at
- update to version 1.7.6:
  * addes "shodan radar" command
* Mon Sep 04 2017 sebix+novell.com@sebix.at
- upgrade to version 1.7.5
* Thu Aug 03 2017 sebix+novell.com@sebix.at
- fix build for leap
* Wed Jul 19 2017 sebix+novell.com@sebix.at
- initial version
Version: 1.23.0-bp152.2.1
* Tue May 19 2020 Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
* Tue Apr 07 2020 Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 1.23.0:
  - Add new CLI command: shodan alert domain
* Fri Mar 27 2020 Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 1.22.1:
  - vulns: Fix bug when converting data file to CSV using Python3
* Fri Mar 27 2020 pgajdos@suse.com
- version update to 1.22.0
  * New Streaming API method: /shodan/vulns/{vulns} to subscribe to IPs
    that are vulnerable to an issue
* Sat Feb 01 2020 Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 1.21.3:
  - Fix geo.json file converter
* Sat Jan 18 2020 Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 1.21.2:
  - Add support for paging through the domain information
* Wed Jan 01 2020 Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 1.21.1:
  - Add ``history`` and ``type`` parameters to ``Shodan.dns.domain_info()`` method and CLI command
* Sun Dec 15 2019 Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 1.21.0:
  - New API methods ``api.search_facets()`` and ``api.search_filters()`` to get a list of available facets and filters.
* Tue Nov 26 2019 Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 1.20.0:
  - New option "-S" for **shodan domain** to save results from the lookup
  - New option "-D" for **shodan domain** to lookup open ports for IPs in the results
* Tue Oct 01 2019 Marketa Calabkova <mcalabkova@suse.com>
- Update to 1.19.0
  * Ability to specify list of fields to include when converting to CSV/ Excel
  * Filter the Shodan Firehose based on tags in the banner
  * Fix bug that caused unicode error when printing domain information
  * Add flag to let users get their IPv6 address shodan myip -6
  * Add library methods for the new Notifications API
  * New method to edit the list of IPs for an existing network alert
* Tue Sep 10 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 1.15.0:
  * New option --skip for the shodan download command to skip results
* Sun Jul 21 2019 Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 1.14.0:
  - New command **shodan version** (#104).
  - Only change api_key file permissions if needed (#103)
* Fri May 03 2019 Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 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)
* Wed Apr 24 2019 pgajdos@suse.com
- version update to 1.12.1
  * Fix Excel file conversion that resulted in empty .xlsx files
* Sun Apr 07 2019 Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 1.12.0:
  * Add new methods to ignore/ unignore trigger notifications
* Sat Mar 16 2019 Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 1.11.1:
  * Allow a single network alert to monitor multiple IP ranges (#93)
- update to version 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
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Sun Oct 14 2018 Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 1.10.4:
  * Fix a bug when showing old banner records that don't have the "transport" property
* Sat Sep 22 2018 Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 1.10.3:
  * Change bare 'except:' statements to 'except Exception:' or more specific ones
  * remove unused imports
  * Convert line endings of `shodan/client.py` and `tests/test_shodan.py` to unix
  * List file types in **shodan convert** (#80)
* Mon Sep 17 2018 Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 1.10.2
  * Fix **shodan stats** formatting exception when faceting on **port**
- update to version 1.10.1:
  * Support PUT requests in the API request helper method