Lucene search
+L

657 matches found

Metasploit
Metasploit
added 2013/09/16 6:38 p.m.41 views

Command Shell, Reverse TCP (via nodejs)

Creates an interactive shell via nodejs This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework It would be better to have a commonjs payload, but because the implementations differ so greatly when it comes to require paths f...

0.4AI score
SaveExploits0
Metasploit
Metasploit
added 2013/09/16 10:2 a.m.49 views

Windows Command Shell, Bind TCP (via Lua)

Listen for a connection and spawn a command shell via Lua This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 218 include Msf::Payload::Single include Msf::Sessions::CommandShellOption...

0.1AI score
SaveExploits0
Metasploit
Metasploit
added 2013/09/16 10:2 a.m.54 views

Windows Command Shell, Reverse TCP (via Lua)

Creates an interactive shell via Lua This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 224 include Msf::Payload::Single include Msf::Sessions::CommandShellOptions def initializeinfo ...

0.3AI score
SaveExploits0
Metasploit
Metasploit
added 2013/09/10 10:20 p.m.55 views

Linux Command Shell, Bind TCP Random Port Inline

Listen for a connection in a random port and spawn a command shell. Use nmap to discover the open port: 'nmap -sS target -p-'. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 57...

7.5AI score
SaveExploits0
Metasploit
Metasploit
added 2013/06/20 6:45 p.m.39 views

Unix Command Shell, Bind TCP (via Zsh)

Listen for a connection and spawn a command shell via Zsh. Note: Although Zsh is often available, please be aware it isn't usually installed by default. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module...

7.2AI score
SaveExploits0
Metasploit
Metasploit
added 2013/06/20 6:40 p.m.41 views

Unix Command Shell, Reverse TCP (via Zsh)

Connect back and create a command shell via Zsh. Note: Although Zsh is often available, please be aware it isn't usually installed by default. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule...

0.3AI score
SaveExploits0
Metasploit
Metasploit
added 2013/05/30 12:22 a.m.30 views

Unix Command Shell, Bind TCP (via AWK)

Listen for a connection and spawn a command shell via GNU AWK This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 140 include Msf::Payload::Single include...

SaveExploits0
Packet Storm
Packet Storm
added 2013/05/15 12:0 a.m.91 views

SSH User Code Execution

This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit web site for more information on licensing and terms of use. http://metasploit.com/ require 'msf/core' require 'net/ssh' class Metasploit3 'SSH User Code...

7.5CVSS0.53618EPSS
SaveExploits41
Kitploit
Kitploit
added 2013/04/23 9:34 p.m.19 views

[Hidden CMD Detector] Discover Hidden Command prompts

Hidden CMD Detector is the free tool to discover Hidden Command prompts and detect any Hacker presence on your system. The first thing any Hacker does on getting access to remote system is to run a hidden Command shell. This tool can help you to automatically detect any such hidden cmd prompts an...

7.6AI score
SaveExploits0
securityvulns
securityvulns
added 2013/03/19 12:0 a.m.60 views

n.runs-SA-2013.001 - Polycom - Command Shell Grants System-Level Access

n.runs AG http://www.nruns.com/ securityatnruns.com n.runs-SA-2013.001 15-Mar-2013 Vendor: Polycom, http://www.polycom.com Affected Products: Polycom HDX Series Affected Version: 3.1.1.2 Vulnerability: Polycom Command Shell Grants System-Level Access Risk: LOW Overview: The Polycom Command Shell ...

0.3AI score
SaveExploits0
Packet Storm
Packet Storm
added 2013/03/15 12:0 a.m.44 views

Polycom HDX Privilege Escalation

n.runs AG http://www.nruns.com/ securityatnruns.com n.runs-SA-2013.001 15-Mar-2013 Vendor: Polycom, http://www.polycom.com Affected Products: Polycom HDX Series Affected Version: setenv othbootargs "devboot=bogus" - reboot reboot, are you sure? y This wil...

0.7AI score
SaveExploits0
Metasploit
Metasploit
added 2013/03/11 5:4 p.m.45 views

Unix Command Shell, Bind TCP (via netcat -e)

Listen for a connection and spawn a command shell via netcat This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 24 include Msf::Payload::Single include...

0.1AI score
SaveExploits0
Metasploit
Metasploit
added 2013/03/11 5:4 p.m.37 views

Unix Command Shell, Reverse TCP (via netcat -e)

Creates an interactive shell via netcat This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 34 include Msf::Payload::Single include Msf::Sessions::CommandShellOptions def initializeinf...

7.4AI score
SaveExploits0
Metasploit
Metasploit
added 2013/03/11 5:4 p.m.34 views

Unix Command Shell, Bind TCP (via netcat -e) IPv6

Listen for a connection and spawn a command shell via netcat This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 25 include Msf::Payload::Single include...

7.2AI score
SaveExploits0
Metasploit
Metasploit
added 2013/02/03 8:6 p.m.50 views

Unix Command Shell, Reverse TCP SSL (via Ruby)

Connect back and create a command shell via Ruby, uses SSL This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 185 include Msf::Payload::Single include Msf::Sessions::CommandShellOptio...

SaveExploits0
Metasploit
Metasploit
added 2013/02/03 8:6 p.m.48 views

Unix Command Shell, Double Reverse TCP SSL (telnet)

Creates an interactive shell through two inbound connections, encrypts using SSL via "-z" option This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 136 include Msf::Payload::Single...

0.1AI score
SaveExploits0
Metasploit
Metasploit
added 2013/02/03 8:6 p.m.42 views

Ruby Command Shell, Reverse TCP SSL

Connect back and create a command shell via Ruby, uses SSL This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 444 include Msf::Payload::Single include Msf::Payload::Ruby include...

7.5AI score
SaveExploits0
Metasploit
Metasploit
added 2013/02/03 8:6 p.m.76 views

Unix Command Shell, Reverse TCP SSL (via perl)

Creates an interactive shell via perl, uses SSL This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 173 include Msf::Payload::Single include Msf::Sessions::CommandShellOptions def...

7.4AI score
SaveExploits0
Metasploit
Metasploit
added 2013/02/03 8:6 p.m.69 views

Unix Command Shell, Reverse TCP SSL (via python)

Creates an interactive shell via python, uses SSL, encodes with base64 by design. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = :dynamic include Msf::Payload::Single include...

7.1AI score
SaveExploits0
Metasploit
Metasploit
added 2013/02/03 10:44 a.m.54 views

Unix Command Shell, Double Reverse TCP SSL (openssl)

Creates an interactive shell through two inbound connections This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 182 include Msf::Payload::Single include...

7.1AI score
SaveExploits0
Rows per page
Query Builder