14
0
forked from pool/python-shodan

76 Commits

Author SHA256 Message Date
266c301518 Accepting request 695329 from devel:languages:python
- update to version 1.12.0:
 * Add new methods to ignore/ unignore trigger notifications

OBS-URL: https://build.opensuse.org/request/show/695329
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-shodan?expand=0&rev=10
2019-04-18 07:57:16 +00:00
a3469702c8 - update to version 1.12.0:
* Add new methods to ignore/ unignore trigger notifications

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shodan?expand=0&rev=25
2019-04-07 11:30:08 +00:00
0d6975a10f Accepting request 687605 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/687605
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-shodan?expand=0&rev=9
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shodan?expand=0&rev=23
2019-03-16 16:17:14 +00:00
bb71b15359 Accepting request 659672 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659672
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-shodan?expand=0&rev=8
2018-12-24 10:43:55 +00:00
e06b50a8c4 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shodan?expand=0&rev=21
2018-12-04 14:03:22 +00:00
0fcf82b4b3 Accepting request 643570 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/643570
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-shodan?expand=0&rev=7
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shodan?expand=0&rev=19
2018-10-14 13:30:05 +00:00
e0741bd402 Accepting request 639123 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/639123
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-shodan?expand=0&rev=6
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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shodan?expand=0&rev=17
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shodan?expand=0&rev=16
2018-09-17 19:43:52 +00:00
5754caf2f1 Accepting request 634548 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/634548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-shodan?expand=0&rev=5
2018-09-11 15:18:40 +00:00
6475703099 Accepting request 628028 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/628028
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-shodan?expand=0&rev=4
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shodan?expand=0&rev=13
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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shodan?expand=0&rev=12
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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shodan?expand=0&rev=11
2018-08-01 08:24:51 +00:00
576b7c6780 Accepting request 617155 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/617155
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-shodan?expand=0&rev=3
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shodan?expand=0&rev=9
2018-05-31 21:26:23 +00:00
02cf12fad1 Accepting request 557847 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/557847
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-shodan?expand=0&rev=2
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shodan?expand=0&rev=7
2017-12-10 17:04:31 +00:00
c7d82188a9 fix changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shodan?expand=0&rev=6
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shodan?expand=0&rev=5
2017-12-05 08:34:05 +00:00
626ccfb4e0 Accepting request 520935 from devel:languages:python
- upgrade to version 1.7.5
- fix build for leap
- initial version

OBS-URL: https://build.opensuse.org/request/show/520935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-shodan?expand=0&rev=1
2017-09-05 13:18:50 +00:00
0c6396ec95 - upgrade to version 1.7.5
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shodan?expand=0&rev=3
2017-09-04 19:29:51 +00:00
ca68dd9a19 - fix build for leap
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shodan?expand=0&rev=2
2017-08-03 08:15:46 +00:00
Todd R
70f63a0ac6 Accepting request 512765 from home:sebix
can also maintain it

OBS-URL: https://build.opensuse.org/request/show/512765
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shodan?expand=0&rev=1
2017-08-01 16:03:51 +00:00