linux/d*: add Korean translation (#14683)

This commit is contained in:
코드싸이
2024-11-08 15:51:52 +09:00
committed by GitHub
parent b3cbaf7b55
commit 53b2ce7e7f
73 changed files with 1566 additions and 0 deletions

20
pages.ko/linux/dnsmap.md Normal file
View File

@@ -0,0 +1,20 @@
# dnsmap
> dnsmap 명령은 도메인의 일반적인 하위 도메인(e.g. smtp.domain.org)을 스캔합니다.
> 더 많은 정보: <https://github.com/resurrecting-open-source-projects/dnsmap>.
- 내부 단어 목록을 사용하여 하위 도메인 스캔:
`dnsmap {{example.com}}`
- 확인할 하위 도메인 목록 지정:
`dnsmap {{example.com}} -w {{경로/대상/단어목록.txt}}`
- 결과를 CSV 파일에 저장:
`dnsmap {{example.com}} -c {{경로/대상/파일.csv}}`
- 잘못된 양성으로 인식되는 2개의 IP 무시(최대 5개 가능):
`dnsmap {{example.com}} -i {{123.45.67.89,98.76.54.32}}`