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 tools and fixes - September 2023 #244

Merged
merged 17 commits into from
Sep 25, 2023
Merged

Conversation

QU35T-code
Copy link
Member

@QU35T-code QU35T-code commented Sep 23, 2023

Description

  • netexec tool added
  • Installation of the latest version of ligolo-ng
  • Gpoddity installation with pipx
  • Add wfuzz wordlists
  • Added extractbitlockerkeys tool
  • Fix C2 sliver installation
  • Add a global function to set the cargo environment
  • Correction of CCC regex that accepts functions with special caracters in its name

@QU35T-code QU35T-code added new tool(s) This adds one or multiple tools to Exegol bugfix It's a bird, it's a plane labels Sep 23, 2023
@QU35T-code QU35T-code self-assigned this Sep 23, 2023
@ShutdownRepo ShutdownRepo changed the title Fix + add tools New tools and fixes - September 2023 Sep 23, 2023
sources/install/common.sh Outdated Show resolved Hide resolved
sources/install/package_ad.sh Outdated Show resolved Hide resolved
sources/install/package_ad.sh Outdated Show resolved Hide resolved
sources/install/package_ad.sh Outdated Show resolved Hide resolved
sources/install/package_c2.sh Outdated Show resolved Hide resolved
cd /opt/tools/sliver
make
mv sliver-* /opt/tools/bin
git checkout tags/v1.5.39
Copy link
Member

Choose a reason for hiding this comment

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

Do we really want to have a static version? Or is it because there's a temporary fix to something?

Copy link
Member Author

Choose a reason for hiding this comment

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

I have an error when running the binary on the master branch and the doc says that to install from build it's best to use a version with a release tag.

Copy link
Member

Choose a reason for hiding this comment

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

Ok we need to make it a temporary thing then (see temporary fix), so that we get a reminder to update the version regularly

sources/install/package_network.sh Outdated Show resolved Hide resolved
sources/install/package_network.sh Show resolved Hide resolved
@QU35T-code QU35T-code added the ready for merge in the waitlist for merge, requires preliminary steps label Sep 24, 2023
cd /opt/tools/sliver
make
mv sliver-* /opt/tools/bin
git checkout tags/v1.5.39
Copy link
Member

Choose a reason for hiding this comment

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

Ok we need to make it a temporary thing then (see temporary fix), so that we get a reminder to update the version regularly

@ShutdownRepo ShutdownRepo merged commit 71c2a0a into ThePorgs:dev Sep 25, 2023
4 of 10 checks passed
@ShutdownRepo ShutdownRepo removed the ready for merge in the waitlist for merge, requires preliminary steps label Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix It's a bird, it's a plane new tool(s) This adds one or multiple tools to Exegol
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants