1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-08 11:55:41 +02:00
tldr/pages.ko/common/subfinder.md
코드싸이 4b5248236b
common/s*: add and update Korean translation (#14666)
* common/s*: add and update Korean translation

* scamper: fix typo

* Update pages.ko/common/simplehttpserver.md

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

* Update pages.ko/common/steamcmd.md

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

---------

Co-authored-by: Sebastiaan Speck <shem.speck@gmail.com>
Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-09 10:41:41 +09:00

25 lines
675 B
Markdown

# subfinder
> 웹사이트의 유효한 하위 도메인을 발견.
> 버그 바운티에 유용하고 침투 테스트에 안전하도록 설계된 패시브 프레임워크.
> 더 많은 정보: <https://github.com/projectdiscovery/subfinder>.
- 특정 [d] 도메인의 하위 도메인 찾기:
`subfinder -d {{example.com}}`
- 발견된 하위 도메인만 표시:
`subfinder -silent -d {{example.com}}`
- 활성 하위 도메인만 표시:
`subfinder -nW -d {{example.com}}`
- 모든 소스를 사용하여 열거:
`subfinder -all -d {{example.com}}`
- 쉼표로 구분된 [r] 리졸버 목록 사용:
`subfinder -r {{8.8.8.8,1.1.1.1,...}} -d {{example.com}}`