ssh_identify_pubkeys -> ssh_key_login#21450
Open
g0tmi1k wants to merge 21 commits into
Open
Conversation
946fd5e to
81397a3
Compare
653ef9d to
3083f8c
Compare
3083f8c to
aed8233
Compare
aed8233 to
205595a
Compare
Consistency with: ./modules/auxiliary/scanner/ssh/ssh_key_login.rb, ./modules/exploits/multi/persistence/ssh_key.rb & ./modules/post/multi/gather/ssh_creds.rb
205595a to
3e0ded3
Compare
Matches ssh_login
Matches ssh_login
Matches ssh_login
Metadata: Name, description, References & notes
3e0ded3 to
2cf8ac1
Compare
Contributor
Author
|
Think I've finished tweaking with this PR! |
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.
This PR gets
ssh_identify_pubkeysworking:Target is Metasploitable 2.
Setup
Going to generate a range of SSH keys. There will be always 2 types,
*_1(not added/invalided) &*_2(added/valid).Then will add the SSH keys to the target:
Quick test
Before
After