P
postcd
Guest
Hello,
i would like bash script to extract the site status message at
https://www.google.com/transparencyreport/safebrowsing/diagnostic/?#url=yahoo.com
You see:
The "Not dangerous , Safe Browsing has not recently seen malicious content on yahoo.com." appears to be dynamically generated (or how to name that, is it jquery?), because when i use:
curl URL_ADDRESS
lynx --dump URL_ADDRESS
it outputs whole page texts which contains all possible statuses.
Which Linux command to use to get real status of the webpage (example: "Not dangerous")?
Thank you
i would like bash script to extract the site status message at
https://www.google.com/transparencyreport/safebrowsing/diagnostic/?#url=yahoo.com
You see:
Current status:
Not dangerous
Safe Browsing has not recently seen malicious content on yahoo.com.
The "Not dangerous , Safe Browsing has not recently seen malicious content on yahoo.com." appears to be dynamically generated (or how to name that, is it jquery?), because when i use:
curl URL_ADDRESS
lynx --dump URL_ADDRESS
it outputs whole page texts which contains all possible statuses.
Which Linux command to use to get real status of the webpage (example: "Not dangerous")?
Thank you