forked from nccgroup/autopwn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
executable file
·28 lines (27 loc) · 852 Bytes
/
TODO
File metadata and controls
executable file
·28 lines (27 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
TODO
0 - What if the target doesn't have a domain name? Temp fix: IP in both fields (Y)
0b) Review target file format..
0c) Create another tool to specify targets and save in file..
1 - Stop using os.system()
2 - Get shot down by 14 year old Python devs,
who've been coding for "over 20 years", on how I'm
doing everything wrong, like not just import'ing autopwn
3 - TDD? :\ :/ :( :X
3b) Have online repo where users can share yaml
configs
4 - What if tool requires root? Make check for this
Add support for:
- enum4linux
- nbtscan
- sslyze
- smb_scan
- w3af ?
- snmpwalk/check/etc
- dotdotpwn
- wp-scan
- davtest?
- DNS tools
- Harvester?
5 - Command line arguments?
6 - Disable SSL scans if http specified ... Or just have non-SSL assessments B-)
7 - showTools(?) method should print tool info as it would be run (not with placeholders)