Home Security Nosqlmap的使用
Post
Cancel

Security Nosqlmap的使用

refer to:
https://github.com/codingo/NoSQLMap

安装

python3

git clone https://github.com/codingo/NoSQLMap.git

python3 setup.py install

等待,输出好多内容

running install
running bdist_egg
running egg_info
creating NoSQLMap.egg-info
writing NoSQLMap.egg-info/PKG-INFO
writing dependency_links to NoSQLMap.egg-info/dependency_links.txt
writing entry points to NoSQLMap.egg-info/entry_points.txt
writing requirements to NoSQLMap.egg-info/requires.txt
writing top-level names to NoSQLMap.egg-info/top_level.txt
writing manifest file 'NoSQLMap.egg-info/SOURCES.txt'
reading manifest file 'NoSQLMap.egg-info/SOURCES.txt'
writing manifest file 'NoSQLMap.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
warning: install_lib: 'build/lib' does not exist -- no Python modules to install

creating build
This post is licensed under CC BY 4.0 by the author.