internetwache / GitTools

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

Assume version of grep #4

Closed fxfactorial closed 7 years ago

fxfactorial commented 7 years ago

The current version of dumper expects a Linux version of grep, doesn't work with OS X's distribution.

gehaxelt commented 7 years ago

Regarding to this commit (28189e8f750b7fafa8d22fe11deb8957a8962afa) this should be fixed by changing grep -oP to grep -oE.

I've pushed an update. Can you confirm that this works now?

fxfactorial commented 7 years ago

Yep, works now. :)