Releases: RhinoSecurityLabs/pacu
Releases · RhinoSecurityLabs/pacu
v1.6.0
This release requires a newly initialized DB for previous versions: rm ~/.local/share/pacu/sqlite.db
What's Changed
- Fix an error in ebs__download_snapshots by @TeneBrae93 in #418
- Validate target-instances for systemsmanager__rce_ec2 by @h00die in #419
- Add error handling to get_policy in systemsmanager__rce_ec2 by @h00die in #420
- Fix aws-cli install in Dockerfile, breaking workflows by @DaveYesland in #430
- Fix spelling of public by @h00die in #425
- Fix spelling of later by @h00die in #428
- fix iam__decode_accesskey_id category by @h00die in #429
- change enum__secrets to secrets__enum by @h00die in #427
- Fix module list generation for autocomplete by @h00die in #424
- New Feature: Quiet Flag by @h00die in #426
- Enhance iam__enum_permissions w/ unconfirmed and counts by @h00die in #421
- New Module: SNS topic subscription via email & SNS enum by @h00die in #422
- New module: mq__enum by @6a6f656c in #431
- Add options to privesc module and Fix #415 by @DaveYesland in #432
- Issue 412 username overwrite by @EduardSchwarzkopf in #413
New Contributors
- @TeneBrae93 made their first contribution in #418
- @h00die made their first contribution in #419
- @6a6f656c made their first contribution in #431
Full Changelog: v1.5.3...v1.6.0
v1.5.3
What's Changed
- Feature/update cognito attack by @EduardSchwarzkopf in #406
New Contributors
- @EduardSchwarzkopf made their first contribution in #406
Full Changelog: v1.5.2...v1.5.3
v1.5.2
What's Changed
- Added ed25519 private key pattern on regexs.json for secret finder functionality by @za in #397
- Update regexs in secret finder and create tests for secretfinder by @DaveYesland in #399
- fix typo closes #398 by @DaveYesland in #402
- Add region error handling to cloudformation download data module by @jdearmas in #409
- eks__enum fix by @davidkutz-marks in #411
New Contributors
Full Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
- Fix #392 by @DaveYesland in #393
- Enhancement module/add akid decoder and module by @DaveYesland in #391
- Improve credential handling by @DaveYesland in #394
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- Clean up README by @DaveYesland in #382
- fix #329 key error issue with iam__privesc_scan by @DaveYesland in #386
- Fix #359 #215 update region updating/handeling and remove region filters by @DaveYesland in #379
- Remove old install method by @DaveYesland in #383
- Enhancement/remove version check add get version by @DaveYesland in #381
- Make pacu version expand in workflow for docker version by @DaveYesland in #387
- Fix #388 by @DaveYesland in #389
- Fix #309 and update some functionality by @DaveYesland in #390
Full Changelog: v1.4.2...v1.5.0
v1.4.2
v1.4.1
What's Changed
- Minor fix to identity pools by @davidkutz-marks in #374
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Cognito Modules by @davidkutz-marks in #371
New Contributors
- @davidkutz-marks made their first contribution in #371
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
- add jq command to parse collected data by @DaveYesland in #358
- Expand route53__enum enumeration by @DaveYesland in #361
Full Changelog: v1.3.0...v1.3.1
v1.3.0
Modules
A new LATERAL_MOVE module added: organizations__assume_role
https://github.com/RhinoSecurityLabs/pacu/wiki/Module-Details#organizations__assume_role. Thanks @WebbinRoot !
Additions
Added a new CLI option to import keys from a specified profile during a CLI run #357
Also bug fixes.
What's Changed
- fix #351 by @DaveYesland in #352
- AWS Organizations - organizations__assume_role module by @WebbinRoot in #353
- Fix no loop break when enter for key alias by @DaveYesland in #354
- Change session_token to be none when keys are set without one fixes #355 by @DaveYesland in #356
- Enhancement/add cli option to import keys
--import-keys
by @DaveYesland in #357
Full Changelog: v1.2.1...v1.3.0