forked from p34709852/monkey
Add ShellShockExploiter to default config
This commit is contained in:
parent
d80c670392
commit
835c861219
|
@ -135,7 +135,7 @@ class Configuration(object):
|
|||
scanner_class = TcpScanner
|
||||
finger_classes = [SMBFinger, SSHFinger, PingScanner, HTTPFinger]
|
||||
exploiter_classes = [SmbExploiter, WmiExploiter, RdpExploiter, Ms08_067_Exploiter, # Windows exploits
|
||||
SSHExploiter #Linux
|
||||
SSHExploiter, ShellShockExploiter #Linux
|
||||
]
|
||||
|
||||
# how many victims to look for in a single scan iteration
|
||||
|
|
Loading…
Reference in New Issue