Using Modules
Using Module with NetExec
Last updated
Was this helpful?
Using Module with NetExec
Last updated
Was this helpful?
Was this helpful?
Run nxc <protocol> -L
to view available modules for the specified protocol.
For example to view all modules for the SMB protocol:
nxc smb -L
Run nxc <protocol> <target(s)> -M <module name>
.
For example to run the SMB Mimikatz module:
nxc smb <target(s)> -u Administrator -p 'October2022' -M lsassy
Run nxc <protocol> -M <module name> --options
to view a modules supported options, e.g:
nxc smb -M lsassy --options
Module options are specified with the -o
flag. All options are specified in the form of KEY=value (msfvenom style)
Example:
nxc <protocol> <target(s)> -u Administrator -p 'P@ssw0rd' -M lsassy -o COMMAND=xxxxxxxxug'
Simply define all the modules you want, each proceeded by a -M
option flag:
nxc <protocol> <target(s)> -u Administrator -p 'P@ssw0rd' -M spooler -M iis -M lsassy -M winscp