File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
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
+ '''
Original file line number Diff line number Diff line change 13
13
#You should have received a copy of the GNU General Public License
14
14
#along with this program. If not, see <http://www.gnu.org/licenses/>.
15
15
16
-
17
16
import sys
18
17
import string
19
18
import random
@@ -701,4 +700,4 @@ def stealDBs(myDB):
701
700
raw_input ("Something went wrong. Are you sure your MongoDB is running and options are set? Press enter to return..." )
702
701
mainMenu ()
703
702
704
- mainMenu ()
703
+ mainMenu ()
You can’t perform that action at this time.
0 commit comments