linux/b*: add Korean translation (#14681)

This commit is contained in:
코드싸이
2024-11-08 15:53:25 +09:00
committed by GitHub
parent 53b2ce7e7f
commit 781a19fc2e
39 changed files with 909 additions and 0 deletions

16
pages.ko/linux/braa.md Normal file
View File

@@ -0,0 +1,16 @@
# braa
> 여러 호스트를 동시에 스캔할 수 있는 초고속 대량 SNMP 스캐너.
> 더 많은 정보: <https://github.com/mteg/braa>.
- 호스트의 SNMP 트리를 public 문자열로 탐색하여 `.1.3.6` 하위의 모든 OID 쿼리:
`braa public@{{ip}}:{{.1.3.6.*}}`
- `ip_range`의 전체 서브넷에 대해 `system.sysLocation.0` 쿼리:
`braa public@{{ip_range}}:{{.1.3.6.1.2.1.1.6.0}}`
- `system.sysLocation.0`의 값을 특정 워크그룹으로 설정 시도:
`braa private@{{ip}}:{{.1.3.6.1.2.1.1.6.0}}=s'{{workgroup}}'`