Skip to content

Commit dde825b

Browse files
authored
Update autosploit.py
1 parent ceb6851 commit dde825b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

autosploit.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
55
TODO LIST:
66
- 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
78
- Fix the exploit issue line #125
89
- Fixing targets line #261
910
- Fix clobber function line #281
@@ -18,6 +19,7 @@
1819
import os
1920
import sys
2021
import time
22+
import json # Added in preparation of implementing JSON support
2123
import shlex
2224
import pickle
2325
import threading

0 commit comments

Comments
 (0)