You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 withgithacker
orreconstruct
(Notgit
as thegit_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
eventThe text was updated successfully, but these errors were encountered: