FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
hack-tools/NoSQLMap/setup.py at master · hacktoolspack/hack-tools · GitHub
hacktoolspack
/
hack-tools
Public
Notifications
You must be signed in to change notification settings
Fork
499
Star
1.2k
Code
Issues
1
Pull requests
4
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
hack-tools
/
NoSQLMap
/
setup.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
27 lines (22 loc) · 748 Bytes
Breadcrumbs
hack-tools
/
NoSQLMap
/
setup.py
Copy path
File metadata and controls
27 lines (22 loc) · 748 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
from
setuptools
import
find_packages
,
setup
with
open
(
"README.md"
)
as
f
:
setup
(
name
=
"NoSQLMap"
,
version
=
"0.7"
,
packages
=
find_packages
(),
scripts
=
[
'nosqlmap.py'
,
'nsmmongo.py'
,
'nsmcouch.py'
,
'nsmscan.py'
,
'nsmweb.py'
],
entry_points
=
{
"console_scripts"
: [
"NoSQLMap = nosqlmap:main"
]
},
install_requires
=
[
"CouchDB==1.0"
,
"httplib2==0.18.1"
,
"ipcalc==1.1.3"
,\
"NoSQLMap==0.7"
,
"pbkdf2==1.3"
,
"pymongo==2.7.2"
,\
"requests==2.20.0"
],
author
=
"tcstool"
,
author_email
=
"nosqlmap@gmail.com"
,
description
=
"Automated MongoDB and NoSQL web application exploitation tool"
,
license
=
"GPLv3"
,
long_description
=
f
.
read
(),
url
=
"http://www.nosqlmap.net"
)
Back
|
FazBrowse Home
|
New Git URL