Added disk usage and failed SSH login checks#72
Open
cuddiecoder wants to merge 1 commit intorebootuser:masterfrom
Open
Added disk usage and failed SSH login checks#72cuddiecoder wants to merge 1 commit intorebootuser:masterfrom
cuddiecoder wants to merge 1 commit intorebootuser:masterfrom
Conversation
Author
|
The changes are complete and ready for review. The additions for disk usage and failed SSH login checks have been implemented and tested locally. No conflicts with the base branch, and the changes can be cleanly merged. |
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 pull request enhances the LinEnum script by adding additional system enumeration checks to improve visibility of potential security and resource-related issues.
Changes Made
Added disk usage enumeration to help identify full or nearly full filesystems
Added checks for failed SSH login attempts to assist in detecting potential brute-force activity or unauthorized access attempts
Integrated both checks into existing output flow without modifying core script logic
Notes
No existing functionality has been removed or altered
Enhancements are additive and non-breaking
Focus is on improving system visibility during enumeration
Testing
Tested locally on Kali Linux to ensure:
Script executes without errors
New checks display expected output
No impact on existing enumeration sections