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: Githacker #1707

Open
domwhewell-sage opened this issue Aug 26, 2024 · 2 comments
Open

New Module: Githacker #1707

domwhewell-sage opened this issue Aug 26, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@domwhewell-sage
Copy link
Contributor

Description
Githacker is a tool to download .git folders from sites and reconstruct them. wget -r is usually the goto to exploit this but that only works if directory listing is enabled while tools like githacker/gittools work by bruteforcing common filenames in the .git folder.

It probably makes sense if the current git module has an enhancement to raise CODE_REPOSITORY events tagged with githacker or reconstruct (Not git as the git_clone.py module will pick that up and try and clone it which will not work)

Once githacker has reconstructed the folder it can raise it as a FILESYSTEM event

@domwhewell-sage domwhewell-sage added the enhancement New feature or request label Aug 26, 2024
@TheTechromancer
Copy link
Collaborator

Nice, looks like githacker might be a better alternative to gitdumper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants
@TheTechromancer @domwhewell-sage and others