screetsec / Sudomy

Sudomy is a subdomain enumeration tool to collect subdomains and analyzing domains performing automated reconnaissance (recon) for bug hunting / pentesting
https://github.com/Screetsec/
MIT License
1.98k stars 375 forks source link

Add requirement for GNU grep on MacOS #89

Closed zetc0de closed 3 years ago

zetc0de commented 3 years ago

Sudomy using grep tool for parsing any data from the source, but the default grep version in MacOS use BSD grep which is not compatible with Sudomy. So this changes will checking the existing grep version, if GNU grep not exist so will abort the script and mandatory to install GNU grep.

screetsec commented 3 years ago

Nice, if someone have the problem with that. You can follow this issues https://github.com/Screetsec/Sudomy/issues/1