14
0
forked from pool/python-shodan

Commit Graph

  • ed059060a6 Accepting request 1285967 from devel:languages:python main Ana Guerrero 2025-06-16 09:13:10 +00:00
  • a0046d1bdf - Switch to pyroject macros. - No more greedy globs in %files. Steve Kowalik 2025-06-16 06:23:16 +00:00
  • 0b23da6665 Accepting request 1278853 from devel:languages:python Ana Guerrero 2025-05-20 20:46:29 +00:00
  • 063b6793a9 Accepting request 1277173 from devel:languages:python Ana Guerrero 2025-05-13 18:08:44 +00:00
  • b9b134b2f3 baserev update by copy to link target OBS User buildservice-autocommit 2025-05-13 18:08:44 +00:00
  • ac5c7aaf4c Updating link to change in openSUSE:Factory/python-shodan revision 32 OBS User buildservice-autocommit 2025-05-13 18:08:44 +00:00
  • 63eb819f5a - add patch remove-click-plugins.patch to remove the dependency on unmaintained click-plugins Sebastian Wagner 2025-05-13 14:21:00 +00:00
  • e9acbbecf3 - add patch remove-click-plugins.patch to remove the dependeny on unmainted click-plugins Sebastian Wagner 2025-05-13 14:19:33 +00:00
  • d887b904f3 Accepting request 1157890 from devel:languages:python Ana Guerrero 2024-03-14 16:45:15 +00:00
  • 150b49147c - update to 1.31.0: * no upstream changelog available - Update to version 1.28.0 Dirk Mueller 2024-03-14 08:54:28 +00:00
  • 55c2eb9b0b Accepting request 1008838 from devel:languages:python Richard Brown 2022-10-07 23:25:57 +00:00
  • fc6b9638d4 Accepting request 1008830 from home:yarunachalam:branches:devel:languages:python Sebastian Wagner 2022-10-07 16:00:54 +00:00
  • edd1c1e458 Accepting request 959539 from devel:languages:python Dominique Leuenberger 2022-03-05 13:44:37 +00:00
  • d7929d14ac - update to version 1.27.0: - New command: `shodan alert export to save the current network monitoring configuration - New command: shodan alert import to restore a previous network monitoring configuration - Automatically rate limit API requests to 1 request per second (credit to @malvidin) - update to version 1.26.1: - Fix a unicode issue that caused the streams to get truncated and error out due to invalid JSON - update to version 1.26.0: - Add the ability to create custom data streams in the Shodan() class as well as the CLI (shodan stream --custom-filters <query>`) - update to version 1.25.0: - Add new CLI command: shodan alert download Sebastian Wagner 2022-02-25 20:15:22 +00:00
  • 21e2087df0 Accepting request 949340 from devel:languages:python Dominique Leuenberger 2022-01-27 22:16:51 +00:00
  • 85fc3501c3 - update to version 1.25.0: - Add new CLI command: shodan alert download - update to version 1.24.0: - Add new CLI command: shodan alert stats - update to version 1.23.0: - Add new CLI command: shodan alert domain - update to version 1.22.1: - Fix bug when converting data file to CSV using Python3 - update to version 1.22.0: - Add support for new vulnerability streaming endpoints - update to version 1.21.3: - Fix geo.json file converter - update to version 1.21.2: - Add support for paging through the domain information - update to version 1.21.1: - Add `history and type parameters to Shodan.dns.domain_info() method and CLI command - 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. - 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 - update to version 1.19.0: - New method to edit the list of IPs for an existing network alert - update to version 1.18.0: - Add library methods for the new Notifications API - update to version 1.17.0: - Fix bug that caused unicode error when printing domain information (#106) - Add flag to let users get their IPv6 address **shodan myip -6**(#35) - update to version 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 - update to version 1.15.0: - New option "--skip" for download command to help users resume a download - update to version 1.14.0: - New command **shodan version** (#104). - Only change api_key file permissions if needed (#103) - 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) - update to version 1.12.1: - Fix Excel file conversion that resulted in empty .xlsx files - update to version 1.12.0: - Add new methods to ignore/ unignore trigger notifications - 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 - Thank you for contributions from @wagner-certat, @cclauss, @opt9, @voldmar and Antoine Neuenschwander - update to version 1.10.4: - Fix a bug when showing old banner records that don't have the "transport" property - Code quality improvements (bare excepts) - 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) - 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 - 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 - 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) - 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) - 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 - update to version 1.7.7: - Added "shodan data download" command to help download bulk data files - update to version 1.7.6: - Add basic support for the Bulk Data API - update to version 1.7.5: * Handle Cloudflare timeouts - update to version 1.7.4: * Added "shodan radar" command - update to version 1.7.3: * Fixed the bug #47 which was caused by the CLI using a timeout value of "0" which resulted in the "requests" library failing to connect - update to version 1.7.2: * stream: automatically decode to unicode, fixes streaming on python3 (#45) * Include docs in packages (#46) * stream: handle timeout=None, None (default) can't be compared with integers (#44) - update to version 1.7.1: * Python3 fixes for outputting images (#42) * Add the ability to save results from host lookups via the CLI (#43) - update to version 1.7.0: * Added "images" convert output format to let users extract images from Shodan data files (#42) Sebastian Wagner 2022-01-19 19:11:25 +00:00
  • ac9611dbf3 Accepting request 946399 from devel:languages:python Dominique Leuenberger 2022-01-14 22:13:26 +00:00
  • 3e650aeda6 - Update to version 1.26.0: - Add the ability to create custom data streams in the Shodan() class as well as the CLI (shodan stream --custom-filters <query>) Sebastian Wagner 2022-01-07 09:18:38 +00:00
  • 3d11e1f26a Accepting request 866748 from devel:languages:python Dominique Leuenberger 2021-01-26 13:47:16 +00:00
  • c263b96470 - Update to version 1.25.0: - Add new CLI command: shodan alert download [--alert-id=] <filename> Sebastian Wagner 2021-01-26 09:04:28 +00:00
  • c17cd275a6 Accepting request 846973 from devel:languages:python Dominique Leuenberger 2020-11-09 12:57:52 +00:00
  • 5b77724be2 - Update to version 1.24.0: * use default config dir ~/.config/shodan, but support existing installations * Fix bug that caused extra newlines when converting .json.gz data file to CSV on Windows * Fix linting error Sebastian Wagner 2020-11-01 19:33:57 +00:00
  • 175e1bd0fd Accepting request 835500 from devel:languages:python Dominique Leuenberger 2020-09-21 15:35:49 +00:00
  • 1d3df1e203 - update to version 1.23.1: * Fixed linting errors * Import ABC from collections.abc for Python 3.10 compatibility (#130). * Fix invalid escape sequence error, improves `shodan radar` output on Python3 (#131). Sebastian Wagner 2020-09-12 05:15:12 +00:00
  • 5fceba27c1 Accepting request 807291 from devel:languages:python Dominique Leuenberger 2020-05-19 12:58:39 +00:00
  • ca4f72bb60 Accepting request 807248 from home:pgajdos:python Tomáš Chvátal 2020-05-19 12:14:35 +00:00
  • c9ae0ea297 Accepting request 793756 from devel:languages:python Dominique Leuenberger 2020-04-14 13:11:22 +00:00
  • 6552f9203b - update to version 1.23.0: - Add new CLI command: shodan alert domain Sebastian Wagner 2020-04-07 07:14:33 +00:00
  • 92668f3e8c Accepting request 789033 from devel:languages:python Dominique Leuenberger 2020-03-27 21:01:17 +00:00
  • 997f28ee11 Accepting request 789026 from home:pgajdos:python Sebastian Wagner 2020-03-27 13:22:04 +00:00
  • ed16e2765c Accepting request 772355 from devel:languages:python Dominique Leuenberger 2020-02-09 19:49:33 +00:00
  • e9e31b87e4 - update to version 1.21.3: - Fix geo.json file converter Sebastian Wagner 2020-02-01 15:16:54 +00:00
  • f613ba0778 Accepting request 767034 from devel:languages:python Dominique Leuenberger 2020-01-25 12:25:32 +00:00
  • 448a58630b - update to version 1.21.2: - Add support for paging through the domain information Sebastian Wagner 2020-01-18 10:55:38 +00:00
  • d08ec13629 Accepting request 761126 from devel:languages:python Dominique Leuenberger 2020-01-06 14:24:27 +00:00
  • 8a4c7cda2e - update to version 1.21.1: - Add `history and type parameters to Shodan.dns.domain_info()` method and CLI command Sebastian Wagner 2020-01-01 10:49:58 +00:00
  • 55fe76d39d Accepting request 758832 from devel:languages:python Dominique Leuenberger 2019-12-23 21:45:14 +00:00
  • 8286fde728 - 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. Sebastian Wagner 2019-12-15 09:18:49 +00:00
  • ae5749a610 Accepting request 753263 from devel:languages:python Dominique Leuenberger 2019-12-04 12:52:48 +00:00
  • d9e703f73e - 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 Sebastian Wagner 2019-11-26 14:01:36 +00:00
  • 70bde65a7c Accepting request 734407 from devel:languages:python Dominique Leuenberger 2019-10-02 10:00:43 +00:00
  • b7aef30499 Accepting request 734393 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2019-10-01 17:11:25 +00:00
  • 28de725cdf Accepting request 729778 from devel:languages:python Dominique Leuenberger 2019-09-11 08:35:33 +00:00
  • 8b5bacb38e - Update to 1.15.0: * New option --skip for the shodan download command to skip results Tomáš Chvátal 2019-09-10 10:23:52 +00:00
  • 611e68b6a4 Accepting request 719384 from devel:languages:python Dominique Leuenberger 2019-07-29 15:30:09 +00:00
  • f2b157ef3d - update to version 1.14.0: - New command **shodan version** (#104). - Only change api_key file permissions if needed (#103) Sebastian Wagner 2019-07-21 12:32:30 +00:00
  • 434f130de1 Accepting request 701018 from devel:languages:python Dominique Leuenberger 2019-05-13 12:49:31 +00:00
  • ac9310f2cb - 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) Sebastian Wagner 2019-05-03 18:24:42 +00:00
  • 53dc88905d Accepting request 697759 from devel:languages:python Dominique Leuenberger 2019-04-30 11:03:53 +00:00
  • 865c3b0bad Accepting request 697521 from home:pgajdos Tomáš Chvátal 2019-04-25 07:37:02 +00:00
  • 266c301518 Accepting request 695329 from devel:languages:python Dominique Leuenberger 2019-04-18 07:57:16 +00:00
  • a3469702c8 - update to version 1.12.0: * Add new methods to ignore/ unignore trigger notifications Sebastian Wagner 2019-04-07 11:30:08 +00:00
  • 0d6975a10f Accepting request 687605 from devel:languages:python Dominique Leuenberger 2019-04-05 09:56:58 +00:00
  • c04ca9928b - 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 Sebastian Wagner 2019-03-16 16:17:14 +00:00
  • bb71b15359 Accepting request 659672 from devel:languages:python Dominique Leuenberger 2018-12-24 10:43:55 +00:00
  • e06b50a8c4 Remove superfluous devel dependency for noarch package Matej Cepl 2018-12-04 14:03:22 +00:00
  • 0fcf82b4b3 Accepting request 643570 from devel:languages:python Dominique Leuenberger 2018-10-31 12:12:09 +00:00
  • 5104a91e19 - update to version 1.10.4: * Fix a bug when showing old banner records that don't have the "transport" property Sebastian Wagner 2018-10-14 13:30:05 +00:00
  • e0741bd402 Accepting request 639123 from devel:languages:python Dominique Leuenberger 2018-10-11 09:48:05 +00:00
  • 97aab246be - 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) Sebastian Wagner 2018-09-22 09:21:59 +00:00
  • be2a4a847b - 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 Sebastian Wagner 2018-09-17 19:43:52 +00:00
  • 5754caf2f1 Accepting request 634548 from devel:languages:python Yuchen Lin 2018-09-11 15:18:40 +00:00
  • 6475703099 Accepting request 628028 from devel:languages:python Dominique Leuenberger 2018-09-04 20:54:19 +00:00
  • 795ea716ef - 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 Sebastian Wagner 2018-09-02 07:14:02 +00:00
  • 4172914dc3 - update to version 0.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) Sebastian Wagner 2018-08-26 13:09:12 +00:00
  • 618645ce2f - 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) Sebastian Wagner 2018-08-01 08:24:51 +00:00
  • 576b7c6780 Accepting request 617155 from devel:languages:python Dominique Leuenberger 2018-06-29 20:27:15 +00:00
  • 001c82df35 - 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 Sebastian Wagner 2018-05-31 21:26:23 +00:00
  • 02cf12fad1 Accepting request 557847 from devel:languages:python Dominique Leuenberger 2018-01-10 22:32:18 +00:00
  • 3e5bb65108 - update to version 1.7.7 * Added "shodan data download" command to help download bulk data files Sebastian Wagner 2017-12-10 17:04:31 +00:00
  • c7d82188a9 fix changelog Sebastian Wagner 2017-12-05 17:56:30 +00:00
  • 95cb90a66b - update to version 1.7.6: * addes "shodan radar" command * Add basic support for the Bulk Data API * Handle Cloudflare timeouts Sebastian Wagner 2017-12-05 08:34:05 +00:00
  • 626ccfb4e0 Accepting request 520935 from devel:languages:python Dominique Leuenberger 2017-09-05 13:18:50 +00:00
  • 0c6396ec95 - upgrade to version 1.7.5 Sebastian Wagner 2017-09-04 19:29:51 +00:00
  • ca68dd9a19 - fix build for leap Sebastian Wagner 2017-08-03 08:15:46 +00:00
  • 70f63a0ac6 Accepting request 512765 from home:sebix Todd R 2017-08-01 16:03:51 +00:00