MrMugiwara / email-extractor

Extract email address from given domain
0 stars 1 forks source link

Not working on macOS #1

Open thaikolja opened 6 years ago

thaikolja commented 6 years ago

The script doesn't seem to work on macOS' (10.13.6) shell executed via terminal. After copying the source code into a local .sh file, this is what I get:

Koljas-MacBook-Pro:~ Kolja$ ./whitehat.sh
./whitehat.sh: line 12: unexpected EOF while looking for matching ``'
./whitehat.sh: line 69: syntax error: unexpected end of file

Any way to solve this?

MrMugiwara commented 6 years ago

Hi thaikolja, Thank you for the notice, Could you try to run the code again please. Keep in touch if that issue is Resolved. BR

thaikolja commented 6 years ago

The syntax error is gone, but I don't get any results. I've tried it on two websites that contain e-mail addresses within the content. Even the example (http://tipstrickshack.blogspot.com) doesn't return any results :(