Skip to content

Commit

Permalink
Ivanti scanner template
Browse files Browse the repository at this point in the history
  • Loading branch information
msutovsky-r7 committed Jan 23, 2025
1 parent cfaaa16 commit 92ebabf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/auxiliary/scanner/ivanti/login_scanner.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
require 'metasploit/framework/credential_collection'

class MetasploitModule < Msf::Auxiliary

include Msf::Auxiliary::Scanner
include Msf::Auxiliary::AuthBrute
include Msf::Exploit::Remote::HttpClient

def initialize; end
end

0 comments on commit 92ebabf

Please sign in to comment.