Commit graph

2921 commits

Author SHA1 Message Date
J.Townsend 7f52652c9f
Merge pull request #1177 from laramies/dependabot/pip/master/types-chardet-5.0.4 2022-08-12 22:27:39 +01:00
J.Townsend 5550cf8756
Merge pull request #1179 from laramies/dependabot/pip/master/setuptools-64.0.3 2022-08-12 22:27:19 +01:00
dependabot[bot] 5956cd2018
chore(deps): bump setuptools from 63.4.2 to 64.0.3
Bumps [setuptools](https://github.com/pypa/setuptools) from 63.4.2 to 64.0.3.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v63.4.2...v64.0.3)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-12 21:06:40 +00:00
dependabot[bot] 1283213522
chore(deps-dev): bump types-chardet from 5.0.3 to 5.0.4
Bumps [types-chardet](https://github.com/python/typeshed) from 5.0.3 to 5.0.4.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-chardet
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-10 21:10:11 +00:00
J.Townsend 8d1f36814d
Merge pull request #1174 from laramies/dependabot/pip/master/setuptools-63.4.2 2022-08-09 00:15:09 +01:00
dependabot[bot] fe36ce170c
chore(deps): bump setuptools from 63.4.1 to 63.4.2
Bumps [setuptools](https://github.com/pypa/setuptools) from 63.4.1 to 63.4.2.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v63.4.1...v63.4.2)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-08 21:08:13 +00:00
Matt c801db6725
Fixed VirusTotal module (#1172)
* Added call to api endpoint to explicitly gather subdomains from zoomeye, updated user agents, replaced orjson with ujson, and fixed substring not found error.

* Updated orjson to ujson.

* Fixed semantic error in html check in google workaround.

* Fixed flake8 errors.

* Fixed VT to use API.

* Fixed virustotal module.

* Fixed possible edge case that could possibly cause an infinite loop.
2022-08-06 23:42:05 +01:00
Lee Baird 121e23b3f9
Updated README and misc. (#1171) 2022-08-06 21:12:08 +01:00
J.Townsend 8bc07e579b
Merge pull request #1170 from laramies/dependabot/pip/master/types-requests-2.28.8 2022-08-06 21:10:24 +01:00
dependabot[bot] 578a08f144
chore(deps-dev): bump types-requests from 2.28.7 to 2.28.8
Bumps [types-requests](https://github.com/python/typeshed) from 2.28.7 to 2.28.8.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-05 21:02:46 +00:00
J.Townsend dc85c0a6cc
Merge pull request #1169 from laramies/dependabot/pip/master/flake8-5.0.4 2022-08-04 23:12:28 +01:00
dependabot[bot] 563c595635
chore(deps-dev): bump flake8 from 5.0.3 to 5.0.4
Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.3 to 5.0.4.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](https://github.com/pycqa/flake8/compare/5.0.3...5.0.4)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-04 21:06:09 +00:00
J.Townsend f6552a7724
Merge pull request #1167 from laramies/dependabot/pip/master/setuptools-63.4.1
chore(deps): bump setuptools from 63.3.0 to 63.4.1
2022-08-03 23:14:56 +01:00
dependabot[bot] fc2bfd4567
chore(deps): bump setuptools from 63.3.0 to 63.4.1
Bumps [setuptools](https://github.com/pypa/setuptools) from 63.3.0 to 63.4.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v63.3.0...v63.4.1)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-03 22:14:06 +00:00
J.Townsend 22e1eb9bdb
A lot of changes and fixes (#1168)
* add pytest.ini file and fix test warning in qwantsearch

* ignore unsed imports

* Remove n45ht as the api is down

* Remove modules that use google as google blocks you after one go

* Remove missed code from when removing modules that use google

* Remove missed code from when removing modules that use google

* Add new vt-py dep and update pytest

* WIP virustotal migration to api

* Remove test that fails due to how the api returns not found entries

* Remove entries from myparser re google

* update fastapi and starlette

* update version

* Update dockerfile to use dev ubuntu version

* remove spyse module

* remove spyse dep

* fix tests by removing un-needed tests and indentation fix

* fix some mypy errors

* remove spyse and remove color output and fix mypy error

* flake8 fixes

* bump version and set it a dev version
2022-08-03 23:12:59 +01:00
J.Townsend 707a129458
Merge pull request #1166 from laramies/dependabot/pip/master/types-requests-2.28.7 2022-08-03 00:08:53 +01:00
J.Townsend 133081d5d1
Merge pull request #1165 from laramies/dependabot/pip/master/flake8-5.0.3 2022-08-03 00:08:28 +01:00
dependabot[bot] caff0e859a
chore(deps-dev): bump types-requests from 2.28.6 to 2.28.7
Bumps [types-requests](https://github.com/python/typeshed) from 2.28.6 to 2.28.7.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-02 21:15:39 +00:00
dependabot[bot] dfd10078f8
chore(deps-dev): bump flake8 from 5.0.2 to 5.0.3
Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](https://github.com/pycqa/flake8/compare/5.0.2...5.0.3)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-02 21:12:17 +00:00
J.Townsend 11b6455ea3
Merge pull request #1160 from laramies/dependabot/pip/master/pyflakes-2.5.0 2022-08-01 23:17:18 +01:00
J.Townsend d74278664c
Merge pull request #1162 from laramies/dependabot/pip/master/types-requests-2.28.6 2022-08-01 23:16:49 +01:00
J.Townsend a92a0f72e9
Merge pull request #1163 from laramies/dependabot/pip/master/flake8-5.0.2 2022-08-01 23:15:38 +01:00
J.Townsend 567e339aa4
Merge pull request #1161 from laramies/dependabot/pip/master/setuptools-63.3.0 2022-08-01 23:14:57 +01:00
dependabot[bot] 724e6d0e0f
chore(deps-dev): bump flake8 from 4.0.1 to 5.0.2
Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.2.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](https://github.com/pycqa/flake8/compare/4.0.1...5.0.2)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 21:15:19 +00:00
dependabot[bot] c22d71c758
chore(deps-dev): bump types-requests from 2.28.5 to 2.28.6
Bumps [types-requests](https://github.com/python/typeshed) from 2.28.5 to 2.28.6.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 21:13:17 +00:00
dependabot[bot] 37c242b27d
chore(deps): bump setuptools from 63.2.0 to 63.3.0
Bumps [setuptools](https://github.com/pypa/setuptools) from 63.2.0 to 63.3.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v63.2.0...v63.3.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 21:12:16 +00:00
dependabot[bot] a83c2e68c7
chore(deps-dev): bump pyflakes from 2.4.0 to 2.5.0
Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/PyCQA/pyflakes/releases)
- [Changelog](https://github.com/PyCQA/pyflakes/blob/master/NEWS.rst)
- [Commits](https://github.com/PyCQA/pyflakes/compare/2.4.0...2.5.0)

---
updated-dependencies:
- dependency-name: pyflakes
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 21:09:06 +00:00
J.Townsend dc1a43a389
Merge pull request #1155 from laramies/dependabot/pip/master/types-pyyaml-6.0.11 2022-07-31 19:38:04 +01:00
dependabot[bot] 664de599df
chore(deps-dev): bump types-pyyaml from 6.0.9 to 6.0.11
Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.9 to 6.0.11.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-pyyaml
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-31 18:30:43 +00:00
J.Townsend bde30647ef
Merge pull request #1157 from laramies/dependabot/pip/master/types-chardet-5.0.3 2022-07-31 19:29:59 +01:00
J.Townsend f71b360dc6
Merge pull request #1148 from laramies/dependabot/pip/master/setuptools-63.2.0 2022-07-31 19:29:40 +01:00
dependabot[bot] 25f693f50d
chore(deps-dev): bump types-chardet from 5.0.1 to 5.0.3
Bumps [types-chardet](https://github.com/python/typeshed) from 5.0.1 to 5.0.3.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-chardet
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-29 21:07:05 +00:00
J.Townsend 5e0459ccd3
Merge pull request #1159 from laramies/dependabot/pip/master/censys-2.1.7 2022-07-29 22:06:00 +01:00
J.Townsend f79dc64c94
Merge pull request #1158 from laramies/dependabot/pip/master/types-requests-2.28.5 2022-07-29 22:05:45 +01:00
dependabot[bot] 5b80cd0216
chore(deps): bump censys from 2.1.6 to 2.1.7
Bumps [censys](https://github.com/censys/censys-python) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/censys/censys-python/releases)
- [Commits](https://github.com/censys/censys-python/compare/v2.1.6...v2.1.7)

---
updated-dependencies:
- dependency-name: censys
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-29 21:02:37 +00:00
dependabot[bot] 29dd8a1e91
chore(deps-dev): bump types-requests from 2.28.0 to 2.28.5
Bumps [types-requests](https://github.com/python/typeshed) from 2.28.0 to 2.28.5.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-26 21:09:23 +00:00
J.Townsend 4a9eef0c83
Merge pull request #1153 from laramies/dependabot/pip/master/mypy-0.971 2022-07-19 22:26:13 +01:00
dependabot[bot] 0164c6d805
chore(deps-dev): bump mypy from 0.961 to 0.971
Bumps [mypy](https://github.com/python/mypy) from 0.961 to 0.971.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.961...v0.971)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-19 21:03:32 +00:00
J.Townsend 654f7e2e83
Merge pull request #1150 from laramies/dependabot/pip/master/pytest-asyncio-0.19.0 2022-07-17 14:48:07 +01:00
dependabot[bot] 572fbe4356
chore(deps-dev): bump pytest-asyncio from 0.18.3 to 0.19.0
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.3 to 0.19.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.3...v0.19.0)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 21:13:44 +00:00
J.Townsend fa25e2e252
Merge pull request #1149 from laramies/dependabot/pip/master/fastapi-0.79.0 2022-07-14 22:30:04 +01:00
dependabot[bot] da88856ce9
chore(deps): bump fastapi from 0.78.0 to 0.79.0
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.78.0 to 0.79.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.78.0...0.79.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-14 21:07:57 +00:00
dependabot[bot] 2b343189af
chore(deps): bump setuptools from 63.1.0 to 63.2.0
Bumps [setuptools](https://github.com/pypa/setuptools) from 63.1.0 to 63.2.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v63.1.0...v63.2.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-14 21:06:05 +00:00
J.Townsend 3bd97d00b9
Merge pull request #1143 from laramies/dependabot/pip/master/shodan-1.28.0 2022-07-11 22:11:46 +01:00
J.Townsend 0429fb031e
Merge pull request #1144 from laramies/dependabot/pip/master/types-ujson-5.4.0 2022-07-11 22:11:09 +01:00
dependabot[bot] 6cf4536f48
chore(deps-dev): bump types-ujson from 5.3.1 to 5.4.0
Bumps [types-ujson](https://github.com/python/typeshed) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-ujson
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-11 21:10:31 +00:00
dependabot[bot] 0d5cd2e4d3
chore(deps): bump shodan from 1.27.0 to 1.28.0
Bumps [shodan](https://github.com/achillean/shodan-python) from 1.27.0 to 1.28.0.
- [Release notes](https://github.com/achillean/shodan-python/releases)
- [Changelog](https://github.com/achillean/shodan-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/achillean/shodan-python/compare/1.27.0...1.28.0)

---
updated-dependencies:
- dependency-name: shodan
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-11 21:05:28 +00:00
J.Townsend 050a992e27
Merge pull request #1141 from laramies/dependabot/pip/master/setuptools-63.1.0 2022-07-04 22:16:21 +01:00
J.Townsend f7953a0480
Merge pull request #1142 from laramies/dependabot/pip/master/ujson-5.4.0 2022-07-04 22:15:54 +01:00
dependabot[bot] 1f18ac3870
chore(deps): bump ujson from 5.3.0 to 5.4.0
Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](https://github.com/ultrajson/ultrajson/compare/5.3.0...5.4.0)

---
updated-dependencies:
- dependency-name: ujson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-04 21:12:38 +00:00