animdl, d*: add Korean translation (#14114)

This commit is contained in:
HoJeong Im
2024-10-12 02:01:28 +09:00
committed by GitHub
parent 5459f6493a
commit 9baf249d01
19 changed files with 473 additions and 0 deletions

16
pages.ko/common/dalfox.md Normal file
View File

@@ -0,0 +1,16 @@
# dalfox
> 자동화에 중점을 둔 강력한 오픈소스 XSS 스캐너.
> 더 많은 정보: <https://dalfox.hahwul.com/docs/usage>.
- XSS 취약점에 대한 단일 URL을 스캔:
`dalfox url {{http://example.com}}`
- 인증을 위해 헤더를 사용해 URL을 스캔:
`dalfox url {{http://example.com}} -H {{'X-My-Header: 123'}}`
- 파일에서 URL 목록을 스캔:
`dalfox file {{경로/대상/파일}}`