-
-
Notifications
You must be signed in to change notification settings - Fork 608
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: Gitdumper #2284
New Module: Gitdumper #2284
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #2284 +/- ##
======================================
- Coverage 93% 93% -0%
======================================
Files 378 380 +2
Lines 29363 29749 +386
======================================
+ Hits 27156 27496 +340
- Misses 2207 2253 +46 ☔ View full report in Codecov by Sentry. |
Thanks for your work here @domwhewell-sage, things have been a little busy but I should be able to get to this next week. |
4764d3b
into
blacklanternsecurity:dev
Ok this PR adds gitdumper as mentioned in #1707
Some features from githacker have been included in this module aswell
I have added the subsitution to the regex helper (I also added a function in gitdumper to regex in files / folders which may be useful to move to the helper)
The git module has been modified to emit
CODE_REPOSITORY
events.gitdumper will then check if dir listing is enabled (And if so download it that way)
If not it uses a fuzzing list with common git file names and many common branch names, you can also fuzz tag names (Feature from githacker)