pyExploitDb 0.2.41__tar.gz → 0.2.51__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyExploitDb-0.2.41 → pyExploitDb-0.2.51}/PKG-INFO +13 -7
- {pyExploitDb-0.2.41 → pyExploitDb-0.2.51}/README.md +10 -4
- {pyExploitDb-0.2.41 → pyExploitDb-0.2.51}/pyExploitDb.egg-info/PKG-INFO +13 -7
- {pyExploitDb-0.2.41 → pyExploitDb-0.2.51}/setup.py +3 -3
- {pyExploitDb-0.2.41 → pyExploitDb-0.2.51}/LICENSE +0 -0
- {pyExploitDb-0.2.41 → pyExploitDb-0.2.51}/pyExploitDb/__init__.py +0 -0
- {pyExploitDb-0.2.41 → pyExploitDb-0.2.51}/pyExploitDb/cveToEdbid.json +0 -0
- {pyExploitDb-0.2.41 → pyExploitDb-0.2.51}/pyExploitDb/edbidToCve.json +0 -0
- {pyExploitDb-0.2.41 → pyExploitDb-0.2.51}/pyExploitDb.egg-info/SOURCES.txt +0 -0
- {pyExploitDb-0.2.41 → pyExploitDb-0.2.51}/pyExploitDb.egg-info/dependency_links.txt +0 -0
- {pyExploitDb-0.2.41 → pyExploitDb-0.2.51}/pyExploitDb.egg-info/requires.txt +0 -0
- {pyExploitDb-0.2.41 → pyExploitDb-0.2.51}/pyExploitDb.egg-info/top_level.txt +0 -0
- {pyExploitDb-0.2.41 → pyExploitDb-0.2.51}/setup.cfg +0 -0
@@ -1,10 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyExploitDb
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.51
|
4
4
|
Summary: An optimized Python3 library to fetch the most recent exploit-database, create searchable indexes for CVE->EDBID and EDBID -> CVE, and provide methods to perform searches.
|
5
|
-
Home-page: https://github.com/
|
5
|
+
Home-page: https://github.com/Hackman238/pyExploitDb
|
6
6
|
Author: Shane William Scott
|
7
|
-
Author-email:
|
7
|
+
Author-email: gs@shanewilliamscott.com
|
8
8
|
Classifier: Development Status :: 5 - Production/Stable
|
9
9
|
Classifier: Intended Audience :: Developers
|
10
10
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
@@ -18,12 +18,17 @@ Classifier: Operating System :: OS Independent
|
|
18
18
|
Description-Content-Type: text/markdown
|
19
19
|
License-File: LICENSE
|
20
20
|
|
21
|
-
|
21
|
+
## NOTICE
|
22
|
+
|
23
|
+
This is the new home of "pyExploidDb".
|
24
|
+
|
25
|
+
##
|
26
|
+
|
27
|
+
pyExploitDb (https://shanewilliamscott.com)
|
22
28
|
==
|
23
29
|
|
24
|
-
[](https://codeclimate.com/github/GoVanguard/pyExploitDb/maintainability)
|
30
|
+
[](https://snyk.io/test/github/Hackman238/pyExploitDb?targetFile=requirements.txt)
|
31
|
+
[](https://codeclimate.com/github/Hackman238/pyExploitDb/maintainability)
|
27
32
|
|
28
33
|
|
29
34
|
## Authors:
|
@@ -62,4 +67,5 @@ Port: 80
|
|
62
67
|
{'edbid': '45447', 'exploit': './exploit-database/exploits/php/webapps/45447.txt', 'date': '2018-09-24', 'author': 'Haboob Team', 'platform': 'webapps', 'type': 'php', 'port': '80'}
|
63
68
|
|
64
69
|
## Credits
|
70
|
+
Based on fork from https://github.com/GoVanguard/pyExploitDb by Shane Scott.
|
65
71
|
Originally based on fork of cve_searchsploit by Andrea Fioraldi.
|
@@ -1,9 +1,14 @@
|
|
1
|
-
|
1
|
+
## NOTICE
|
2
|
+
|
3
|
+
This is the new home of "pyExploidDb".
|
4
|
+
|
5
|
+
##
|
6
|
+
|
7
|
+
pyExploitDb (https://shanewilliamscott.com)
|
2
8
|
==
|
3
9
|
|
4
|
-
[](https://codeclimate.com/github/GoVanguard/pyExploitDb/maintainability)
|
10
|
+
[](https://snyk.io/test/github/Hackman238/pyExploitDb?targetFile=requirements.txt)
|
11
|
+
[](https://codeclimate.com/github/Hackman238/pyExploitDb/maintainability)
|
7
12
|
|
8
13
|
|
9
14
|
## Authors:
|
@@ -42,4 +47,5 @@ Port: 80
|
|
42
47
|
{'edbid': '45447', 'exploit': './exploit-database/exploits/php/webapps/45447.txt', 'date': '2018-09-24', 'author': 'Haboob Team', 'platform': 'webapps', 'type': 'php', 'port': '80'}
|
43
48
|
|
44
49
|
## Credits
|
50
|
+
Based on fork from https://github.com/GoVanguard/pyExploitDb by Shane Scott.
|
45
51
|
Originally based on fork of cve_searchsploit by Andrea Fioraldi.
|
@@ -1,10 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyExploitDb
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.51
|
4
4
|
Summary: An optimized Python3 library to fetch the most recent exploit-database, create searchable indexes for CVE->EDBID and EDBID -> CVE, and provide methods to perform searches.
|
5
|
-
Home-page: https://github.com/
|
5
|
+
Home-page: https://github.com/Hackman238/pyExploitDb
|
6
6
|
Author: Shane William Scott
|
7
|
-
Author-email:
|
7
|
+
Author-email: gs@shanewilliamscott.com
|
8
8
|
Classifier: Development Status :: 5 - Production/Stable
|
9
9
|
Classifier: Intended Audience :: Developers
|
10
10
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
@@ -18,12 +18,17 @@ Classifier: Operating System :: OS Independent
|
|
18
18
|
Description-Content-Type: text/markdown
|
19
19
|
License-File: LICENSE
|
20
20
|
|
21
|
-
|
21
|
+
## NOTICE
|
22
|
+
|
23
|
+
This is the new home of "pyExploidDb".
|
24
|
+
|
25
|
+
##
|
26
|
+
|
27
|
+
pyExploitDb (https://shanewilliamscott.com)
|
22
28
|
==
|
23
29
|
|
24
|
-
[](https://codeclimate.com/github/GoVanguard/pyExploitDb/maintainability)
|
30
|
+
[](https://snyk.io/test/github/Hackman238/pyExploitDb?targetFile=requirements.txt)
|
31
|
+
[](https://codeclimate.com/github/Hackman238/pyExploitDb/maintainability)
|
27
32
|
|
28
33
|
|
29
34
|
## Authors:
|
@@ -62,4 +67,5 @@ Port: 80
|
|
62
67
|
{'edbid': '45447', 'exploit': './exploit-database/exploits/php/webapps/45447.txt', 'date': '2018-09-24', 'author': 'Haboob Team', 'platform': 'webapps', 'type': 'php', 'port': '80'}
|
63
68
|
|
64
69
|
## Credits
|
70
|
+
Based on fork from https://github.com/GoVanguard/pyExploitDb by Shane Scott.
|
65
71
|
Originally based on fork of cve_searchsploit by Andrea Fioraldi.
|
@@ -5,13 +5,13 @@ with open("README.md", "r") as fh:
|
|
5
5
|
|
6
6
|
setuptools.setup(
|
7
7
|
name="pyExploitDb",
|
8
|
-
version="0.2.
|
8
|
+
version="0.2.51",
|
9
9
|
author="Shane William Scott",
|
10
|
-
author_email="
|
10
|
+
author_email="gs@shanewilliamscott.com",
|
11
11
|
description="An optimized Python3 library to fetch the most recent exploit-database, create searchable indexes for CVE->EDBID and EDBID -> CVE, and provide methods to perform searches.",
|
12
12
|
long_description=long_description,
|
13
13
|
long_description_content_type="text/markdown",
|
14
|
-
url="https://github.com/
|
14
|
+
url="https://github.com/Hackman238/pyExploitDb",
|
15
15
|
packages=['pyExploitDb'],
|
16
16
|
package_data={'pyExploitDb': ['cveToEdbid.json', 'edbidToCve.json', 'pyExploitDb/*.json']},
|
17
17
|
install_requires=['GitPython', 'requests'],
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|