linux/p*: add Korean translation (#14712)

This commit is contained in:
코드싸이
2024-11-09 13:25:35 +09:00
committed by GitHub
parent 0898aaa215
commit 7544b309ad
88 changed files with 1942 additions and 1 deletions

36
pages.ko/linux/pyrit.md Normal file
View File

@@ -0,0 +1,36 @@
# pyrit
> 계산 능력을 활용한 WPA/WPA2 크래킹 도구.
> 더 많은 정보: <https://github.com/JPaulMora/Pyrit>.
- 시스템 크래킹 속도 표시:
`pyrit benchmark`
- 사용 가능한 코어 나열:
`pyrit list_cores`
- [e]SSID 설정:
`pyrit -e "{{ESSID}}" create_essid`
- 특정 패킷 캡처 파일 [r]읽고 분석:
`pyrit -r {{경로/대상/파일.cap|경로/대상/파일.pcap}} analyze`
- 현재 데이터베이스에 비밀번호 [i]가져오기:
`pyrit -i {{경로/대상/파일}} {{import_unique_passwords|unique_passwords|import_passwords}}`
- 데이터베이스에서 특정 파일로 비밀번호 [o]내보내기:
`pyrit -o {{경로/대상/파일}} export_passwords`
- Pired 마스터 키로 비밀번호 변환:
`pyrit batch`
- 캡처 파일 [r]읽고 비밀번호 크래킹:
`pyrit -r {{경로/대상/파일}} attack_db`