Cos this question is just plain tiring to do
picoCTF{zerozerozerozero}
Cos this question is just plain tiring to do
picoCTF{zerozerozerozero}
Something that I do often, so I’m keeping them here for easy access.
Printer on Level 1 Technical Services: psts, pstsb, pstsc
Printer on B1: psc011, psc008
Same as USP printers, but choose the correct IP address.
Simple way to prevent hotlinking via referer fields in the HTTP Request.
(Does not block crafted requests)
{
"Version": "2008-10-17",
"Id": "",
"Statement": [
{
"Sid": "Allow in my domains",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::imsj-wordpress/*",
"Condition": {
"StringLike": {
"aws:Referer": "https://imsj.dev/*"
}
}
},
{
"Sid": "Deny access if referer is not my sites",
"Effect": "Deny",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::imsj-wordpress/*",
"Condition": {
"StringNotLike": {
"aws:Referer": "https://imsj.dev/*"
}
}
}
]
}
Since Cygwin doesn’t come with an uninstaller, we need to use commands to remove it.
takeown /r /d y /f C:\cygwin64
icacls C:\cygwin64 /t /grant Everyone:F
Remove-Item "C:\cygwin64" -Recurse -Force
Quick lookup on how to secure Windows