We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb6851 commit dde825bCopy full SHA for dde825b
autosploit.py
@@ -4,6 +4,7 @@
4
5
TODO LIST:
6
- Splitting the subprocess calls with shlex line #72 (done)
7
+ - Add the ability to read in modules list as JSON, if .txt file is provided convert to JSON before processing
8
- Fix the exploit issue line #125
9
- Fixing targets line #261
10
- Fix clobber function line #281
@@ -18,6 +19,7 @@
18
19
import os
20
import sys
21
import time
22
+import json # Added in preparation of implementing JSON support
23
import shlex
24
import pickle
25
import threading
0 commit comments