internetwache / GitTools

A repository with 3 tools for pwn'ing websites with .git repositories available
MIT License
3.78k stars 612 forks source link

idx and pack #25

Closed sigeri94 closed 4 years ago

sigeri94 commented 5 years ago

i got this error when i tried to extract .git folder

fatal: Not a valid object name packpack-5c594159d6fa80636dcc4d7a1e8c3cadab9229e1.idx fatal: Not a valid object name packpack-5c594159d6fa80636dcc4d7a1e8c3cadab9229e1.pack

how to resolve this

gehaxelt commented 4 years ago

hmm, I think the issue is packpack which should be pack?

gehaxelt commented 4 years ago

Can you share the repo? It seems like there are files starting with packpack which is obviously not correct, but on the other hand, I cannot find a reason why the dumper would save a file like this.

sigeri94 commented 4 years ago

i see maybe it is filename error, thanks btw i extract it manually when i got this error anyway