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

Add elastic beanstalk module #469

Merged
merged 7 commits into from
Mar 18, 2025
Merged

Add elastic beanstalk module #469

merged 7 commits into from
Mar 18, 2025

Conversation

TeneBrae93
Copy link
Contributor

Description:
This PR includes the following changes:

Secret Finder Update

  • Updated the regexs.json file to detect usage of the phrase "Password" to better identify potential secrets.

New Module - beanstalk__enum:

  • Introduced a new module that enumerates Elastic Beanstalk instances, applications, environments, configuration settings, and tags. The module also scans for potential secrets within these resources.

Service Integration:

  • Added a new service entry ("BeanStalk") to models.py in the session model. This update ensures that data collected by the new module is properly stored and visible using Pacu’s data command.

2025-03-04_16-22

@TeneBrae93 TeneBrae93 changed the title [WIP] - Add elastic beanstalk module Add elastic beanstalk module Mar 5, 2025
Copy link
Contributor

@nobodynate nobodynate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worked well on the cloudgoat scenario.

# Build a filename similar to how secrets are saved
download_filename = f'beanstalk_source_{session.name}_{env["EnvironmentName"]}_{version_label}.zip'
# Construct the full download path (the save() function saves in ~/.local/share/pacu/{session.name}/downloads/)
download_path = os.path.join(os.path.expanduser('~/.local/share/pacu/'), session.name, 'downloads', download_filename)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

core/lib has downloads_dir()

from pacu.core.lib import downloads_dir

str(downloads_dir()/'download_filename')

@DaveYesland DaveYesland merged commit 1308985 into master Mar 18, 2025
2 checks passed
@DaveYesland DaveYesland deleted the add-beanstalk-module branch March 18, 2025 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants