Skip to content

Commit 596b92f

Browse files
committed
added TODO
1 parent 599b39a commit 596b92f

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

TODO

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
'''TODO:
2+
A list:
3+
- create options.py with options to be set. Options stored in a class
4+
- separate requests, should only give:
5+
1. args (could be query path in a get, parameters in a POST)
6+
2. options (where we find method, uri, port etc)
7+
3. header (in future we will implement injection in a header)
8+
- separate metasploit module
9+
- create exceptions.py
10+
11+
B list:
12+
- accept manipulation of parameters(ex: we want to base64encode the request before sending it)
13+
- ???
14+
'''

nosqlmap.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#You should have received a copy of the GNU General Public License
1414
#along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

16-
1716
import sys
1817
import string
1918
import random
@@ -701,4 +700,4 @@ def stealDBs(myDB):
701700
raw_input ("Something went wrong. Are you sure your MongoDB is running and options are set? Press enter to return...")
702701
mainMenu()
703702

704-
mainMenu()
703+
mainMenu()

0 commit comments

Comments
 (0)