Modify sublist3r for less verbosity
This commit is contained in:
parent
bd794408be
commit
29b7ad9cdf
|
|
@ -1,6 +1,6 @@
|
|||
Metadata-Version: 2.4
|
||||
Name: Sublist3r
|
||||
Version: 1.3
|
||||
Version: 1.4
|
||||
Summary: Subdomains enumeration tool for penetration testers
|
||||
Home-page: https://github.com/aboul3la/Sublist3r
|
||||
License: GPL-2.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Metadata-Version: 2.4
|
||||
Name: Sublist3r
|
||||
Version: 1.3
|
||||
Version: 1.4
|
||||
Summary: Subdomains enumeration tool for penetration testers
|
||||
Home-page: https://github.com/aboul3la/Sublist3r
|
||||
License: GPL-2.0
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='Sublist3r',
|
||||
version='1.3',
|
||||
version='1.4',
|
||||
python_requires='>=2.7',
|
||||
install_requires=['dnspython', 'requests', 'argparse; python_version==\'2.7\''],
|
||||
packages=find_packages()+['.'],
|
||||
|
|
|
|||
847
sublist3r.py
847
sublist3r.py
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue