Path: blob/master/modules/exploits/shell_shock_scanner/config.yaml
1154 views
#1# Copyright (c) 2006-2025 Wade Alcorn - [email protected]2# Browser Exploitation Framework (BeEF) - https://beefproject.com3# See the file 'doc/COPYING' for copying permission4#5beef:6module:7shell_shock_scanner:8enable: true9category: "Exploits"10name: "Shell Shock Scanner (Reverse Shell)"11description: "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>.<br/><br/>The scan will take about 2 minutes with the default settings. Successful exploitation results in a reverse shell. Be sure to start your shell handler on the local port specified below."12authors: ["Stephane Chazelas", "mz", "bmantra", "radoen", "bcoles"]13target:14working: ["ALL"]151617