2024-03-17 16:41:54 +00:00
# 53 - DNS Pentesting
2022-04-28 16:01:33 +00:00
< details >
2024-04-01 16:00:43 +00:00
< summary > < strong > AWS 해킹을 처음부터 전문가까지 배우세요< / strong > < a href = "https://training.hacktricks.xyz/courses/arte" > < strong > htARTE (HackTricks AWS Red Team Expert)< / strong > < / a > < strong > !< / strong > < / summary >
2022-04-28 16:01:33 +00:00
2024-02-10 21:30:13 +00:00
HackTricks를 지원하는 다른 방법:
2024-01-03 10:42:55 +00:00
2024-03-29 21:25:26 +00:00
* **회사를 HackTricks에서 광고하거나 HackTricks를 PDF로 다운로드**하고 싶다면 [**구독 요금제** ](https://github.com/sponsors/carlospolop )를 확인하세요!
2024-04-01 16:00:43 +00:00
* [**공식 PEASS & HackTricks 굿즈** ](https://peass.creator-spring.com )를 구매하세요
2024-03-17 16:41:54 +00:00
* [**The PEASS Family** ](https://opensea.io/collection/the-peass-family )를 발견하세요, 당사의 독점 [**NFTs** ](https://opensea.io/collection/the-peass-family ) 컬렉션
2024-04-01 16:00:43 +00:00
* **💬 [**Discord 그룹** ](https://discord.gg/hRep4RUj7f ) 또는 [**텔레그램 그룹** ](https://t.me/peass )에 **가입**하거나 **트위터** 🐦 [**@carlospolopm** ](https://twitter.com/hacktricks\_live )를 **팔로우**하세요.
* **해킹 요령을 공유하려면 PR을** [**HackTricks** ](https://github.com/carlospolop/hacktricks ) 및 [**HackTricks Cloud** ](https://github.com/carlospolop/hacktricks-cloud ) **깃허브 저장소에 제출**하세요.
2022-04-28 16:01:33 +00:00
< / details >
2024-03-29 21:25:26 +00:00
< figure > < img src = "../.gitbook/assets/image (2) (1) (1).png" alt = "" > < figcaption > < / figcaption > < / figure >
2023-04-30 21:54:03 +00:00
2024-04-01 16:00:43 +00:00
**취약점 평가 및 침투 테스트를 위한 즉시 사용 가능한 설정**. 20개 이상의 도구 및 기능으로 전체 펜테스트를 어디서든 실행하고, recon부터 보고서 작성까지 가능합니다. 우리는 펜테스터를 대체하지 않고, 사용자들이 더 깊이 파고들고, 쉘을 열고 즐길 수 있도록 사용자 정의 도구, 탐지 및 공격 모듈을 개발합니다.
2023-04-30 21:54:03 +00:00
2024-01-11 13:18:30 +00:00
{% embed url="https://pentest-tools.com/" %}
2023-04-30 21:54:03 +00:00
2024-02-10 21:30:13 +00:00
## **기본 정보**
2020-07-15 15:43:14 +00:00
2024-04-01 16:00:43 +00:00
**도메인 이름 시스템 (DNS)**은 인터넷의 디렉토리 역할을 하며, 사용자가 google.com 또는 facebook.com과 같은 **기억하기 쉬운 도메인 이름**을 통해 웹 사이트에 액세스할 수 있도록 해줍니다. 도메인 이름을 IP 주소로 변환함으로써 DNS는 웹 브라우저가 인터넷 리소스를 빠르게 로드할 수 있도록 하여 온라인 세계를 탐색하는 방법을 간소화합니다.
2020-07-15 15:43:14 +00:00
2024-02-10 21:30:13 +00:00
**기본 포트:** 53
2021-10-18 11:21:18 +00:00
```
2020-07-15 15:43:14 +00:00
PORT STATE SERVICE REASON
53/tcp open domain Microsoft DNS 6.1.7601 (1DB15D39) (Windows Server 2008 R2 SP1)
5353/udp open zeroconf udp-response
53/udp open domain Microsoft DNS 6.1.7601 (1DB15D39) (Windows Server 2008 R2 SP1)
```
2024-03-17 16:41:54 +00:00
### 다양한 DNS 서버
2020-07-15 15:43:14 +00:00
2024-04-01 16:00:43 +00:00
* **DNS 루트 서버**: DNS 계층 구조의 맨 위에 위치하며 최상위 도메인을 관리하며 하위 서버가 응답하지 않을 때에만 개입합니다. **ICANN** (인터넷 주소 및 이름 할당 기관)이 13개의 글로벌 루트 서버를 관리합니다.
* **권한 있는 네임서버**: 이러한 서버는 자신이 지정한 영역의 쿼리에 대한 최종 결정을 내리며 명확한 답변을 제공합니다. 응답을 제공할 수 없는 경우 쿼리는 루트 서버로 전달됩니다.
2024-03-17 16:41:54 +00:00
* **비권한 있는 네임서버**: DNS 영역에 대한 소유권이 없으며 다른 서버에 쿼리를 통해 도메인 정보를 수집합니다.
2024-03-29 21:25:26 +00:00
* **캐싱 DNS 서버**: 이 유형의 서버는 이전 쿼리 응답을 일정 시간 동안 기억하여 미래 요청에 대한 응답 시간을 빠르게 합니다. 캐시 지속 기간은 권한 있는 서버에 의해 지정됩니다.
2024-03-17 16:41:54 +00:00
* **포워딩 서버**: 간단한 역할을 수행하는 포워딩 서버는 단순히 쿼리를 다른 서버로 중계합니다.
* **리졸버**: 컴퓨터나 라우터에 통합되어 있으며 리졸버는 로컬에서 이름 해결을 실행하며 권한 있는 서버로 간주되지 않습니다.
2022-10-02 19:15:35 +00:00
2024-02-10 21:30:13 +00:00
## 열거
2022-10-02 19:15:35 +00:00
2024-03-17 16:41:54 +00:00
### **배너 그랩핑**
2020-07-15 15:43:14 +00:00
2024-03-17 16:41:54 +00:00
DNS에는 배너가 없지만 대부분의 BIND 네임서버에서 작동하는 `version.bind. CHAOS TXT` 의 매직 쿼리를 가져올 수 있습니다.\
`dig` 를 사용하여 이 쿼리를 수행할 수 있습니다:
2020-07-15 15:43:14 +00:00
```bash
dig version.bind CHAOS TXT @DNS
```
2024-03-17 16:41:54 +00:00
또한, 도구 [`fpdns` ](https://github.com/kirei/fpdns )를 사용하여 서버의 fingerprint를 식별할 수 있습니다.
2020-07-15 15:43:14 +00:00
2024-02-10 21:30:13 +00:00
또한 **nmap** 스크립트를 사용하여 배너를 가져올 수도 있습니다:
2021-10-18 11:21:18 +00:00
```
2020-07-15 15:43:14 +00:00
--script dns-nsid
```
2024-02-10 21:30:13 +00:00
### **모든 레코드**
2020-07-15 15:43:14 +00:00
2024-04-01 16:00:43 +00:00
레코드 **ANY**는 DNS 서버에게 **반환**할 수 있는 모든 **항목**을 **공개할 의사가 있는지** 물어봅니다.
2022-10-02 19:15:35 +00:00
```bash
dig any victim.com @< DNS_IP >
```
2024-02-10 21:30:13 +00:00
### **존 전송**
2022-10-02 19:15:35 +00:00
2024-04-01 16:00:43 +00:00
이 절차는 `비동기 전체 전송 존` (`AXFR`)로 약칭됩니다.
2020-07-15 15:43:14 +00:00
```bash
dig axfr @< DNS_IP > #Try zone transfer without domain
dig axfr @< DNS_IP > < DOMAIN > #Try zone transfer guessing the domain
2021-06-20 12:09:34 +00:00
fierce --domain < DOMAIN > --dns-servers < DNS_IP > #Will try toperform a zone transfer against every authoritative name server and if this doesn'twork, will launch a dictionary attack
2020-07-15 15:43:14 +00:00
```
2024-03-17 16:41:54 +00:00
### 더 많은 정보
2020-07-15 15:43:14 +00:00
```bash
dig ANY @< DNS_IP > < DOMAIN > #Any information
dig A @< DNS_IP > < DOMAIN > #Regular DNS request
dig AAAA @< DNS_IP > < DOMAIN > #IPv6 DNS request
dig TXT @< DNS_IP > < DOMAIN > #Information
dig MX @< DNS_IP > < DOMAIN > #Emails related
dig NS @< DNS_IP > < DOMAIN > #DNS that resolves that name
dig -x 192.168.0.2 @< DNS_IP > #Reverse lookup
dig -x 2a00:1450:400c:c06::93 @< DNS_IP > #reverse IPv6 lookup
#Use [-p PORT] or -6 (to use ivp6 address of dns)
```
2024-02-10 21:30:13 +00:00
#### 자동화
2023-08-15 08:09:34 +00:00
```bash
for sub in $(cat < WORDLIST > );do dig $sub.< DOMAIN > @< DNS_IP > | grep -v ';\|SOA' | sed -r '/^\s*$/d' | grep $sub | tee -a subdomains.txt;done
2020-07-15 15:43:14 +00:00
2023-08-15 08:09:34 +00:00
dnsenum --dnsserver < DNS_IP > --enum -p 0 -s 0 -o subdomains.txt -f < WORDLIST > < DOMAIN >
```
2024-03-17 16:41:54 +00:00
#### nslookup 사용
2020-07-15 15:43:14 +00:00
```bash
nslookup
> SERVER <IP_DNS> #Select dns server
> 127.0.0.1 #Reverse lookup of 127.0.0.1, maybe...
> <IP_MACHINE> #Reverse lookup of a machine, maybe...
```
2024-03-17 16:41:54 +00:00
### 유용한 metasploit 모듈들
2020-07-15 15:43:14 +00:00
```bash
auxiliary/gather/enum_dns #Perform enumeration actions
```
2024-02-10 21:30:13 +00:00
### 유용한 nmap 스크립트
2020-07-15 15:43:14 +00:00
```bash
#Perform enumeration actions
nmap -n --script "(default and *dns* ) or fcrdns or dns-srv-enum or dns-random-txid or dns-random-srcport" < IP >
```
2024-02-10 21:30:13 +00:00
### DNS - 역 BF
2020-07-15 15:43:14 +00:00
```bash
dnsrecon -r 127.0.0.0/24 -n < IP_DNS > #DNS reverse of all of the addresses
dnsrecon -r 127.0.1.0/24 -n < IP_DNS > #DNS reverse of all of the addresses
dnsrecon -r < IP_DNS > /24 -n < IP_DNS > #DNS reverse of all of the addresses
dnsrecon -d active.htb -a -n < IP_DNS > #Zone transfer
```
2021-04-02 19:21:43 +00:00
{% hint style="info" %}
2024-04-01 16:00:43 +00:00
내부 IP 주소로 해석되는 하위 도메인을 찾을 수 있다면 해당 IP 범위를 요청하는 도메인의 NS에 대해 역 DNS BF를 수행해 보아야 합니다.
2021-04-02 19:21:43 +00:00
{% endhint %}
2024-04-01 16:00:43 +00:00
이를 수행하기 위한 또 다른 도구: [https://github.com/amine7536/reverse-scan ](https://github.com/amine7536/reverse-scan )
2020-07-15 15:43:14 +00:00
2024-02-10 21:30:13 +00:00
[https://bgp.he.net/net/205.166.76.0/24#\_dns ](https://bgp.he.net/net/205.166.76.0/24#\_dns )에서 역 IP 범위를 쿼리할 수 있습니다 (이 도구는 BGP에서도 유용합니다).
2020-07-15 15:43:14 +00:00
2024-02-10 21:30:13 +00:00
### DNS - 하위 도메인 BF
2020-07-15 15:43:14 +00:00
```bash
2022-10-02 19:15:35 +00:00
dnsenum --dnsserver < IP_DNS > --enum -p 0 -s 0 -o subdomains.txt -f subdomains-1000.txt < DOMAIN >
2020-07-15 15:43:14 +00:00
dnsrecon -D subdomains-1000.txt -d < DOMAIN > -n < IP_DNS >
dnscan -d < domain > -r -w subdomains-1000.txt #Bruteforce subdomains in recursive way, https://github.com/rbsec/dnscan
```
2024-02-10 21:30:13 +00:00
### Active Directory 서버
2023-11-03 01:17:04 +00:00
```bash
2020-07-15 15:43:14 +00:00
dig -t _gc._tcp.lab.domain.com
dig -t _ldap._tcp.lab.domain.com
dig -t _kerberos._tcp.lab.domain.com
dig -t _kpasswd._tcp.lab.domain.com
2023-11-03 01:17:04 +00:00
nslookup -type=srv _kerberos._tcp.< CLIENT_DOMAIN >
nslookup -type=srv _kerberos._tcp.domain.com
2020-07-15 15:43:14 +00:00
nmap --script dns-srv-enum --script-args "dns-srv-enum.domain='domain.com'"
```
2022-10-02 19:15:35 +00:00
### DNSSec
2020-07-15 15:43:14 +00:00
2024-03-17 16:41:54 +00:00
### DNSSec
2020-07-15 15:43:14 +00:00
```bash
2024-02-10 21:30:13 +00:00
#Query paypal subdomains to ns3.isc-sns.info
nmap -sSU -p53 --script dns-nsec-enum --script-args dns-nsec-enum.domains=paypal.com ns3.isc-sns.info
2020-07-15 15:43:14 +00:00
```
2022-10-02 19:15:35 +00:00
### IPv6
2020-07-15 15:43:14 +00:00
2024-04-01 16:00:43 +00:00
"AAAA" 요청을 사용하여 서브도메인의 IPv6를 수집하기 위한 무차별 대입 공격.
2020-07-15 15:43:14 +00:00
```bash
dnsdict6 -s -t < domain >
```
2024-04-01 16:00:43 +00:00
IPv6 주소를 사용하여 역 DNS 브루트포스 공격
2020-07-15 15:43:14 +00:00
```bash
dnsrevenum6 pri.authdns.ripe.net 2001:67c:2e8::/48 #Will use the dns pri.authdns.ripe.net
```
2024-02-10 21:30:13 +00:00
### DNS 재귀 DDoS
2020-07-15 15:43:14 +00:00
2024-03-29 21:25:26 +00:00
만약 **DNS 재귀가 활성화**되어 있다면, 공격자는 UDP 패킷에서 **원본을 위조**하여 **DNS가 응답을 피해자 서버로 보내도록** 할 수 있습니다. 공격자는 **ANY** 또는 **DNSSEC** 레코드 유형을 남용할 수 있습니다. 왜냐하면 이들은 더 큰 응답을 가지기 때문입니다.\
2024-04-01 16:00:43 +00:00
DNS가 **재귀**를 지원하는지 **확인**하는 방법은 도메인 이름을 쿼리하고 응답에서 ** "ra" 플래그**(_재귀 가능_)가 있는지 **확인**하는 것입니다:
2020-07-15 15:43:14 +00:00
```bash
dig google.com A @< IP >
```
2024-02-10 21:30:13 +00:00
**사용 불가능**:
2020-07-15 15:43:14 +00:00
2021-10-18 11:21:18 +00:00
![](< .. / . gitbook / assets / image ( 275 ) . png > )
2020-07-15 15:43:14 +00:00
2024-02-10 21:30:13 +00:00
**사용 가능**:
2020-07-15 15:43:14 +00:00
2021-10-18 11:21:18 +00:00
![](< .. / . gitbook / assets / image ( 276 ) . png > )
2020-07-15 15:43:14 +00:00
2024-03-29 21:25:26 +00:00
< figure > < img src = "../.gitbook/assets/image (2) (1) (1).png" alt = "" > < figcaption > < / figcaption > < / figure >
2023-04-30 21:54:03 +00:00
2024-04-01 16:00:43 +00:00
**취약점 평가 및 침투 테스트를 즉시 설정**합니다. 20개 이상의 도구 및 기능을 사용하여 어디서든 전체 펜테스트를 실행할 수 있습니다. 이러한 기능은 정찰부터 보고서 작성까지 이어집니다. 우리는 펜테스터를 대체하지 않습니다 - 대신, 깊이 파고들고 쉘을 열고 즐길 수 있는 시간을 제공하기 위해 사용자 정의 도구, 탐지 및 공격 모듈을 개발합니다.
2023-04-30 21:54:03 +00:00
2024-01-11 13:18:30 +00:00
{% embed url="https://pentest-tools.com/" %}
2023-04-30 21:54:03 +00:00
2024-03-29 21:25:26 +00:00
### 존재하지 않는 계정으로 메일 보내기
2020-07-15 15:43:14 +00:00
2024-03-29 21:25:26 +00:00
대상 도메인 내의 잘못된 주소로 전송된 이메일에 의해 트리거된 전달 실패 알림(NDN)을 통해 종종 가치 있는 내부 네트워크 세부 정보가 노출됩니다.
2020-07-15 15:43:14 +00:00
2024-03-29 21:25:26 +00:00
제공된 전달 실패 보고서에는 다음과 같은 정보가 포함됩니다:
2020-07-15 15:43:14 +00:00
2024-03-17 16:41:54 +00:00
* 생성 서버는 `server.example.com` 로 식별되었습니다.
2024-04-01 16:00:43 +00:00
* `user@example.com` 에 대한 오류 코드 `#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found` 가 포함된 실패 알림이 반환되었습니다.
* 원본 메시지 헤더에는 내부 IP 주소 및 호스트 이름이 노출되었습니다.
2024-02-06 03:10:38 +00:00
```markdown
The original message headers were modified for anonymity and now present randomized data:
Generating server: server.example.com
user@example.com
2020-07-15 15:43:14 +00:00
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Original message headers:
2024-02-06 03:10:38 +00:00
Received: from MAILSERVER01.domain.example.com (192.168.1.1) by
mailserver02.domain.example.com (192.168.2.2) with Microsoft SMTP Server (TLS)
id 14.3.174.1; Mon, 25 May 2015 14:52:22 -0700
Received: from filter.example.com (203.0.113.1) by
MAILSERVER01.domain.example.com (192.168.1.1) with Microsoft SMTP Server (TLS)
id 14.3.174.1; Mon, 25 May 2015 14:51:22 -0700
X-ASG-Debug-ID: 1432576343-0614671716190e0d0001-zOQ9WJ
Received: from gateway.domainhost.com (gateway.domainhost.com [198.51.100.37]) by
filter.example.com with ESMTP id xVNPkwaqGgdyH5Ag for user@example.com; Mon,
25 May 2015 14:52:13 -0700 (PDT)
X-Envelope-From: sender@anotherdomain.org
X-Apparent-Source-IP: 198.51.100.37
2020-07-15 15:43:14 +00:00
```
2024-03-29 21:25:26 +00:00
## 구성 파일
2021-10-18 11:21:18 +00:00
```
2020-07-15 15:43:14 +00:00
host.conf
2022-10-02 19:15:35 +00:00
/etc/resolv.conf
/etc/bind/named.conf
/etc/bind/named.conf.local
/etc/bind/named.conf.options
/etc/bind/named.conf.log
/etc/bind/*
2020-07-15 15:43:14 +00:00
```
2024-04-01 16:00:43 +00:00
Bind 서버를 구성할 때 위험한 설정:
2020-07-15 15:43:14 +00:00
2024-03-17 16:41:54 +00:00
| **옵션** | **설명** |
| ----------------- | ------------------------------------------------------------------------------ |
| `allow-query` | DNS 서버로 요청을 보낼 수 있는 호스트를 정의합니다. |
2024-04-01 16:00:43 +00:00
| `allow-recursion` | DNS 서버로 재귀적 요청을 보낼 수 있는 호스트를 정의합니다. |
| `allow-transfer` | DNS 서버로부터 존 전송을 받을 수 있는 호스트를 정의합니다. |
2024-03-17 16:41:54 +00:00
| `zone-statistics` | 존의 통계 데이터를 수집합니다. |
2022-10-02 19:15:35 +00:00
2024-02-10 21:30:13 +00:00
## 참고 자료
2024-03-17 16:41:54 +00:00
2024-02-06 03:10:38 +00:00
* [https://www.myrasecurity.com/en/knowledge-hub/dns/ ](https://www.myrasecurity.com/en/knowledge-hub/dns/ )
2024-02-10 21:30:13 +00:00
* 책: **Network Security Assessment 3rd edition**
2021-10-18 11:21:18 +00:00
```
2021-08-12 12:57:59 +00:00
Protocol_Name: DNS #Protocol Abbreviation if there is one.
Port_Number: 53 #Comma separated if there is more than one.
Protocol_Description: Domain Name Service #Protocol Abbreviation Spelled out
2021-08-15 17:42:53 +00:00
Entry_1:
2024-02-10 21:30:13 +00:00
Name: Notes
Description: Notes for DNS
Note: |
#These are the commands I run every time I see an open DNS port
dnsrecon -r 127.0.0.0/24 -n {IP} -d {Domain_Name}
dnsrecon -r 127.0.1.0/24 -n {IP} -d {Domain_Name}
dnsrecon -r {Network}{CIDR} -n {IP} -d {Domain_Name}
dig axfr @{IP}
dig axfr {Domain_Name} @{IP}
nslookup
SERVER {IP}
127.0.0.1
{IP}
Domain_Name
exit
https://book.hacktricks.xyz/pentesting/pentesting-dns
2021-08-15 17:42:53 +00:00
Entry_2:
2024-02-10 21:30:13 +00:00
Name: Banner Grab
Description: Grab DNS Banner
Command: dig version.bind CHAOS TXT @DNS
2021-08-15 17:42:53 +00:00
Entry_3:
2024-02-10 21:30:13 +00:00
Name: Nmap Vuln Scan
Description: Scan for Vulnerabilities with Nmap
Command: nmap -n --script "(default and *dns* ) or fcrdns or dns-srv-enum or dns-random-txid or dns-random-srcport" {IP}
2021-08-15 17:42:53 +00:00
Entry_4:
2024-02-10 21:30:13 +00:00
Name: Zone Transfer
Description: Three attempts at forcing a zone transfer
Command: dig axfr @{IP} & & dix axfr @{IP} {Domain_Name} & & fierce --dns-servers {IP} --domain {Domain_Name}
2021-08-15 17:42:53 +00:00
Entry_5:
2024-02-10 21:30:13 +00:00
Name: Active Directory
Description: Eunuerate a DC via DNS
Command: dig -t _gc._ {Domain_Name} && dig -t _ldap._ {Domain_Name} && dig -t _kerberos._ {Domain_Name} && dig -t _kpasswd._ {Domain_Name} && nmap --script dns-srv-enum --script-args "dns-srv-enum.domain={Domain_Name}"
2021-10-27 16:45:10 +00:00
Entry_6:
2024-02-10 21:30:13 +00:00
Name: consolesless mfs enumeration
Description: DNS enumeration without the need to run msfconsole
Note: sourced from https://github.com/carlospolop/legion
Command: msfconsole -q -x 'use auxiliary/scanner/dns/dns_amp; set RHOSTS {IP}; set RPORT 53; run; exit' & & msfconsole -q -x 'use auxiliary/gather/enum_dns; set RHOSTS {IP}; set RPORT 53; run; exit'
2021-08-12 12:57:59 +00:00
```
2024-03-29 21:25:26 +00:00
< figure > < img src = "../.gitbook/assets/image (2) (1) (1).png" alt = "" > < figcaption > < / figcaption > < / figure >
2023-04-30 21:54:03 +00:00
2024-04-01 16:00:43 +00:00
**취약점 평가 및 침투 테스트를 즉시 사용할 수 있도록 설정**. 20가지 이상의 도구 및 기능을 사용하여 어디서든 전체 펜테스트를 실행하고, 정찰부터 보고서 작성까지 가능합니다. 우리는 펜테스터를 대체하지 않습니다 - 대신, 사용자들이 더 심층적으로 파고들고, 쉘을 열고 즐길 수 있도록 맞춤형 도구, 탐지 및 공격 모듈을 개발합니다.
2023-04-30 21:54:03 +00:00
2024-01-11 13:18:30 +00:00
{% embed url="https://pentest-tools.com/" %}
2023-04-30 21:54:03 +00:00
2022-04-28 16:01:33 +00:00
< details >
2024-03-17 16:41:54 +00:00
< summary > < strong > 제로부터 영웅이 될 때까지 AWS 해킹을 배우세요< / strong > < a href = "https://training.hacktricks.xyz/courses/arte" > < strong > htARTE (HackTricks AWS Red Team Expert)< / strong > < / a > < strong > !< / strong > < / summary >
2022-04-28 16:01:33 +00:00
2024-02-10 21:30:13 +00:00
HackTricks를 지원하는 다른 방법:
2024-01-03 10:42:55 +00:00
2024-03-29 21:25:26 +00:00
* **회사가 HackTricks에 광고되길 원하거나** **PDF 형식의 HackTricks를 다운로드하고 싶다면** [**구독 요금제** ](https://github.com/sponsors/carlospolop )를 확인하세요!
2024-04-01 16:00:43 +00:00
* [**공식 PEASS & HackTricks 굿즈** ](https://peass.creator-spring.com )를 구매하세요
* [**The PEASS Family** ](https://opensea.io/collection/the-peass-family )를 발견하세요, 저희의 독점 [**NFTs** ](https://opensea.io/collection/the-peass-family ) 컬렉션
* **💬 [**디스코드 그룹** ](https://discord.gg/hRep4RUj7f )에 가입하거나 [**텔레그램 그룹** ](https://t.me/peass )에 가입하거나** **트위터** 🐦 [**@carlospolopm** ](https://twitter.com/hacktricks\_live )**를 팔로우하세요.**
* **HackTricks** 및 **HackTricks Cloud** github 저장소에 PR을 제출하여 **해킹 트릭을 공유하세요** .
2022-04-28 16:01:33 +00:00
< / details >