File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,7 +137,10 @@ netexec smb TARGET_HOST -u '' -p '' -M petitpotam
137137##### SMB Auth File
138138netexec smb TARGET_HOST -u TEST_USER_FILE -p TEST_PASSWORD_FILE --no-bruteforce
139139netexec smb TARGET_HOST -u TEST_USER_FILE -p TEST_PASSWORD_FILE --no-bruteforce --continue-on-success
140- netexec smb TARGET_HOST -u TEST_USER_FILE -p tests/data/test_passwords.txt
140+ netexec smb TARGET_HOST -u TEST_USER_FILE -p TEST_PASSWORD_FILE
141+ ##### SMB Hash File
142+ netexec smb TARGET_HOST -u LOGIN_USERNAME -H tests/data/test_hashes.txt
143+ netexec smb TARGET_HOST -u TEST_USER_FILE -H tests/data/test_hashes.txt
141144##### WMI
142145netexec wmi TARGET_HOST -u LOGIN_USERNAME -p LOGIN_PASSWORD KERBEROS # need an extra space after this command due to regex
143146netexec wmi TARGET_HOST -u LOGIN_USERNAME -p LOGIN_PASSWORD KERBEROS --wmi-namespace root/cimv2
You can’t perform that action at this time.
0 commit comments