mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-21 08:15:23 -04:00
[GH-ISSUE #42] ARM: Kali Archive Keyring #21
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @edge5phil on GitHub (May 28, 2025).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/42
Originally assigned to: @asdek on GitHub.
Affected Component
Security Tools Integration
Describe the bug
Tools can't be installed
Steps to Reproduce
Kali via Parallels on M2 Mac
System Configuration
MacOS -> Parallels
Logs and Artifacts
Hello
Maybe someone has hint for me what I'm doing wrong?
Bests
P.
Screenshots or Recordings
No response
Verification
@asdek commented on GitHub (May 28, 2025):
Hello @edge5phil
The issue you're facing is in the
booyaabes/kali-linux-full:latestDocker image referenced hereAs a workaround, ask PentAGI to use a different image, such as the official Kali Linux full image, when you start your initial request. I'll replace this problematic image in the next update.
This appears related to the issue described here: https://www.kali.org/blog/new-kali-archive-signing-key/ - the Docker image hasn't been updated in a while and contains outdated signing keys.
You can also manually fix this by following the steps in the article above, then using
docker committo replace thebooyaabes/kali-linux-full:latestimage locally. The next attack simulation will use your fixed image from your local Docker registry.@edge5phil commented on GitHub (Jun 2, 2025):
Thank you very much @asdek
I did run
Everything works now very well :-)
@asdek commented on GitHub (Jun 2, 2025):
Hello @edge5phil
Sounds good! I'm glad that approach worked for you.
I wanted to let you know that I've just released a new update that brings assistant functionality and improves overall system stability. These changes should make your pentesting experience even better.
You can check out the details here: https://github.com/vxcontrol/pentagi/pull/44
To get the latest version, simply run:
Let me know if you have any questions about the new features!