1) Open Chrome and browse the website
2) After the website shows up completely, press the button F12
3) Within the console box, execute the following command:
For jQuery:
console.log(jQuery().jquery);
or
jQuery().jquery
For jQuery UI:
$.ui.version
1) Open Chrome and browse the website
2) After the website shows up completely, press the button F12
3) Within the console box, execute the following command:
For jQuery:
console.log(jQuery().jquery);
or
jQuery().jquery
For jQuery UI:
$.ui.version
Tor (https://www.torproject.org/)
FreeNet (https://www.hyphanet.org/pages/download.html)
L2P (https://geti2p.net/)
Shadow Server Foundation (https://www.shadowserver.org/)
According to CrowdStrike, "Cryptojacking is the unauthorized use of a person's or organization's computing resources to mine cryptocurrency."
https://www.sans.org/information-security-policy/
https://www.nist.gov/system/files/documents/2021/01/13/Getting-Started-NIST-Privacy-Framework-Guide.pdf
https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.1271.pdf
First confirm if OpenSSL has been installed properly:
#which openssl
Then execute the command below:
#openssl s_client -starttls smtp -crlf -connect HOST:PORT -tls1_1
If the output shows TLS session ticket, the peer SMTP server supports.
Otherwise, it does not support.