How to extract obfuscated email address [links2 linux]?

Viewed 14

I need to extract the email address that is being obfuscated from a webpage So far, I have used links2 (text-based browser) to get the text content from a webpage. The commandline/option for this is:

url = "WEBSITE_URL"
!links -dump $url

The result showed up with all the text from the webpage. But only the email address was showing Email: protected email or This email is being protected from spambots. You must have Javascript enabled to view it.

Is there any solution I can do to access the obfuscated email address (add javascript interpretation to links to grab it?) or anything else

Thanks ahead.

0 Answers
Related