--- title: yaml清單 --- 一定要在`/root/scripts/`下面 ```=yaml - service: name: {題目名稱} port: 82 checkpatch: "/root/scripts/{題目名稱}/patch.sh" checknormal: "/root/scripts/{題目名稱}/normal.sh" - service: name: MS17_010 port: 445 checkpatch: "/root/scripts/MS17_010/patch.sh" checknormal: "/root/scripts/MS17_010/normal.sh" - service: name: bluekeep port: 3389 checkpatch: "/root/scripts/bluekeep/patch.sh" checknormal: "/root/scripts/bluekeep/normal.sh" - service: name: zerologon port: 445 checkpatch: "/root/scripts/zerologon/patch.sh" checknormal: "/root/scripts/zerologon/normal.sh" - service: name: proxylogon port: 587 checkpatch: "/root/scripts/proxylogon/patch.sh" checknormal: "/root/scripts/proxylogon/normal.sh" - service: name: commandinjection port: 81 checkpatch: "/root/scripts/commandinjection/patch.sh" checknormal: "/root/scripts/commandinjection/normal.sh" - service: name: JWT port: 9999 checkpatch: "/root/scripts/JWT/patch.sh" checknormal: "/root/scripts/JWT/normal.sh" - service: name: cookie port: 81 checkpatch: "/root/scripts/cookie/patch.sh" checknormal: "/root/scripts/cookie/normal.sh" - service: name: sql_injection port: 81 checkpatch: "/root/scripts/sql_injection/patch.sh" checknormal: "/root/scripts/sql_injection/normal.sh" - service: name: file_upload port: 80 checkpatch: "/root/scripts/file_upload/patch.sh" checknormal: "/root/scripts/file_upload/normal.sh" - service: name: dirb port: 82 checkpatch: "/root/scripts/dirb/patch.sh" checknormal: "/root/scripts/dirb/normal.sh" - service: name: SSRF port: 80 checkpatch: "/root/scripts/SSRF/patch.sh" checknormal: "/root/scripts/SSRF/normal.sh" - service: name: XSS port: 5555 checkpatch: "/root/scripts/XSS/patch.sh" checknormal: "/root/scripts/XSS/normal.sh" - service: name: apache port: 80 checkpatch: "/root/scripts/apache/patch.sh" checknormal: "/root/scripts/apache/normal.sh" - service: name: linux_pwn port: 1234 checkpatch: "/root/scripts/linux_pwn/patch.sh" checknormal: "/root/scripts/linux_pwn/normal.sh" - service: name: wordpress_RCE port: 80 checkpatch: "/root/scripts/wordpress_RCE/patch.sh" checknormal: "/root/scripts/wordpress_RCE/normal.sh" - service: name: XXE port: 80 checkpatch: "/root/scripts/XXE/patch.sh" checknormal: "/root/scripts/XXE/normal.sh" - service: name: weak_password port: 80 checkpatch: "/root/scripts/weak_password/patch.sh" checknormal: "/root/scripts/weak_password/normal.sh" ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up