Skip to content

Commit

Permalink
Add a missing require statement
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroSteiner committed Nov 4, 2024
1 parent 006ed90 commit e130092
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/msf/core/exploit/remote/smb/server/hash_capture.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# This mixin provides support for reporting captured SMB creds
#
###

require 'ruby_smb'

module Msf
module Exploit::Remote::SMB::Server::HashCapture

Expand Down

0 comments on commit e130092

Please sign in to comment.