FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
NoSQLMap/setup.py at 0.5 · exploitdeveloper/NoSQLMap · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
exploitdeveloper
/
NoSQLMap
Public
forked from
codingo/NoSQLMap
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
NoSQLMap
/
setup.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (21 loc) · 684 Bytes
Breadcrumbs
NoSQLMap
/
setup.py
Copy path
File metadata and controls
26 lines (21 loc) · 684 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
from
setuptools
import
find_packages
,
setup
setup
(
name
=
"NoSQLMap"
,
version
=
"0.5"
,
packages
=
find_packages
(),
scripts
=
[
'nosqlmap.py'
,
'nsmmongo.py'
,
'nsmcouch.py'
],
entry_points
=
{
"console_scripts"
: [
"NoSQLMap = nosqlmap:main"
]
},
install_requires
=
[
"CouchDB==1.0"
,
"httplib2==0.9"
,
"ipcalc==1.1.3"
,\
"NoSQLMap==0.5"
,
"pbkdf2==1.3"
,
"pymongo==2.7.2"
,\
"requests==2.5.0"
],
author
=
"tcstools"
,
author_email
=
"nosqlmap@gmail.com"
,
description
=
"Automated MongoDB and NoSQL web application exploitation tool"
,
license
=
"GPLv3"
,
long_description
=
open
(
"README.md"
).
read
(),
url
=
"http://www.nosqlmap.net"
)
Back
|
FazBrowse Home
|
New Git URL