Skip to content

Commit

Permalink
Create nosqlmap.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nmrdyer committed Apr 26, 2016
1 parent 1e6fced commit 23272b5
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions modules/exploitation/nosqlmap.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#!/usr/bin/env python
#####################################
# Installation module for nosqlmap
#####################################

# AUTHOR OF MODULE NAME
AUTHOR="Nick Dyer"

# DESCRIPTION OF THE MODULE
DESCRIPTION="This module will install/update NoSqlMap"

# INSTALL TYPE GIT, SVN, FILE DOWNLOAD
# OPTIONS = GIT, SVN, FILE
INSTALL_TYPE="GIT"

# LOCATION OF THE FILE OR GIT/SVN REPOSITORY
REPOSITORY_LOCATION="https://github.com/tcstool/NoSQLMap.git"

# WHERE DO YOU WANT TO INSTALL IT
INSTALL_LOCATION="nosqlmap"

# DEPENDS FOR DEBIAN INSTALLS
DEBIAN="git"

# DEPENDS FOR FEDORA INSTALLS
FEDORA="git"

# COMMANDS TO RUN AFTER
AFTER_COMMANDS="cd {INSTALL_LOCATION}, python setup.py install"

# THIS WILL CREATE AN AUTOMATIC LAUNCHER FOR THE TOOL
LAUNCHER="nosqlmap.py"

0 comments on commit 23272b5

Please sign in to comment.