Add ShellShockExploiter to default config

This commit is contained in:
Daniel Goldberg 2016-08-29 15:07:22 +03:00 committed by daniel goldberg
parent d80c670392
commit 835c861219
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ class Configuration(object):
scanner_class = TcpScanner scanner_class = TcpScanner
finger_classes = [SMBFinger, SSHFinger, PingScanner, HTTPFinger] finger_classes = [SMBFinger, SSHFinger, PingScanner, HTTPFinger]
exploiter_classes = [SmbExploiter, WmiExploiter, RdpExploiter, Ms08_067_Exploiter, # Windows exploits 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 # how many victims to look for in a single scan iteration