-
Notifications
You must be signed in to change notification settings - Fork 383
live smb client command
skelsec edited this page Apr 14, 2021
·
2 revisions
Spawns an interactive SMB client using the current user's context.
You may choose to supply additional commands after the hostname. These commands will be performed sequentially against the target.
None
None
-
--authemethod
: You may choose betweenntlm
orkerberos
authentication. Kerberos authentication will not work when IP address is supplied as target. Default:ntlm
-
--protocol-version
: You may choose to setup your connection using SMB2 or SMB3. SMB3 will be slow if there are not crypto libraries installed. Default: 2 -
-v
: Verbosity
-
pypykatz live smb client 10.10.10.2
: Spawns an interactive SMB client to host10.10.10.2
-
pypykatz smb client 10.10.10.2 shares "use c$" ls
: Logs on to the target server at10.10.10.2
and lists the shares, then opensC$
and lists folder and files.