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
2.02k stars 381 forks source link

Error: require GNU grep. Aborting. #123

Closed Droidzzzio closed 2 years ago

Droidzzzio commented 2 years ago

This is the error i am getting while running the first command when testing ./sudomy -d hackerone.com Error: require GNU grep. Aborting.

Droidzzzio commented 2 years ago

grep --version grep (BSD grep, GNU compatible) 2.6.0-FreeBSD

GREP is already installed

Droidzzzio commented 2 years ago

Hi Guys , i resolved this issue , by making a very tiny change in the code. GREP is working fine, but we need GNU GREP so i just added a "g" in the if condition of the code where it is checking for grep and now the tool is running as expected. so now it is ggrep. Thanks