You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/msf/core/exploit/remote/smb/server/hash_capture.rb
-15Lines changed: 0 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@ def initialize(info = {})
16
16
17
17
register_options(
18
18
[
19
-
OptString.new('CAINPWFILE',[false,'Name of file to store Cain&Abel hashes in. Only supports NTLMv1 hashes. Can be a path.',nil]),
20
19
OptString.new('JOHNPWFILE',[false,'Name of file to store JohnTheRipper hashes in. Supports NTLMv1 and NTLMv2 hashes, each of which is stored in separate files. Can also be a path.',nil])
0 commit comments