-
-
Notifications
You must be signed in to change notification settings - Fork 628
Expand file tree
/
Copy pathTODO
More file actions
14 lines (13 loc) · 477 Bytes
/
Copy pathTODO
File metadata and controls
14 lines (13 loc) · 477 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
'''TODO:
A list:
- create options.py with options to be set. Options stored in a class
- separate requests, should only give:
1. args (could be query path in a get, parameters in a POST)
2. options (where we find method, uri, port etc)
3. header (in future we will implement injection in a header)
- separate metasploit module
- create exceptions.py
B list:
- accept manipulation of parameters(ex: we want to base64encode the request before sending it)
- ???
'''