Add author

This commit is contained in:
Brendan Coles
2014-11-23 22:59:53 +00:00
parent 1649b87567
commit a99b6173d9
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,6 @@ beef:
category: "Exploits"
name: "Shell Shock Scanner (Reverse Shell)"
description: "This module attempts to get a reverse shell on the specified web server, blindly, by requesting ~400 potentially vulnerable CGI scripts. Each CGI is requested with a shellshock payload in the 'Accept' HTTP header.<br/>The list of CGI scripts was taken from <a href='https://github.com/nccgroup/shocker'>Shocker</a>."
authors: ["Stephane Chazelas", "mz", "bmantra", "bcoles"]
authors: ["Stephane Chazelas", "mz", "bmantra", "radoen", "bcoles"]
target:
working: ["ALL"]

View File

@@ -10,5 +10,6 @@ beef:
category: "Exploits"
name: "Shell Shock"
description: "Attempt to use vulnerability CVE-2014-627 to execute arbitrary code. The default command attempts to get a reverse shell.<br/>Note: Set the LHOST and LPORT."
authors: ["Stephane Chazelas", "mz", "radoen", "bcoles"]
target:
working: ["All"]