common/w*: add Korean translation (#14523)

This commit is contained in:
코드싸이
2024-11-02 13:59:52 +09:00
committed by GitHub
parent 8a477df704
commit 8bcc0ead21
58 changed files with 1268 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# waymore
> Wayback Machine, Common Crawl, Alien Vault OTX, URLScan, VirusTotal에서 도메인의 URL을 가져오기.
> 참고: 별도로 지정하지 않으면 출력은 waymore의 `config.yml`이 있는 `results/` 디렉토리에 저장됩니다 (기본적으로 `~/.config/waymore/`).
> 더 많은 정보: <https://github.com/xnl-h4ck3r/waymore>.
- 도메인의 URL 검색 (출력은 일반적으로 `~/.config/waymore/results/`에 저장됨):
`waymore -i {{example.com}}`
- 검색 결과를 도메인의 URL 목록으로만 제한하고 지정된 파일에 출력 저장:
`waymore -mode U -oU {{경로/대상/example.com-주소.txt}} -i {{example.com}}`
- URL의 콘텐츠 본문만 출력하고 지정된 디렉토리에 출력 저장:
`waymore -mode R -oR {{경로/대상/example.com-주소-응답}} -i {{example.com}}`
- 날짜 범위를 지정하여 결과 필터링:
`waymore -from {{YYYYMMDD|YYYYMM|YYYY}} -to {{YYYYMMDD|YYYYMM|YYYY}} -i {{example.com}}`