This pull request introduces a new module that searches for files named "credentials" and "config" on remote servers and returns their file paths. At the moment, this module works on Linux and Windows remote servers.
Features:
Scans Linux and Windows remote servers for files specifically named "credentials" and "config"
Outputs the file paths of the found credentials files for further analysis.
Why this module is useful:
The "credentials" file is often used by developers or IT admins to store sensitive information, making it a common target during penetration testing.
Automating the discovery of such files improves the efficiency of Red Team operations by highlighting potential areas of vulnerability.
Future Plans:
Add additional file pattern searches (e.g., *.config, *.key) for more comprehensive scanning.
Enhance filtering options to allow users to specify file types.
Please let me know if there are any improvements or additional requirements to get this merged. Thank you for considering this contribution!
This pull request introduces a new module that searches for files named "credentials" and "config" on remote servers and returns their file paths. At the moment, this module works on Linux and Windows remote servers.
Features:
Why this module is useful:
Future Plans:
*.config
,*.key
) for more comprehensive scanning.Please let me know if there are any improvements or additional requirements to get this merged. Thank you for considering this contribution!