Skip to content
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

New module: AWS Credentials Finder #455

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dev-fortress
Copy link

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!

imagen

@NeffIsBack
Copy link
Contributor

Looks really cool, thanks for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants