Update creds cracked password to work with remote database - #1
Open
adfoster-r7 wants to merge 966 commits into
Conversation
…it-framework into clfs-driver-priv-esc
…ploit-framework
Apache Supserset Priv Esc (CVE-2023-27524) and Flask unsign Library
Co-authored-by: Brendan <bwatters@rapid7.com>
Pr/collab/18351
* ... and dependents
The URIPATH must end with / due to how the package names are requested from the web server in a nested directory structure. #on_request_uri also needed to be updated to check for the relative resource.
This fixes the java/shell_reverse_tcp payload
This PR adds a module that exploits a series of vulns which leads to RCE on affected TorchServers tagrets. It also includes updates the the class_loader library.
…ication methods
This PR adds a variety of improvements to the enum_computers module including shell and powershell support as well as improvements to run on non-english systems.
…check on a module
…ly close sockets
…ws environments
…and to show cracked passwords
adfoster-r7
force-pushed
the
update-creds-cracked-password-to-work-with-remote-database
branch
from
October 13, 2023 11:30
2c2cabe to
941c44f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Just making a few tweaks to rapid7#17689 so that the functionality works with the remote database as well as the local database.
It should hopefully avoid the extra n+1 database lookups, it just tracks of an extra pair of maps for the
core_id->coreandorigin_id->cracked_corein memory for the lookups to avoid reaching out to the database again