tldr: update Korean translation, common/t*: add Korean translation (#14645)

* common/t*: add Korean translation

* tldr: update Korean translation

* Update tcc.md

* Update pages.ko/common/tcc.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages.ko/common/tar.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/tarsnap.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/tarsnap.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/transfersh.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/tuir.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/twine.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/twine.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
코드싸이
2024-11-09 13:29:00 +09:00
committed by GitHub
parent a7e96601f5
commit 0a970f1797
115 changed files with 2774 additions and 7 deletions

View File

@@ -0,0 +1,24 @@
# theHarvester
> 침투 테스트의 초기 단계에서 사용하도록 설계된 도구.
> 더 많은 정보: <https://github.com/laramies/theHarvester>.
- Google을 사용하여 도메인에 대한 정보 수집:
`theHarvester --domain {{도메인_이름}} --source google`
- 여러 소스를 사용하여 도메인에 대한 정보 수집:
`theHarvester --domain {{도메인_이름}} --source {{duckduckgo,bing,crtsh}}`
- 결과 제한 변경:
`theHarvester --domain {{도메인_이름}} --source {{google}} --limit {{200}}`
- XML 및 HTML 형식으로 출력 파일 두 개로 저장:
`theHarvester --domain {{도메인_이름}} --source {{google}} --file {{출력_파일_이름}}`
- 도움말 표시:
`theHarvester --help`