Closed Droidzzzio closed 2 years ago
grep --version grep (BSD grep, GNU compatible) 2.6.0-FreeBSD
GREP is already installed
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
This is the error i am getting while running the first command when testing ./sudomy -d hackerone.com Error: require GNU grep. Aborting.