From: https://blog.sucuri.net/2015/08/ask-sucuri-how-did-my-wordpress-website-get-hacked-a-tutorial.html
Useful for identifying attacker IP and what was done.
# Exclude access log lines for files with these extensionsFrom: https://blog.sucuri.net/2015/08/ask-sucuri-how-did-my-wordpress-website-get-hacked-a-tutorial.html
Useful for identifying attacker IP and what was done.
# Exclude access log lines for files with these extensions:9000:80 and :443:80 and :443 to webserver1:9000.Louise Moon, "Pay attention at the back: Chinese school installs facial recognition cameras to keep an eye on pupils ", published 16 May 2018 on South China Morning Post. Available: https://www.scmp.com/news/china/society/article/2146387/pay-attention-back-chinese-school-installs-facial-recognition
The school said it could use the cameras to analyse pupils’ facial expressions to determine whether they were enjoying lessons and whether they were paying attention.
Documentation: https://cloud.google.com/storage/pricing#operations-by-class
| // where extension url is https://chrome.google.com/webstore/detail/curatour/kcegjcijbfgpmgbnkgdhjihjpbjljfeb | |
| https://clients2.google.com/service/update2/crx?response=redirect&prodversion=49.0&x=id%3D<Extension_ID>%26installsource%3Dondemand%26uc |
| #!/usr/bin/env sh | |
| # This script: | |
| # 1. Creates a new directory to store the reports we're going to generate. | |
| # 2. Generate a lighthouse report for desktop emulation. | |
| # 3. Generate a lighthouse report for mobile emulation, with basic 3G throttling settings taken from here: https://github.com/GoogleChrome/lighthouse/commit/a9b02a948b579be1a0667b69627f6d1f831d30ca | |
| run() { | |
| NOW=$(date +%Y-%m-%dT%H%M%S%z) | |
| OUTPUT_FORMAT="html" |
Notes while going throught: https://svelte.dev/tutorial/
Personal thoughts:
ts compiler?