Windows Disable Windows ICF, Command Shell, Bind TCP Inline - Metasploit


This page contains detailed information about how to use the payload/windows/shell_bind_tcp_xpfw metasploit module. For list of all metasploit modules, visit the Metasploit Module Library.

Module Overview


Name: Windows Disable Windows ICF, Command Shell, Bind TCP Inline
Module: payload/windows/shell_bind_tcp_xpfw
Source code: modules/payloads/singles/windows/shell_bind_tcp_xpfw.rb
Disclosure date: -
Last modification time: 2021-01-05 14:59:46 +0000
Supported architecture(s): x86
Supported platform(s): Windows
Target service / protocol: -
Target network port(s): -
List of CVEs: -

Disable the Windows ICF, then listen for a connection and spawn a command shell

Module Ranking and Traits


Module Ranking:

  • normal: The exploit is otherwise reliable, but depends on a specific version and can't (or doesn't) reliably autodetect. More information about ranking can be found here.

Basic Usage


msf > use payload/windows/shell_bind_tcp_xpfw
msf payload(shell_bind_tcp_xpfw) > show options
    ... show and set options ...
msf payload(shell_bind_tcp_xpfw) > generate

To learn how to generate payload/windows/shell_bind_tcp_xpfw with msfvenom, please read this.

Go back to menu.

Msfconsole Usage


Here is how the windows/shell_bind_tcp_xpfw payload looks in the msfconsole:

msf6 > use payload/windows/shell_bind_tcp_xpfw

msf6 payload(windows/shell_bind_tcp_xpfw) > show info

       Name: Windows Disable Windows ICF, Command Shell, Bind TCP Inline
     Module: payload/windows/shell_bind_tcp_xpfw
   Platform: Windows
       Arch: x86
Needs Admin: No
 Total size: 529
       Rank: Normal

Provided by:
  Lin0xx <[email protected]>

Basic options:
Name      Current Setting  Required  Description
----      ---------------  --------  -----------
EXITFUNC  process          yes       Exit technique (Accepted: '', seh, thread, process, none)
LPORT     4444             yes       The listen port
RHOST                      no        The target address

Description:
  Disable the Windows ICF, then listen for a connection and spawn a 
  command shell

Module Options


This is a complete list of options available in the windows/shell_bind_tcp_xpfw payload:

msf6 payload(windows/shell_bind_tcp_xpfw) > show options

Module options (payload/windows/shell_bind_tcp_xpfw):

   Name      Current Setting  Required  Description
   ----      ---------------  --------  -----------
   EXITFUNC  process          yes       Exit technique (Accepted: '', seh, thread, process, none)
   LPORT     4444             yes       The listen port
   RHOST                      no        The target address

Advanced Options


Here is a complete list of advanced options supported by the windows/shell_bind_tcp_xpfw payload:

msf6 payload(windows/shell_bind_tcp_xpfw) > show advanced

Module advanced options (payload/windows/shell_bind_tcp_xpfw):

   Name                        Current Setting  Required  Description
   ----                        ---------------  --------  -----------
   AutoRunScript                                no        A script to run automatically on session creation.
   AutoVerifySession           true             yes       Automatically verify and drop invalid sessions
   CommandShellCleanupCommand                   no        A command to run before the session is closed
   CreateSession               true             no        Create a new session for every successful login
   InitialAutoRunScript                         no        An initial script to run on session creation (before AutoRunScript)
   PrependMigrate              false            yes       Spawns and runs shellcode in new process
   PrependMigrateProc                           no        Process to spawn and run shellcode in
   VERBOSE                     false            no        Enable detailed status messages
   WORKSPACE                                    no        Specify the workspace for this module

Go back to menu.


Go back to menu.

See Also


Check also the following modules related to this module:

Authors


Lin0xx <lin0xx[at]metasploit.com>

Version


This page has been produced using Metasploit Framework version 6.1.24-dev. For more modules, visit the Metasploit Module Library.

Go back to menu.