Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python2-shodan-1.23.0-bp153.1.18 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python2-shodan Distribution: SUSE Linux Enterprise 15 SP3
Version: 1.23.0 Vendor: openSUSE
Release: bp153.1.18 Build date: Sat Mar 6 03:55:02 2021
Group: Development/Languages/Python Build host: old-atreju3
Size: 268918 Source RPM: python-shodan-1.23.0-bp153.1.18.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/achillean/shodan-python/
Summary: Python library and command-line utility for Shodan
Shodan is a search engine for Internet-connected devices. Google lets you search for websites, Shodan lets you search for devices. This library provides developers easy access to all of the data stored in Shodan in order to automate tasks and integrate into existing tools.

Provides

Requires

License

MIT

Changelog

* 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
* Sun Sep 02 2018 Sebastian Wagner <sebix+novell.com@sebix.at>
  - update to version 1.10.0:
    * New command **shodan org**: manage enterprise access to Shodan for your team
    * Improved unicode handling (#78)
    * Remove deprecated API wrapper for shodanhq.com/api
* Sun Aug 26 2018 sebix+novell.com@sebix.at
  - update to version 1.9.1:
    * The CHANGELOG is now part of the packages.
    * Improved unicode handling in Python2 (#78)
    * Add `tsv` output format for **shodan host** (#65)
    * Show user-friendly error messages when running **shodan radar** without permission or in a window that's too small (#74)
    * Improved exception handling to improve debugging **shodan init** (#77)
* Wed Aug 01 2018 sebix+novell.com@sebix.at
  - update to version 1.9.0:
    * New optional parameter proxies for all interfaces to specify a proxy array for the requests library (#72)
  - update to version 1.8.1:
    * Fixed bug that prevented shodan scan submit from finishing (#70)
* Thu May 31 2018 sebix+novell.com@sebix.at
  - update to version 1.8.0:
    * Shodan CLI now installs properly on Windows (#66)
    * Improved output of "shodan host" (#64, #67)
    * Fixed bug that prevented an open port from being shown in "shodan host" (#63)
    * No longer show an empty page if "shodan search" didn't return results (#62)
    * Updated docs to make them Python3 compatible
* 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

Files

/etc/alternatives/shodan
/etc/alternatives/shodan.1.gz
/usr/bin/shodan
/usr/bin/shodan-2.7
/usr/lib/python2.7/site-packages/shodan
/usr/lib/python2.7/site-packages/shodan-1.23.0-py2.7.egg-info
/usr/lib/python2.7/site-packages/shodan-1.23.0-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/shodan-1.23.0-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/shodan-1.23.0-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/shodan-1.23.0-py2.7.egg-info/entry_points.txt
/usr/lib/python2.7/site-packages/shodan-1.23.0-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/shodan-1.23.0-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/shodan/__init__.py
/usr/lib/python2.7/site-packages/shodan/__init__.pyc
/usr/lib/python2.7/site-packages/shodan/__init__.pyo
/usr/lib/python2.7/site-packages/shodan/__main__.py
/usr/lib/python2.7/site-packages/shodan/__main__.pyc
/usr/lib/python2.7/site-packages/shodan/__main__.pyo
/usr/lib/python2.7/site-packages/shodan/cli
/usr/lib/python2.7/site-packages/shodan/cli/__init__.py
/usr/lib/python2.7/site-packages/shodan/cli/__init__.pyc
/usr/lib/python2.7/site-packages/shodan/cli/__init__.pyo
/usr/lib/python2.7/site-packages/shodan/cli/alert.py
/usr/lib/python2.7/site-packages/shodan/cli/alert.pyc
/usr/lib/python2.7/site-packages/shodan/cli/alert.pyo
/usr/lib/python2.7/site-packages/shodan/cli/converter
/usr/lib/python2.7/site-packages/shodan/cli/converter/__init__.py
/usr/lib/python2.7/site-packages/shodan/cli/converter/__init__.pyc
/usr/lib/python2.7/site-packages/shodan/cli/converter/__init__.pyo
/usr/lib/python2.7/site-packages/shodan/cli/converter/base.py
/usr/lib/python2.7/site-packages/shodan/cli/converter/base.pyc
/usr/lib/python2.7/site-packages/shodan/cli/converter/base.pyo
/usr/lib/python2.7/site-packages/shodan/cli/converter/csvc.py
/usr/lib/python2.7/site-packages/shodan/cli/converter/csvc.pyc
/usr/lib/python2.7/site-packages/shodan/cli/converter/csvc.pyo
/usr/lib/python2.7/site-packages/shodan/cli/converter/excel.py
/usr/lib/python2.7/site-packages/shodan/cli/converter/excel.pyc
/usr/lib/python2.7/site-packages/shodan/cli/converter/excel.pyo
/usr/lib/python2.7/site-packages/shodan/cli/converter/geojson.py
/usr/lib/python2.7/site-packages/shodan/cli/converter/geojson.pyc
/usr/lib/python2.7/site-packages/shodan/cli/converter/geojson.pyo
/usr/lib/python2.7/site-packages/shodan/cli/converter/images.py
/usr/lib/python2.7/site-packages/shodan/cli/converter/images.pyc
/usr/lib/python2.7/site-packages/shodan/cli/converter/images.pyo
/usr/lib/python2.7/site-packages/shodan/cli/converter/kml.py
/usr/lib/python2.7/site-packages/shodan/cli/converter/kml.pyc
/usr/lib/python2.7/site-packages/shodan/cli/converter/kml.pyo
/usr/lib/python2.7/site-packages/shodan/cli/data.py
/usr/lib/python2.7/site-packages/shodan/cli/data.pyc
/usr/lib/python2.7/site-packages/shodan/cli/data.pyo
/usr/lib/python2.7/site-packages/shodan/cli/helpers.py
/usr/lib/python2.7/site-packages/shodan/cli/helpers.pyc
/usr/lib/python2.7/site-packages/shodan/cli/helpers.pyo
/usr/lib/python2.7/site-packages/shodan/cli/host.py
/usr/lib/python2.7/site-packages/shodan/cli/host.pyc
/usr/lib/python2.7/site-packages/shodan/cli/host.pyo
/usr/lib/python2.7/site-packages/shodan/cli/organization.py
/usr/lib/python2.7/site-packages/shodan/cli/organization.pyc
/usr/lib/python2.7/site-packages/shodan/cli/organization.pyo
/usr/lib/python2.7/site-packages/shodan/cli/scan.py
/usr/lib/python2.7/site-packages/shodan/cli/scan.pyc
/usr/lib/python2.7/site-packages/shodan/cli/scan.pyo
/usr/lib/python2.7/site-packages/shodan/cli/settings.py
/usr/lib/python2.7/site-packages/shodan/cli/settings.pyc
/usr/lib/python2.7/site-packages/shodan/cli/settings.pyo
/usr/lib/python2.7/site-packages/shodan/cli/worldmap.py
/usr/lib/python2.7/site-packages/shodan/cli/worldmap.pyc
/usr/lib/python2.7/site-packages/shodan/cli/worldmap.pyo
/usr/lib/python2.7/site-packages/shodan/client.py
/usr/lib/python2.7/site-packages/shodan/client.pyc
/usr/lib/python2.7/site-packages/shodan/client.pyo
/usr/lib/python2.7/site-packages/shodan/exception.py
/usr/lib/python2.7/site-packages/shodan/exception.pyc
/usr/lib/python2.7/site-packages/shodan/exception.pyo
/usr/lib/python2.7/site-packages/shodan/helpers.py
/usr/lib/python2.7/site-packages/shodan/helpers.pyc
/usr/lib/python2.7/site-packages/shodan/helpers.pyo
/usr/lib/python2.7/site-packages/shodan/stream.py
/usr/lib/python2.7/site-packages/shodan/stream.pyc
/usr/lib/python2.7/site-packages/shodan/stream.pyo
/usr/lib/python2.7/site-packages/shodan/threatnet.py
/usr/lib/python2.7/site-packages/shodan/threatnet.pyc
/usr/lib/python2.7/site-packages/shodan/threatnet.pyo
/usr/share/doc/packages/python2-shodan
/usr/share/doc/packages/python2-shodan/AUTHORS
/usr/share/doc/packages/python2-shodan/README.rst
/usr/share/licenses/python2-shodan
/usr/share/licenses/python2-shodan/LICENSE
/usr/share/man/man1/shodan-2.7.1.gz
/usr/share/man/man1/shodan.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024