-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modularise the Softing login code #19075
Conversation
Hey @ide0x90, thanks for the enhancement! What version of Softing Secure Integration Server were you testing? I noticed the documentation file said you could download 1.22 from the following link
I was able to download and install version Module Output with Httptrace Enabled
|
@jheysel-r7 I think this is required by the PR I'm working on: #19084 This makes way more sense now, as I was confused that the PR I'm working on was missing some methods that appear in this PR.... |
They changed the login protocol; the original scanner failed on the new version, too. As this is not a regression, I'm going to go ahead and land it, but add an issue: #19142 This PR
master
|
Release NotesUpdate the Softing Secure Integration Server login library to allow the code to be better reused by other modules. |
No functional change.
This PR modularises some of the code for the Softing Secure Integration Server (SIS) login. I was writing an exploit module for Softing SIS that required authentication, and had to move some of the code in
lib/metasploit/framework/login_scanner/softing_sis.rb
to their own methods to make it reusable.