
영감을 주는 목록, 매뉴얼, 치트시트, 블로그, 해킹, 원라이너, CLI/웹 도구 등의 모음입니다.
"지식은 강력하니, 사용할 때 조심하세요!"
이 저장소는 제가 업무에서 매일 사용하는 다양한 자료와 도구를 모아 놓은 것입니다. 하나의 문서에 많은 유용한 정보가 담겨 있습니다. 제가 자주 참고하는 소중한 지식의 원천입니다.
사실 모든 사람을 위한 것입니다. 여기에서 각자 취향에 맞는 내용을 찾을 수 있습니다. 하지만 정확히 말하자면, 시스템 및 네트워크 관리자, DevOps, 침투 테스터, 보안 연구자를 대상으로 합니다.
이해가 안 되는 부분이나 잘못된 점을 발견하시면 풀 리퀘스트를 보내 주시고, 변경 사항이나 의견에 대한 타당하고 합리적인 설명을 추가해 주세요.
이 프로젝트의 몇 가지 간단한 규칙은 다음과 같습니다:
다음 규칙들이 더 나을 수도 있습니다:
* 표시된 URL은 일시적으로 사용할 수 없습니다. 영구적으로 만료되었음을 확인하지 않고 삭제하지 마십시오.
풀 리퀘스트를 추가하기 전에 **기여 가이드라인**을 확인해 주세요. 또한 다음 사항을 기억해야 합니다:```diff
모든 **제안/PR**을 환영합니다!
### 코드 기여자
이 프로젝트는 기여해주신 모든 분들 덕분에 존재합니다.
<a href="https://github.com/trimstray/the-book-of-secret-knowledge/graphs/contributors"><img src="https://opencollective.com/the-book-of-secret-knowledge/contributors.svg?width=890&button=false"></a>
### 재정 기여자
<p align="left">
<a href="https://opencollective.com/the-book-of-secret-knowledge" alt="Financial Contributors on Open Collective">
<img src="https://img.shields.io/opencollective/backers/the-book-of-secret-knowledge?style=for-the-badge&color=FF4500&labelColor=A9A9A9"></a>
</a>
<a href="https://opencollective.com/the-book-of-secret-knowledge" alt="Financial Contributors on Open Collective">
<img src="https://img.shields.io/opencollective/sponsors/the-book-of-secret-knowledge?style=for-the-badge&color=FF4500&labelColor=A9A9A9"></a>
</a>
</p>
## :newspaper: RSS 피드 및 업데이트
GitHub은 커밋의 [RSS/Atom](https://github.com/trimstray/the-book-of-secret-knowledge/commits.atom) 피드를 제공하며, 모든 변경 사항에 대해 계속 알림을 받고 싶다면 유용할 수 있습니다.
## :ballot_box_with_check: 할 일
- [ ] 새로운 내용 추가...
- [ ] 유용한 셸 함수 추가
- [ ] 수집 도구(예: CLI 도구)를 위한 원라이너 추가
- [ ] 목록 정렬 순서
새로운 항목도 정기적으로 추가됩니다.
## :anger: 목차
주요 장만:
- **[CLI 도구](#cli-tools-toc)**
- **[GUI 도구](#gui-tools-toc)**
- **[웹 도구](#web-tools-toc)**
- **[시스템/서비스](#systemsservices-toc)**
- **[네트워크](#networks-toc)**
- **[컨테이너/오케스트레이션](#containersorchestration-toc)**
- **[매뉴얼/Howto/튜토리얼](#manualshowtostutorials-toc)**
- **[영감을 주는 목록](#inspiring-lists-toc)**
- **[블로그/팟캐스트/동영상](#blogspodcastsvideos-toc)**
- **[해킹/침투 테스트](#hackingpenetration-testing-toc)**
- **[일일 지식 및 뉴스](#your-daily-knowledge-and-news-toc)**
- **[기타 치트 시트](#other-cheat-sheets-toc)**
- **[셸 원라이너](#shell-one-liners-toc)**
- **[셸 트릭](#shell-tricks-toc)**
- **[셸 함수](#shell-functions-toc)**
## :trident: 비밀 지식의 서 (장)
#### CLI 도구 [<sup>[목차]</sup>](#anger-table-of-contents)
##### :black_small_square: 셸
<p>
<a href="https://www.gnu.org/software/bash/"><b>GNU Bash</b></a> - sh 호환 셸로, Korn 셸과 C 셸의 유용한 기능을 통합합니다.<br>
<a href="https://www.zsh.org/"><b>Zsh</b></a> - 대화형 사용을 위해 설계된 셸이지만 강력한 스크립팅 언어이기도 합니다.<br>
<a href="https://tcl-lang.org/"><b>tclsh</b></a> - 매우 강력한 크로스 플랫폼 셸로, 다양한 용도에 적합합니다.<br>
<a href="https://github.com/Bash-it/bash-it"><b>bash-it</b></a> - 셸 스크립트와 사용자 정의 명령을 사용, 개발, 유지 관리하기 위한 프레임워크입니다.<br>
<a href="https://ohmyz.sh/"><b>Oh My ZSH!</b></a> - Zsh 구성을 관리하기 위한 최고의 프레임워크입니다.<br>
<a href="https://github.com/oh-my-fish/oh-my-fish"><b>Oh My Fish</b></a> - Fishshell 프레임워크입니다.<br>
<a href="https://github.com/starship/starship"><b>Starship</b></a> - Rust로 작성된 크로스 셸 프롬프트입니다.<br>
<a href="https://github.com/romkatv/powerlevel10k"><b>powerlevel10k</b></a> - Powerlevel9k ZSH 테마의 빠른 재구현입니다.<br>
</p>
##### :black_small_square: 셸 플러그인
<p>
<a href="https://github.com/rupa/z"><b>z</b></a> - 가장 많이 사용하는 폴더를 추적하여 전체 경로를 입력하지 않고 이동할 수 있게 해줍니다.<br>
<a href="https://github.com/junegunn/fzf"><b>fzf</b></a> - 범용 명령줄 퍼지 파인더입니다.<br>
<a href="https://github.com/zsh-users/zsh-autosuggestions"><b>zsh-autosuggestions</b></a> - Zsh를 위한 Fish 스타일 자동 제안 기능입니다.<br>
<a href="https://github.com/zsh-users/zsh-syntax-highlighting"><b>zsh-syntax-highlighting</b></a> - Zsh를 위한 Fish 셸 스타일 구문 강조 기능입니다.<br>
<a href="https://github.com/unixorn/awesome-zsh-plugins"><b>Awesome ZSH Plugins</b></a> - ZSH를 위한 프레임워크, 플러그인, 테마, 튜토리얼 목록입니다.<br>
</p>
##### :black_small_square: 관리자
<p>
<a href="https://midnight-commander.org/"><b>Midnight Commander</b></a> - GNU General Public License 하에 라이선스된 시각적 파일 관리자입니다.<br>
<a href="https://github.com/ranger/ranger"><b>ranger</b></a> - 콘솔용 VIM 스타일 파일 관리자입니다.<br>
<a href="https://github.com/jarun/nnn"><b>nnn</b></a> - 작고 매우 빠르며 기능이 풍부한 파일 관리자입니다.<br>
<a href="https://www.gnu.org/software/screen/"><b>screen</b></a> - 물리적 터미널을 다중화하는 전체 화면 창 관리자입니다.<br>
<a href="https://github.com/tmux/tmux/wiki"><b>tmux</b></a> - 터미널 멀티플렉서로, 하나의 터미널에서 여러 프로그램을 쉽게 전환할 수 있습니다.<br>
<a href="https://github.com/peikk0/tmux-cssh"><b>tmux-cssh</b></a> - 편안하고 사용하기 쉬운 tmux 세션을 설정하는 도구입니다.<br>
</p>
##### :black_small_square: 텍스트 편집기
<p>
<a href="http://ex-vi.sourceforge.net/"><b>vi</b></a> - Unix에서 가장 일반적인 텍스트 편집기 중 하나입니다.<br>
<a href="https://www.vim.org/"><b>vim</b></a> - 고도로 구성 가능한 텍스트 편집기입니다.<br>
<a href="https://www.gnu.org/software/emacs/"><b>emacs</b></a> - 확장 가능하고 사용자 정의 가능한 자유/오픈소스 텍스트 편집기이며 그 이상입니다.<br>
<a href="https://github.com/zyedidia/micro"><b>micro</b></a> - 현대적이고 직관적인 터미널 기반 텍스트 편집기입니다.<br>
<a href="https://neovim.io/"><b>neovim</b></a> - 무료 오픈소스이며 강력하고 확장 가능하며 사용 가능한 코드 편집기입니다.<br>
<a href="https://www.spacemacs.org/"><b>spacemacs</b></a> - 커뮤니티 주도의 Emacs 배포판입니다.<br>
<a href="https://spacevim.org/"><b>spacevim</b></a> - 커뮤니티 주도의 vim 배포판입니다.<br>
</p>
##### :black_small_square: 파일 및 디렉터리
<p>
<a href="https://github.com/sharkdp/fd"><b>fd</b></a> - find의 간단하고 빠르며 사용자 친화적인 대안입니다.<br>
<a href="https://dev.yorhel.nl/ncdu"><b>ncdu</b></a> - 사용하기 쉽고 빠른 디스크 사용량 분석기입니다.<br>
</p>
##### :black_small_square: 네트워크
<p>
<a href="https://www.putty.org/"><b>PuTTY</b></a> - 원래 Simon Tatham이 개발한 SSH 및 텔넷 클라이언트입니다.<br>
<a href="https://mosh.org/"><b>Mosh</b></a> - 불안정한 연결에서 SSH 세션을 유지하도록 설계된 SSH 래퍼입니다.<br>
<a href="https://eternalterminal.dev/"><b>Eternal Terminal</b></a> - SSH 세션 내에서 마우스 스크롤 및 tmux 명령을 활성화합니다.<br>
<a href="https://nmap.org/"><b>nmap</b></a> - 네트워크 검색 및 보안 감사를 위한 무료 오픈소스 유틸리티입니다.<br>
<a href="https://github.com/zmap/zmap"><b>zmap</b></a> - 인터넷 전체 네트워크 조사를 위해 설계된 빠른 단일 패킷 네트워크 스캐너입니다.<br>
<a href="https://github.com/RustScan/RustScan"><b>Rust Scan</b></a> - Nmap보다 빠르게 모든 열린 포트를 찾습니다.<br>
<a href="https://github.com/robertdavidgraham/masscan"><b>masscan</b></a> - 가장 빠른 인터넷 포트 스캐너로, SYN 패킷을 비동기식으로 전송합니다.<br>
<a href="https://github.com/gvb84/pbscan"><b>pbscan</b></a> - 더 빠르고 효율적인 상태 비저장 SYN 스캐너 및 배너 그래버입니다.<br>
<a href="http://www.hping.org/"><b>hping</b></a> - 명령줄 지향 TCP/IP 패킷 어셈블러/분석기입니다.<br>
<a href="https://github.com/traviscross/mtr"><b>mtr</b></a> - 'traceroute'와 'ping' 프로그램의 기능을 하나의 도구에 결합합니다.<br>
<a href="https://github.com/mehrdadrad/mylg"><b>mylg</b></a> - 다양한 네트워크 프로브의 기능을 하나의 진단 도구에 결합한 유틸리티입니다.<br>
<a href="http://netcat.sourceforge.net/"><b>netcat</b></a> - TCP/IP 프로토콜을 사용하여 네트워크 연결을 통해 데이터를 읽고 쓰는 유틸리티입니다.<br>
<a href="http://www.dest-unreach.org/socat/"><b>socat</b></a> - 두 객체 간에 데이터를 전송하는 유틸리티입니다.<br>
<a href="https://www.tcpdump.org/"><b>tcpdump</b></a> - 강력한 명령줄 패킷 분석기입니다.<br>
<a href="https://www.wireshark.org/docs/man-pages/tshark.html"><b>tshark</b></a> - 네트워크 트래픽을 덤프하고 분석할 수 있는 도구입니다(wireshark cli).<br>
<a href="https://termshark.io/"><b>Termshark</b></a> - tshark를 위한 간단한 터미널 사용자 인터페이스입니다.<br>
<a href="https://github.com/jpr5/ngrep"><b>ngrep</b></a> - GNU grep을 네트워크 계층에 적용한 것과 같습니다.<br>
<a href="http://netsniff-ng.org/"><b>netsniff-ng</b></a> - 일상적인 Linux 네트워크 배관을 위한 스위스 군용 칼입니다.<br>
<a href="https://github.com/mechpen/sockdump"><b>sockdump</b></a> - 유닉스 도메인 소켓 트래픽을 덤프합니다.<br>
<a href="https://github.com/google/stenographer"><b>stenographer</b></a> - 모든 패킷을 디스크에 빠르게 스풀링하는 패킷 캡처 솔루션입니다.<br>
<a href="https://github.com/sachaos/tcpterm"><b>tcpterm</b></a> - TUI에서 패킷을 시각화합니다.<br>
<a href="https://github.com/tgraf/bmon"><b>bmon</b></a> - 네트워크 관련 통계를 캡처하고 시각적으로 준비하는 모니터링 및 디버깅 도구입니다.<br>
<a href="http://iptraf.seul.org/2.6/manual.html#installation"><b>iptraf-ng</b></a> - IP 트래픽 정보를 표시하는 Linux용 콘솔 기반 네트워크 모니터링 프로그램입니다.<br>
<a href="https://github.com/vergoh/vnstat"><b>vnstat</b></a> - Linux 및 BSD용 네트워크 트래픽 모니터입니다.<br>
<a href="https://iperf.fr/"><b>iPerf3</b></a> - IP 네트워크에서 달성 가능한 최대 대역폭을 능동적으로 측정하는 도구입니다.<br>
<a href="https://github.com/Microsoft/Ethr"><b>ethr</b></a> - TCP, UDP 및 HTTP를 위한 네트워크 성능 측정 도구입니다.<br>
<a href="https://github.com/jwbensley/Etherate"><b>Etherate</b></a> - Linux CLI 기반 이더넷 및 MPLS 트래픽 테스트 도구입니다.<br>
<a href="https://github.com/mpolden/echoip"><b>echoip</b></a> - IP 주소 조회 서비스입니다.<br>
<a href="https://github.com/troglobit/nemesis"><b>Nemesis</b></a> - 패킷 조작 CLI 도구로, 여러 프로토콜의 패킷을 제작하고 주입합니다.<br>
<a href="https://github.com/packetfu/packetfu"><b>packetfu</b></a> - Ruby용 중간 수준의 패킷 조작 라이브러리입니다.<br>
<a href="https://scapy.net/"><b>Scapy</b></a> - 패킷 조작 라이브러리로, 다양한 프로토콜의 패킷을 위조, 전송, 디코드, 캡처합니다.<br>
<a href="https://github.com/SecureAuthCorp/impacket"><b>impacket</b></a> - 네트워크 프로토콜 작업을 위한 Python 클래스 모음입니다.<br>
<a href="https://github.com/arthepsy/ssh-audit"><b>ssh-audit</b></a> - SSH 서버 감사 도구입니다.<br>
<a href="https://aria2.github.io/"><b>aria2</b></a> - 가벼운 다중 프로토콜 및 다중 소스 명령줄 다운로드 유틸리티입니다.<br>
<a href="https://github.com/x-way/iptables-tracer"><b>iptables-tracer</b></a> - iptables 체인을 통한 패킷 경로를 관찰합니다.<br>
<a href="https://github.com/proabiral/inception"><b>inception</b></a> - 원하는 모든 항목을 여러 호스트에 대해 확인할 수 있는 고도로 구성 가능한 도구입니다.<br>
<a href="https://mremoteng.org/"><b>mRemoteNG</b></a> - mRemote의 포크로, 강화된 다중 탭 PuTTy입니다!<br>
</p>
##### :black_small_square: 네트워크 (DNS)
<p>
<a href="https://github.com/farrokhi/dnsdiag"><b>dnsdiag</b></a> - DNS 진단 및 성능 측정 도구입니다.<br>
<a href="https://github.com/mschwager/fierce"><b>fierce</b></a> - 비연속적인 IP 공간을 찾기 위한 DNS 정찰 도구입니다.<br>
<a href="https://github.com/subfinder/subfinder"><b>subfinder</b></a> - 웹사이트의 유효한 서브도메인을 발견하는 서브도메인 발견 도구입니다.<br>
<a href="https://github.com/aboul3la/Sublist3r"><b>sublist3r</b></a> - 침투 테스터를 위한 빠른 서브도메인 열거 도구입니다.<br>
<a href="https://github.com/OWASP/Amass"><b>amass</b></a> - 데이터 소스 스크래핑, 웹 아카이브 크롤링 등을 통해 서브도메인 이름을 획득하는 도구입니다.<br>
<a href="https://github.com/google/namebench"><b>namebench</b></a> - 검색 기록을 기반으로 개인화된 DNS 서버 추천을 제공합니다.<br>
<a href="https://github.com/blechschmidt/massdns"><b>massdns</b></a> - 대량 조회 및 정찰을 위한 고성능 DNS 스텁 리졸버입니다.<br>
<a href="https://github.com/guelfoweb/knock"><b>knock</b></a> - 단어 목록을 통해 대상 도메인의 서브도메인을 열거하는 도구입니다.<br>
<a href="https://github.com/DNS-OARC/dnsperf"><b>dnsperf</b></a> - DNS 성능 테스트 도구입니다.<br>
<a href="https://github.com/jedisct1/dnscrypt-proxy"><b>dnscrypt-proxy 2</b></a> - 암호화된 DNS 프로토콜을 지원하는 유연한 DNS 프록시입니다.<br>
<a href="https://github.com/dnsdb/dnsdbq"><b>dnsdbq</b></a> - 수동 DNS 데이터베이스 시스템에 접근하는 API 클라이언트입니다.<br>
<a href="https://github.com/looterz/grimd"><b>grimd</b></a> - 빠른 DNS 프록시로, 인터넷 광고 및 악성 코드 서버를 차단하도록 설계되었습니다.<br>
<a href="https://github.com/elceef/dnstwist"><b>dnstwist</b></a> - 타이포스쿼팅, 피싱 공격, 사기 및 브랜드 사칭을 감지합니다.<br>
</p>
##### :black_small_square: 네트워크 (HTTP)
<p>
<a href="https://curl.haxx.se/"><b>curl</b></a> - URL을 사용하여 데이터를 전송하는 명령줄 도구 및 라이브러리입니다.<br>
<a href="https://gitlab.com/davidjpeacock/kurly"><b>kurly</b></a> - Golang으로 작성된 널리 사용되는 curl 프로그램의 대안입니다.<br>
<a href="https://github.com/jakubroztocil/httpie"><b>HTTPie</b></a> - 사용자 친화적인 HTTP 클라이언트입니다.<br>
<a href="https://github.com/asciimoo/wuzz"><b>wuzz</b></a> - HTTP 검사를 위한 대화형 CLI 도구입니다.<br>
<a href="https://github.com/summerwind/h2spec"><b>h2spec</b></a> - HTTP/2 구현을 위한 적합성 테스트 도구입니다.<br>
<a href="https://github.com/gildasio/h2t"><b>h2t</b></a> - 시스템 관리자가 웹사이트를 강화하는 데 도움이 되는 간단한 도구입니다.<br>
<a href="https://github.com/trimstray/htrace.sh"><b>htrace.sh</b></a> - http/https 문제 해결 및 프로파일링을 위한 간단한 스위스 군용 칼입니다.<br>
<a href="https://github.com/reorx/httpstat"><b>httpstat</b></a> - 아름답고 명확한 방식으로 curl 통계를 시각화하는 도구입니다.<br>
<a href="https://github.com/gchaincl/httplab"><b>httplab</b></a> - 대화형 웹 서버입니다.<br>
<a href="https://lynx.browser.org/"><b>Lynx</b></a> - 월드 와이드 웹을 위한 텍스트 브라우저입니다.<br>
<a href="https://github.com/browsh-org/browsh/"><b>Browsh</b></a> - 완전히 대화형이며 실시간으로 작동하는 현대적인 텍스트 기반 브라우저입니다.<br>
<a href="https://github.com/dhamaniasad/HeadlessBrowsers"><b>HeadlessBrowsers</b></a> - 존재하는 (거의) 모든 헤드리스 웹 브라우저 목록입니다.<br>
<a href="https://httpd.apache.org/docs/2.4/programs/ab.html"><b>ab</b></a> - HTTP 웹 서버의 성능을 측정하기 위한 단일 스레드 명령줄 도구입니다.<br>
<a href="https://www.joedog.org/siege-home/"><b>siege</b></a> - http 부하 테스트 및 벤치마킹 유틸리티입니다.<br>
<a href="https://github.com/wg/wrk"><b>wrk</b></a> - 상당한 부하를 생성할 수 있는 현대적인 HTTP 벤치마킹 도구입니다.<br>
<a href="https://github.com/giltene/wrk2"><b>wrk2</b></a> - 지연 시간을 정확하게 기록하는 일정 처리량 변형 wrk입니다.<br>
<a href="https://github.com/tsenart/vegeta"><b>vegeta</b></a> - 일정 처리량, 정확한 지연 시간 기록 변형 wrk입니다.<br>
<a href="https://github.com/codesenberg/bombardier"><b>bombardier</b></a> - Go로 작성된 빠른 크로스 플랫폼 HTTP 벤치마킹 도구입니다.<br>
<a href="https://github.com/cmpxchg16/gobench"><b>gobench</b></a> - http/https 부하 테스트 및 벤치마킹 도구입니다.<br>
<a href="https://github.com/rakyll/hey"><b>hey</b></a> - HTTP 부하 생성기, ApacheBench(ab) 대체 도구로, 이전에는 rakyll/boom으로 알려졌습니다.<br>
<a href="https://github.com/tarekziade/boom"><b>boom</b></a> - 웹 앱 배포를 빠르게 스모크 테스트하는 데 사용할 수 있는 스크립트입니다.<br>
<a href="https://github.com/shekyan/slowhttptest"><b>SlowHTTPTest</b></a> - HTTP를 지연시켜 일부 애플리케이션 계층 서비스 거부 공격을 시뮬레이션하는 도구입니다.<br>
<a href="https://github.com/OJ/gobuster"><b>gobuster</b></a> - Go로 작성된 무료 오픈소스 디렉터리/파일 및 DNS 버스팅 도구입니다.<br>
<a href="https://github.com/ssllabs/ssllabs-scan"><b>ssllabs-scan</b></a> - SSL Labs API를 위한 명령줄 참조 구현 클라이언트입니다.<br>
<a href="https://github.com/mozilla/http-observatory"><b>http-observatory</b></a> - Mozilla HTTP Observatory cli 버전입니다.<br>
<a href="https://hurl.dev"><b>Hurl</b></a> - 일반 텍스트로 HTTP 요청을 실행하고 테스트하는 명령줄 도구입니다.<br>
</p>
##### :black_small_square: SSL<p>
<a href="https://www.openssl.org/"><b>openssl</b></a> - 는 TLS 및 SSL 프로토콜을 위한 견고하고 상용 수준이며 완전한 기능을 갖춘 툴킷입니다.<br>
<a href="https://gnutls.org/manual/html_node/gnutls_002dcli-Invocation.html"><b>gnutls-cli</b></a> - 는 다른 컴퓨터에 TLS 연결을 설정하는 클라이언트 프로그램입니다.<br>
<a href="https://github.com/nabla-c0d3/sslyze"><b>sslyze
</b></a> - 는 빠르고 강력한 SSL/TLS 서버 스캐닝 라이브러리입니다.<br>
<a href="https://github.com/rbsec/sslscan"><b>sslscan</b></a> - 는 SSL/TLS 지원 서비스를 테스트하여 지원되는 암호화 제품군을 발견합니다.<br>
<a href="https://github.com/drwetter/testssl.sh"><b>testssl.sh</b></a> - 는 모든 포트에서 TLS/SSL 암호화를 테스트합니다.<br>
<a href="https://github.com/mozilla/cipherscan"><b>cipherscan</b></a> - 는 대상이 지원하는 SSL 암호화 제품군을 찾는 매우 간단한 방법입니다.<br>
<a href="http://www.tarsnap.com/spiped.html"><b>spiped</b></a> - 는 소켓 주소 간에 대칭적으로 암호화되고 인증된 파이프를 생성하는 유틸리티입니다.<br>
<a href="https://github.com/certbot/certbot"><b>Certbot</b></a> - 는 EFF의 도구로, Let's Encrypt에서 인증서를 얻고 (선택적으로) 서버에서 HTTPS를 자동으로 활성화합니다.<br>
<a href="https://github.com/FiloSottile/mkcert"><b>mkcert</b></a> - 는 원하는 이름으로 로컬에서 신뢰할 수 있는 개발 인증서를 만드는 간단한 제로 구성 도구입니다.<br>
<a href="https://github.com/square/certstrap"><b>certstrap</b></a> - 는 CA, 인증서 요청 및 서명된 인증서를 부트스트랩하는 도구입니다.<br>
<a href="https://github.com/yassineaboukir/sublert"><b>Sublert</b></a> - 는 새로운 하위 도메인을 자동으로 모니터링하는 보안 및 정찰 도구입니다.<br>
<a href="https://github.com/trimstray/mkchain"><b>mkchain</b></a> - 는 유효한 SSL 인증서 체인을 구축하는 데 도움이 되는 오픈 소스 도구입니다.<br>
<a href="https://github.com/Matty9191/ssl-cert-check"><b>ssl-cert-check</b></a> - SSL 인증서 만료 확인기입니다.<br>
</p>
##### :black_small_square: 보안
<p>
<a href="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/ch-selinux"><b>SELinux</b></a> - 는 Linux 커널에 내장된 유연한 강제 접근 제어(MAC) 시스템을 제공합니다.<br>
<a href="https://wiki.ubuntu.com/AppArmor"><b>AppArmor</b></a> - 는 운영 체제와 애플리케이션을 외부 또는 내부 위협으로부터 능동적으로 보호합니다.<br>
<a href="https://github.com/grapheneX/grapheneX"><b>grapheneX</b></a> - 자동화된 시스템 강화 프레임워크.<br>
<a href="https://github.com/dev-sec/"><b>DevSec Hardening Framework</b></a> - 보안 + DevOps: 자동 서버 강화.<br>
</p>
##### :black_small_square: 감사 도구
<p>
<a href="https://www.ossec.net/"><b>ossec</b></a> - 는 파일 무결성 모니터링을 통해 시스템 활동의 모든 측면을 적극적으로 모니터링합니다.<br>
<a href="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/security_guide/chap-system_auditing"><b>auditd</b></a> - 는 시스템에서 보안 관련 정보를 추적하는 방법을 제공합니다.<br>
<a href="https://www.nongnu.org/tiger/"><b>Tiger</b></a> - 는 보안 감사 및 침입 탐지 시스템으로 모두 사용할 수 있는 보안 도구입니다.<br>
<a href="https://cisofy.com/lynis/"><b>Lynis</b></a> - 는 Linux, macOS 또는 Unix 기반 운영 체제를 실행하는 시스템을 위한 검증된 보안 도구입니다.<br>
<a href="https://github.com/rebootuser/LinEnum"><b>LinEnum</b></a> - 스크립트 기반 로컬 Linux 열거 및 권한 상승 검사.<br>
<a href="https://github.com/installation/rkhunter"><b>Rkhunter</b></a> - 는 Linux 시스템의 백도어, 루트킷 및 로컬 악용을 검사하는 스캐너 도구입니다.<br>
<a href="https://github.com/hasherezade/pe-sieve"><b>PE-sieve</b></a> - 는 시스템에서 실행 중인 악성 코드를 탐지하는 데 도움이 되는 경량 도구입니다.<br>
<a href="https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite"><b>PEASS</b></a> - 는 Windows, Linux/Unix 및 MacOS를 위한 권한 상승 도구입니다.<br>
</p>
##### :black_small_square: 시스템 진단/디버거
<p>
<a href="https://github.com/strace/strace"><b>strace</b></a> - 는 Linux용 진단, 디버깅 및 교육용 사용자 공간 유틸리티입니다.<br>
<a href="http://dtrace.org/blogs/about/"><b>DTrace</b></a> - 는 성능 분석 및 문제 해결 도구입니다.<br>
<a href="https://en.wikipedia.org/wiki/Ltrace"><b>ltrace</b></a> - 는 라이브러리 호출 추적기로, 프로그램이 라이브러리 함수에 대해 호출하는 것을 추적하는 데 사용됩니다.<br>
<a href="https://github.com/brainsmoke/ptrace-burrito"><b>ptrace-burrito</b></a> - 는 ptrace 주변의 친숙한 래퍼입니다.<br>
<a href="https://github.com/brendangregg/perf-tools"><b>perf-tools</b></a> - 는 Linux perf_events(일명 perf) 및 ftrace를 기반으로 한 성능 분석 도구입니다.<br>
<a href="https://github.com/iovisor/bpftrace"><b>bpftrace</b></a> - 는 Linux eBPF를 위한 고급 추적 언어입니다.<br>
<a href="https://github.com/draios/sysdig"><b>sysdig</b></a> - 는 컨테이너에 대한 일류 지원을 제공하는 시스템 탐색 및 문제 해결 도구입니다.<br>
<a href="http://www.valgrind.org/"><b>Valgrind</b></a> - 는 동적 분석 도구를 구축하기 위한 계측 프레임워크입니다.<br>
<a href="https://github.com/gperftools/gperftools"><b>gperftools</b></a> - 는 고성능 멀티스레드 malloc() 구현과 일부 성능 분석 도구입니다.<br>
<a href="https://nicolargo.github.io/glances/"><b>glances</b></a> - 는 Python으로 작성된 크로스 플랫폼 시스템 모니터링 도구입니다.<br>
<a href="https://github.com/hishamhm/htop"><b>htop</b></a> - 는 Unix 시스템용 대화형 텍스트 모드 프로세스 뷰어입니다. 더 나은 'top'을 목표로 합니다.<br>
<a href="https://github.com/aristocratos/bashtop"><b>bashtop</b></a> - 는 순수 Bash로 작성된 Linux 리소스 모니터입니다.<br>
<a href="http://nmon.sourceforge.net/pmwiki.php"><b>nmon</b></a> - 는 성능 모니터링 및 데이터 분석을 위한 단일 실행 파일입니다.<br>
<a href="https://www.atoptool.nl/"><b>atop</b></a> - 는 ASCII 성능 모니터입니다. CPU, 메모리, 디스크, 스왑, 네트워크 및 프로세스에 대한 통계를 포함합니다.<br>
<a href="https://en.wikipedia.org/wiki/Lsof"><b>lsof</b></a> - 는 프로세스에 의해 열린 파일에 대한 정보를 출력에 표시합니다.<br>
<a href="http://www.brendangregg.com/flamegraphs.html"><b>FlameGraph</b></a> - 스택 트레이스 시각화 도구.<br>
<a href="https://github.com/zevv/lsofgraph"><b>lsofgraph</b></a> - 는 Unix lsof 출력을 FIFO 및 UNIX 프로세스 간 통신을 보여주는 그래프로 변환합니다.<br>
<a href="https://github.com/mozilla/rr"><b>rr</b></a> - 는 애플리케이션 실행을 기록, 재생 및 디버깅하기 위한 경량 도구입니다.<br>
<a href="https://pcp.io/index.html"><b>Performance Co-Pilot</b></a> - 는 시스템 성능 분석 툴킷입니다.<br>
<a href="https://github.com/sharkdp/hexyl"><b>hexyl</b></a> - 는 명령줄 16진수 뷰어입니다.<br>
<a href="https://github.com/p403n1x87/austin"><b>Austin</b></a> - 는 CPython용 Python 프레임 스택 샘플러입니다.<br>
</p>
##### :black_small_square: 로그 분석기
<p>
<a href="https://github.com/rcoh/angle-grinder"><b>angle-grinder</b></a> - 는 명령줄에서 로그 파일을 슬라이스하고 다이스합니다.<br>
<a href="https://lnav.org"><b>lnav</b></a> - 는 검색 및 자동 새로 고침 기능이 있는 로그 파일 탐색기입니다.<br>
<a href="https://goaccess.io/"><b>GoAccess</b></a> - 는 터미널에서 실행되는 실시간 웹 로그 분석기 및 대화형 뷰어입니다.<br>
<a href="https://github.com/lebinh/ngxtop"><b>ngxtop</b></a> - 는 nginx 서버에 대한 실시간 메트릭입니다.<br>
</p>
##### :black_small_square: 데이터베이스
<p>
<a href="https://github.com/xo/usql"><b>usql</b></a> - 는 SQL 데이터베이스를 위한 범용 명령줄 인터페이스입니다.<br>
<a href="https://github.com/dbcli/pgcli"><b>pgcli</b></a> - 는 자동 완성 및 구문 강조 기능이 있는 Postgres CLI입니다.<br>
<a href="https://github.com/dbcli/mycli"><b>mycli</b></a> - 는 자동 완성 및 구문 강조 기능이 있는 MySQL용 터미널 클라이언트입니다.<br>
<a href="https://github.com/dbcli/litecli"><b>litecli</b></a> - 는 자동 완성 및 구문 강조 기능이 있는 SQLite CLI입니다.<br>
<a href="https://github.com/dbcli/mssql-cli"><b>mssql-cli</b></a> - 는 자동 완성 및 구문 강조 기능이 있는 SQL Server CLI입니다.<br>
<a href="https://github.com/osquery/osquery"><b>OSQuery</b></a> - 는 SQL 기반 운영 체제 계측, 모니터링 및 분석 프레임워크입니다.<br>
<a href="https://github.com/ankane/pgsync"><b>pgsync</b></a> - 는 하나의 Postgres 데이터베이스에서 다른 데이터베이스로 데이터를 동기화합니다.<br>
<a href="https://github.com/laixintao/iredis"><b>iredis</b></a> - 는 자동 완성 및 구문 강조 기능이 있는 Redis용 터미널 클라이언트입니다.<br>
<a href="https://www.schemacrawler.com/diagramming.html"><b>SchemaCrawler</b></a> - 는 데이터베이스의 E-R 다이어그램을 생성합니다.<br>
</p>
##### :black_small_square: TOR
<p>
<a href="https://github.com/GouveaHeitor/nipe"><b>Nipe</b></a> - 는 Tor 네트워크를 기본 게이트웨이로 만드는 스크립트입니다.<br>
<a href="https://github.com/trimstray/multitor"><b>multitor</b></a> - 는 로드 밸런싱을 통해 여러 TOR 인스턴스를 생성할 수 있는 도구입니다.<br>
</p>
##### :black_small_square: 메신저/IRC 클라이언트
<p>
<a href="https://irssi.org"><b>Irssi</b></a> - 는 무료 오픈 소스 터미널 기반 IRC 클라이언트입니다.<br>
<a href="https://weechat.org/"><b>WeeChat</b></a> - 는 매우 확장 가능하고 가벼운 IRC 클라이언트입니다.<br>
</p>
##### :black_small_square: 생산성
<p>
<a href="https://taskwarrior.org"><b>taskwarrior</b></a> - 작업 관리 시스템, 할 일 목록<br>
</p>
##### :black_small_square: 기타
<p>
<a href="https://github.com/skx/sysadmin-util"><b>sysadmin-util</b></a> - 는 Linux/Unix 시스템 관리자를 위한 도구입니다.<br>
<a href="http://inotify.aiken.cz/"><b>incron</b></a> - 는 inode 기반 파일 시스템 알림 기술입니다.<br>
<a href="https://github.com/axkibe/lsyncd"><b>lsyncd</b></a> - 는 로컬 디렉터리를 원격 대상과 동기화합니다(실시간 동기화 데몬).<br>
<a href="https://github.com/rgburke/grv"><b>GRV</b></a> - 는 Git 저장소를 보기 위한 터미널 기반 인터페이스입니다.<br>
<a href="https://jonas.github.io/tig/"><b>Tig</b></a> - 는 Git용 텍스트 모드 인터페이스입니다.<br>
<a href="https://github.com/tldr-pages/tldr"><b>tldr</b></a> - 는 단순화되고 커뮤니티 주도의 매뉴얼 페이지입니다.<br>
<a href="https://github.com/mholt/archiver"><b>archiver</b></a> - 는 .zip, .tar, .tar.gz, .tar.bz2, .tar.xz, .tar.lz4, .tar.sz 및 .rar을 쉽게 생성하고 추출합니다.<br>
<a href="https://github.com/tj/commander.js"><b>commander.js</b></a> - 는 JavaScript로 작성된 최소 CLI 생성기입니다.<br>
<a href="https://github.com/tomnomnom/gron"><b>gron</b></a> - JSON을 grep 가능하게 만듭니다!<br>
<a href="https://github.com/itchyny/bed"><b>bed</b></a> - 는 Go로 작성된 바이너리 편집기입니다.<br>
</p>
#### GUI 도구 [<sup>[TOC]</sup>](#anger-table-of-contents)
##### :black_small_square: 터미널 에뮬레이터
<p>
<a href="https://github.com/Guake/guake"><b>Guake</b></a> - 는 GNOME 데스크탑 환경을 위해 만들어진 드롭다운 터미널입니다.<br>
<a href="https://gnometerminator.blogspot.com/p/introduction.html"><b>Terminator</b></a> - 는 GNOME 터미널을 기반으로 하며 시스템 관리자 및 기타 사용자에게 유용한 기능을 제공합니다.<br>
<a href="https://sw.kovidgoyal.net/kitty/"><b>Kitty</b></a> - 는 부드러운 스크롤 및 이미지를 지원하는 GPU 기반 터미널 에뮬레이터입니다.<br>
<a href="https://github.com/alacritty/alacritty"><b>Alacritty</b></a> - 는 빠르고 크로스 플랫폼이며 OpenGL 터미널 에뮬레이터입니다.<br>
</p>
##### :black_small_square: 네트워크
<p>
<a href="https://www.wireshark.org/"><b>Wireshark</b></a> - 는 세계에서 가장 선도적이고 널리 사용되는 네트워크 프로토콜 분석기입니다.<br>
<a href="https://www.ettercap-project.org/"><b>Ettercap</b></a> - 는 포괄적인 네트워크 모니터 도구입니다.<br>
<a href="https://etherape.sourceforge.io/"><b>EtherApe</b></a> - 는 그래픽 네트워크 모니터링 솔루션입니다.<br>
<a href="https://packetsender.com/"><b>Packet Sender</b></a> - 는 패킷 생성을 위한 네트워킹 유틸리티로, 내장 UDP/TCP/SSL 클라이언트 및 서버를 포함합니다.<br>
<a href="https://ostinato.org/"><b>Ostinato</b></a> - 는 패킷 제작 및 트래픽 생성기입니다.<br>
<a href="https://jmeter.apache.org/"><b>JMeter™</b></a> - 는 기능적 동작을 부하 테스트하고 성능을 측정하는 오픈 소스 소프트웨어입니다.<br>
<a href="https://github.com/locustio/locust"><b>locust</b></a> - 는 Python으로 작성된 확장 가능한 사용자 부하 테스트 도구입니다.<br>
</p>
##### :black_small_square: 브라우저
<p>
<a href="https://www.torproject.org/"><b>TOR Browser</b></a> - 는 개인 정보를 보호하고 네트워크 감시 및 트래픽 분석으로부터 자신을 방어합니다.<br>
</p>
##### :black_small_square: 비밀번호 관리자
<p>
<a href="https://keepassxc.org/"><b>KeePassXC</b></a> - 는 비밀번호를 안전하게 저장하고 일상적인 웹사이트 및 앱에 자동 입력합니다.<br>
<a href="https://bitwarden.com/"><b>Bitwarden</b></a> - 는 내장 동기화 기능이 있는 오픈 소스 비밀번호 관리자입니다.<br>
<a href="https://github.com/dani-garcia/vaultwarden/"><b>Vaultwarden</b></a> - 는 Rust로 작성된 비공식 Bitwarden 호환 서버입니다.<br>
</p>
##### :black_small_square: 메신저/IRC 클라이언트
<p>
<a href="https://hexchat.github.io/index.html"><b>HexChat</b></a> - 는 XChat 기반의 IRC 클라이언트입니다.<br>
<a href="https://pidgin.im/"><b>Pidgin</b></a> - 는 수백만 명이 사용하는 사용하기 쉽고 무료인 채팅 클라이언트입니다.<br>
</p>
##### :black_small_square: 메신저 (종단간 암호화)
<p>
<a href="https://www.signal.org/"><b>Signal</b></a> - 는 암호화된 커뮤니케이션 앱입니다.<br>
<a href="https://wire.com/en/"><b>Wire</b></a> - 는 안전한 메시징, 파일 공유, 음성 통화 및 화상 회의를 제공합니다.<br>
<a href="https://github.com/prof7bit/TorChat"><b>TorChat</b></a> - 는 Tor 히든 서비스를 기반으로 한 분산형 익명 인스턴트 메신저입니다.<br>
<a href="https://matrix.org/"><b>Matrix</b></a> - 는 안전하고 분산된 실시간 통신을 위한 개방형 네트워크입니다.<br>
</p>
##### :black_small_square: 텍스트 편집기
<p>
<a href="https://www.sublimetext.com/3"><b>Sublime Text</b></a> - 는 속도와 사용 편의성으로 유명한 가벼운 크로스 플랫폼 코드 편집기입니다.<br>
<a href="https://code.visualstudio.com/"><b>Visual Studio Code</b></a> - 는 Microsoft에서 개발한 오픈 소스 무료 소스 코드 편집기입니다.<br>
<a href="https://atom.io/"><b>Atom</b></a> - 는 21세기를 위한 해킹 가능한 텍스트 편집기입니다.<br>
</p>
#### 웹 도구 [<sup>[TOC]</sup>](#anger-table-of-contents)
##### :black_small_square: 브라우저
<p>
<a href="https://www.ssllabs.com/ssltest/viewMyClient.html"><b>SSL/TLS Capabilities of Your Browser</b></a> - 는 브라우저의 SSL 구현을 테스트합니다.<br>
<a href="https://caniuse.com/"><b>Can I use</b></a> - 는 프론트엔드 웹 기술 지원에 대한 최신 브라우저 지원 표를 제공합니다.<br>
<a href="https://panopticlick.eff.org/"><b>Panopticlick 3.0</b></a> - 는 브라우저가 추적에 안전한가요?<br>
<a href="https://privacy.net/analyzer/"><b>Privacy Analyzer</b></a> - 는 브라우저에서 노출되는 데이터를 확인합니다.<br>
<a href="https://browserleaks.com/"><b>Web Browser Security</b></a> - 는 웹 브라우저 지문 식별에 관한 모든 것입니다.<br>
<a href="https://www.howsmyssl.com/"><b>How's My SSL?</b></a> - 는 웹 서버 개발자가 실제 TLS 클라이언트가 무엇을 할 수 있는지 알 수 있도록 돕습니다.<br>
<a href="https://suche.org/sslClientInfo"><b>sslClientInfo</b></a> - 클라이언트 테스트(TLSv1.3 정보 포함).<br>
</p>
##### :black_small_square: SSL/보안<p>
<a href="https://www.ssllabs.com/ssltest/"><b>SSLLabs Server Test</b></a> - 모든 SSL 웹 서버의 구성을 심층 분석합니다.<br>
<a href="https://dev.ssllabs.com/ssltest/"><b>SSLLabs Server Test (DEV)</b></a> - 모든 SSL 웹 서버의 구성을 심층 분석합니다.<br>
<a href="https://www.immuniweb.com/ssl/"><b>ImmuniWeb® SSLScan</b></a> - SSL/TLS를 테스트합니다(PCI DSS, HIPAA 및 NIST).<br>
<a href="https://www.jitbit.com/sslcheck/"><b>SSL Check</b></a> - 웹사이트에서 안전하지 않은 콘텐츠를 스캔합니다.<br>
<a href="http://www.ssltools.com"><b>SSL Scanner</b></a> - 웹사이트 보안을 분석합니다.<br>
<a href="https://cryptcheck.fr/"><b>CryptCheck</b></a> - TLS 서버 구성을 테스트합니다(예: 암호화).<br>
<a href="https://urlscan.io/"><b>urlscan.io</b></a> - 웹사이트를 스캔하고 분석하는 서비스입니다.<br>
<a href="https://report-uri.com/home/tools"><b>Report URI</b></a> - CSP 및 HPKP와 같은 보안 정책을 모니터링합니다.<br>
<a href="https://csp-evaluator.withgoogle.com/"><b>CSP Evaluator</b></a> - 개발자와 보안 전문가가 콘텐츠 보안 정책을 확인할 수 있도록 합니다.<br>
<a href="https://uselesscsp.com/"><b>Useless CSP</b></a> - 일부 대기업의 CSP에 대한 공개 목록입니다(약간 더 신경 쓰게 할 수도 있습니다).<br>
<a href="https://whynohttps.com/"><b>Why No HTTPS?</b></a> - Alexa 순위 기준 상위 100개 웹사이트 중 안전하지 않은 요청을 자동으로 리디렉션하지 않는 사이트 목록입니다.<br>
<a href="https://ciphersuite.info/"><b>TLS Cipher Suite Search</b></a> - 암호화 제품군 검색 엔진입니다.<br>
<a href="https://github.com/RaymiiOrg/cipherli.st"><b>cipherli.st</b></a> - Apache, Nginx, Lighttpd 등을 위한 강력한 암호화 제품군입니다.<b>*</b><br>
<a href="https://2ton.com.au/dhtool/"><b>dhtool</b></a> - 공개 Diffie-Hellman 파라미터 서비스/도구입니다.<br>
<a href="https://badssl.com/"><b>badssl.com</b></a> - 잘못된 SSL 구성에 대해 클라이언트를 테스트하기 위한 기억에 남는 사이트입니다.<br>
<a href="https://tlsfun.de/"><b>tlsfun.de</b></a> - TLS/SSL 프로토콜에 관한 다양한 테스트를 위해 등록되었습니다.<br>
<a href="https://sslmate.com/caa/"><b>CAA Record Helper</b></a> - CAA 정책을 생성합니다.<br>
<a href="https://ccadb.org/resources"><b>Common CA Database</b></a> - CA 및 해당 루트 및 중간 인증서에 대한 정보 저장소입니다.<br>
<a href="https://certstream.calidog.io/"><b>CERTSTREAM</b></a> - 실시간 인증서 투명성 로그 업데이트 스트림입니다.<br>
<a href="https://crt.sh/"><b>crt.sh</b></a> - 공개적으로 알려진 모든 CT를 지속적으로 모니터링하여 인증서를 발견합니다.<br>
<a href="https://www.hardenize.com/"><b>Hardenize</b></a> - 보안 표준을 배포합니다.<br>
<a href="https://cryptcheck.fr/suite/"><b>Cipher suite compatibility</b></a> - TLS 암호화 제품군 호환성을 테스트합니다.<br>
<a href="https://www.urlvoid.com/"><b>urlvoid</b></a> - 이 서비스는 잠재적으로 악의적인 웹사이트를 탐지하는 데 도움을 줍니다.<br>
<a href="https://securitytxt.org/"><b>security.txt</b></a> - 웹사이트가 보안 정책을 정의할 수 있도록 하는 제안된 표준(생성기)입니다.<br>
<a href="https://github.com/mozilla/ssl-config-generator"><b>ssl-config-generator</b></a> - Mozilla 서버 측 TLS 구성 지침을 따르는 데 도움을 줍니다.<br>
<a href="https://github.com/mjol/TLScan"><b>TLScan</b></a> - 순수 Python, SSL/TLS 프로토콜 및 암호화 스캐너/열거자입니다.<br>
</p>
##### :black_small_square: HTTP 헤더 및 웹 린터
<p>
<a href="https://securityheaders.com/"><b>Security Headers</b></a> - HTTP 응답 헤더를 분석합니다(결과에 대한 등급 시스템 포함).<br>
<a href="https://observatory.mozilla.org/"><b>Observatory by Mozilla</b></a> - 웹사이트를 분석하는 도구 모음입니다.<br>
<a href="https://webhint.io/"><b>webhint</b></a> - 사이트의 접근성, 속도, 보안 등을 개선하는 데 도움이 되는 린팅 도구입니다.<br>
</p>
##### :black_small_square: DNS
<p>
<a href="http://viewdns.info/"><b>ViewDNS</b></a> - 무료 DNS 관련 도구 및 정보를 위한 하나의 소스입니다.<br>
<a href="https://dnslookup.org/"><b>DNSLookup</b></a> - 고급 DNS 조회 도구입니다.<br>
<a href="https://dnslytics.com/"><b>DNSlytics</b></a> - 온라인 DNS 조사 도구입니다.<br>
<a href="https://dnsspy.io/"><b>DNS Spy</b></a> - DNS 구성을 모니터링, 검증 및 확인합니다.<br>
<a href="https://zonemaster.iis.se/en/"><b>Zonemaster</b></a> - DNS 작동 방식을 제어하는 데 도움을 줍니다.<br>
<a href="http://leafdns.com/"><b>Leaf DNS</b></a> - 포괄적인 DNS 테스터입니다.<br>
<a href="https://findsubdomains.com/"><b>Find subdomains online</b></a> - 보안 평가 침투 테스트를 위한 하위 도메인을 찾습니다.<br>
<a href="https://dnsdumpster.com/"><b>DNSdumpster</b></a> - DNS 정찰 및 연구, DNS 레코드 찾기 및 조회.<br>
<a href="https://dnstable.com/"><b>DNS Table online</b></a> - 도메인, IP, CIDR, ISP로 DNS 레코드를 검색합니다.<br>
<a href="https://intodns.com/"><b>intoDNS</b></a> - DNS 및 메일 서버 상태 확인 도구입니다.<br>
<a href="http://www.zonecut.net/dns/"><b>DNS Bajaj</b></a> - 도메인의 위임을 확인합니다.<br>
<a href="https://www.buddyns.com/delegation-lab/"><b>BuddyDNS Delegation LAB</b></a> - 도메인의 위임을 확인, 추적 및 시각화합니다.<br>
<a href="https://dnssec-debugger.verisignlabs.com/"><b>dnssec-debugger</b></a> - DS 또는 DNSKEY 레코드 검증기.<br>
<a href="http://ptrarchive.com/"><b>PTRarchive.com</b></a> - 이 사이트는 역사적인 역방향 DNS 레코드를 안전하게 보관하는 역할을 합니다.<br>
<a href="http://xip.io/"><b>xip.io</b></a> - 모두를 위한 와일드카드 DNS.<br>
<a href="https://nip.io/"><b>nip.io</b></a> - 모든 IP 주소에 대한 매우 간단한 와일드카드 DNS.<br>
<a href="https://ceipam.eu/en/dnslookup.php"><b>dnslookup (ceipam)</b></a> - 최고의 DNS 전파 확인 도구 중 하나(그 외에도).<br>
<a href="https://whatsmydns.com"><b>What's My DNS</b></a> - DNS 전파 확인 도구.<br>
<a href="https://blog.erbbysam.com/index.php/2019/02/09/dnsgrep/"><b>DNSGrep</b></a> - 대규모 DNS 데이터 세트를 빠르게 검색합니다.<br>
</p>
##### :black_small_square: 메일
<p>
<a href="https://luxsci.com/smtp-tls-checker"><b>smtp-tls-checker</b></a> - 이메일 도메인의 SMTP TLS 지원 여부를 확인합니다.<br>
<a href="https://mxtoolbox.com/SuperTool.aspx"><b>MX Toolbox</b></a> - MX 레코드, DNS, 블랙리스트 및 SMTP 진단을 하나의 통합 도구에서 제공합니다.<br>
<a href="https://www.checktls.com/index.html"><b>Secure Email</b></a> - 이메일 기술자를 위한 완벽한 이메일 테스트 도구.<br>
<a href="http://www.blacklistalert.org/"><b>blacklistalert</b></a> - 도메인이 실시간 스팸 블랙리스트에 있는지 확인합니다.<br>
<a href="http://multirbl.valli.org/"><b>MultiRBL</b></a> - 메일 서버 전송을 위한 완전한 IP 확인.<br>
<a href="https://dkimvalidator.com/"><b>DKIM SPF & Spam Assassin Validator</b></a> - 메일 인증을 확인하고 Spam Assassin으로 메시지 점수를 매깁니다.<br>
</p>
##### :black_small_square: 인코더/디코더 및 정규식 테스트
<p>
<a href="https://www.url-encode-decode.com/"><b>URL Encode/Decode</b></a> - 텍스트 문자열을 인코딩하거나 디코딩하는 도구.<br>
<a href="https://uncoder.io/"><b>Uncoder</b></a> - 로그 데이터에서 검색 쿼리를 위한 온라인 변환기.<br>
<a href="https://regex101.com/"><b>Regex101</b></a> - 온라인 정규식 테스터 및 디버거: PHP, PCRE, Python, Golang 및 JavaScript.<br>
<a href="https://regexr.com/"><b>RegExr</b></a> - 정규식을 배우고, 만들고, 테스트하는 온라인 도구.<br>
<a href="https://www.regextester.com/"><b>RegEx Testing</b></a> - 온라인 정규식 테스트 도구.<br>
<a href="https://www.regexpal.com/"><b>RegEx Pal</b></a> - 온라인 정규식 테스트 도구 + 기타 도구.<br>
<a href="https://gchq.github.io/CyberChef/"><b>The Cyber Swiss Army Knife</b></a> - 암호화, 인코딩, 압축 및 데이터 분석을 위한 웹 앱.<br>
</p>
##### :black_small_square: 네트워크 도구
<p>
<a href="https://toolbar.netcraft.com/site_report"><b>Netcraft</b></a> - 사이트에 대한 상세 보고서를 제공하여 사이트의 무결성에 대해 정보에 입각한 선택을 할 수 있도록 도와줍니다.<b>*</b><br>
<a href="https://atlas.ripe.net/"><b>RIPE NCC Atlas</b></a> - 글로벌, 개방형, 분산 인터넷 측정 플랫폼.<br>
<a href="https://www.robtex.com/"><b>Robtex</b></a> - IP 번호, 도메인 이름, 호스트 이름 등에 대한 공개 정보를 수집하기 위해 다양한 소스를 사용합니다.<br>
<a href="https://securitytrails.com/"><b>Security Trails</b></a> - 보안 회사, 연구원 및 팀을 위한 API.<br>
<a href="https://tools.keycdn.com/curl"><b>Online Curl</b></a> - curl 테스트, HTTP 응답 헤더 분석.<br>
<a href="https://extendsclass.com/"><b>Online Tools for Developers</b></a> - HTTP API 도구, 테스터, 인코더, 변환기, 포맷터 및 기타 도구.<br>
<a href="https://ping.eu/"><b>Ping.eu</b></a> - 온라인 Ping, Traceroute, DNS 조회, WHOIS 등.<br>
<a href="https://network-tools.com/"><b>Network-Tools</b></a> - 웹마스터, IT 기술자 및 괴짜를 위한 네트워크 도구.<br>
<a href="https://bgpview.io/"><b>BGPview</b></a> - 모든 ASN, IP, 접두사 또는 리소스 이름을 검색합니다.<br>
<a href="https://isbgpsafeyet.com/"><b>Is BGP safe yet?</b></a> - ISP 및 기타 주요 인터넷 업체의 BGP(RPKI) 보안을 확인합니다.<br>
<a href="https://riseup.net/"><b>Riseup</b></a> - 해방적 사회 변화를 위해 일하는 사람들과 단체를 위한 온라인 커뮤니케이션 도구를 제공합니다.<br>
<a href="https://www.virustotal.com/gui/home/upload"><b>VirusTotal</b></a> - 의심스러운 파일과 URL을 분석하여 악성 코드 유형을 탐지합니다.<br>
</p>
##### :black_small_square: 프라이버시
<p>
<a href="https://www.privacyguides.org/"><b>privacyguides.org</b></a> - 전 세계적인 대규모 감시로부터 개인 정보를 보호하기 위한 지식과 도구를 제공합니다.<br>
<a href="https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Test+Servers"><b>DNS Privacy Test Servers</b></a> - DNS 프라이버시 재귀 서버 목록('로깅 금지' 정책 포함).<br>
</p>
##### :black_small_square: 코드 파서/플레이그라운드
<p>
<a href="https://www.shellcheck.net/"><b>ShellCheck</b></a> - 셸 스크립트의 버그를 찾습니다.<br>
<a href="https://explainshell.com/"><b>explainshell</b></a> - 셸 명령어에 대한 대화형 도움말 텍스트를 제공합니다.<br>
<a href="https://jsbin.com/?html,output"><b>jsbin</b></a> - HTML, CSS 및 JavaScript 등을 위한 라이브 페이스트빈.<br>
<a href="https://codesandbox.io/"><b>CodeSandbox</b></a> - 웹 애플리케이션 개발을 위한 온라인 코드 편집기.<br>
<a href="http://sandbox.onlinephpfunctions.com/"><b>PHP Sandbox</b></a> - 이 코드 테스터로 PHP 코드를 테스트합니다.<br>
<a href="https://www.repl.it/"><b>Repl.it</b></a> - 배우고, 만들고, 협업하고, 호스팅할 수 있는 즉시 사용 가능한 IDE.<br>
<a href="http://www.vclfiddle.net/"><b>vclFiddle</b></a> - Varnish Cache VCL을 실험하기 위한 온라인 도구.<br>
<a href="https://github.com/hadolint/hadolint"><b>Haskell Dockerfile Linter</b></a> - 모범 사례 Docker 이미지를 구축하는 데 도움이 되는 더 스마트한 Dockerfile 린터.<br>
</p>
##### :black_small_square: 성능
<p>
<a href="https://gtmetrix.com/"><b>GTmetrix</b></a> - 사이트의 속도를 분석하고 더 빠르게 만듭니다.<br>
<a href="https://performance.sucuri.net/"><b>Sucuri loadtimetester</b></a> - 전 세계 어디에서나 사이트의 성능을 테스트합니다.<br>
<a href="https://tools.pingdom.com/"><b>Pingdom Tools</b></a> - 전 세계 사이트의 속도를 분석합니다.<br>
<a href="https://pingme.io/"><b>PingMe.io</b></a> - 여러 지역에서 웹사이트 지연 시간 테스트를 실행합니다.<br>
<a href="https://developers.google.com/speed/pagespeed/insights/"><b>PageSpeed Insights</b></a> - 사이트의 속도를 분석하고 더 빠르게 만듭니다.<br>
<a href="https://web.dev/"><b>web.dev</b></a> - 개발자들이 웹의 현대적 기능을 배우고 자신의 사이트와 앱에 적용할 수 있도록 도와줍니다.<br>
<a href="https://github.com/GoogleChrome/lighthouse"><b>Lighthouse</b></a> - 웹을 위한 자동 감사, 성능 메트릭 및 모범 사례.<br>
</p>
##### :black_small_square: 대량 스캐너(검색 엔진)
<p>
<a href="https://censys.io/"><b>Censys</b></a> - 정보 보안 실무자가 장치를 발견, 모니터링 및 분석할 수 있도록 도와주는 플랫폼.<br>
<a href="https://www.shodan.io/"><b>Shodan</b></a> - 인터넷에 연결된 장치를 위한 세계 최초의 검색 엔진.<br>
<a href="https://2000.shodan.io/#/"><b>Shodan 2000</b></a> - 이 도구는 Shodan에서 무작위로 생성된 데이터를 찾습니다.<br>
<a href="https://viz.greynoise.io/table"><b>GreyNoise</b></a> - Shodan 및 Censys와 같은 대량 스캐너.<br>
<a href="https://www.zoomeye.org/"><b>ZoomEye</b></a> - 사용자가 특정 네트워크 구성 요소를 찾을 수 있는 사이버 공간 검색 엔진.<br>
<a href="https://netograph.io/"><b>netograph</b></a> - 웹의 깊은 구조를 모니터링하고 이해하는 도구.<br>
<a href="https://fofa.so/"><b>FOFA</b></a> - 사이버 공간 검색 엔진입니다.<br>
<a href="https://www.onyphe.io/"><b>onyphe</b></a> - 수집된 오픈 소스 및 사이버 위협 인텔리전스 데이터를 위한 검색 엔진입니다.<br>
<a href="https://intelx.io/"><b>IntelligenceX</b></a> - 검색 엔진이자 데이터 아카이브입니다.<br>
<a href="https://app.binaryedge.io/"><b>binaryedge</b></a> - 전체 인터넷 공간을 스캔하고 실시간 위협 인텔리전스 스트림 및 보고서를 생성합니다.<br>
<a href="https://spyse.com/"><b>Spyse</b></a> - 인터넷 자산 레지스트리: 네트워크, 위협, 웹 개체 등.<br>
<a href="https://wigle.net/"><b>wigle</b></a> - 제출 기반의 무선 네트워크 카탈로그입니다. 모든 네트워크. 모두가 찾았습니다.<br>
<a href="https://publicwww.com/"><b>PublicWWW</b></a> - 웹 페이지 HTML, JS 및 CSS 코드에서 영숫자 조각, 서명 또는 키워드를 찾습니다.<br>
<a href="https://inteltechniques.com/index.html"><b>IntelTechniques</b></a> - 이 저장소에는 수백 개의 온라인 검색 유틸리티가 포함되어 있습니다.<br>
<a href="https://hunter.io/"><b>hunter</b></a> - 몇 초 만에 이메일 주소를 찾고 비즈니스에 중요한 사람들과 연결할 수 있습니다.<br>
<a href="https://ghostproject.fr/"><b>GhostProject?</b></a> - 전체 이메일 주소 또는 사용자 이름으로 검색합니다.<br>
<a href="https://www.databreaches.live/"><b>databreaches</b></a> - 내 이메일이 데이터 유출의 영향을 받았습니까?<br>
<a href="https://weleakinfo.com"><b>We Leak Info</b></a> - 세계에서 가장 빠르고 큰 데이터 유출 검색 엔진.<br>
<a href="https://pulsedive.com/"><b>Pulsedive</b></a> - 포트 스캔 및 웹 요청을 포함한 악성 URL, IP 및 도메인 스캔.<br>
<a href="https://buckets.grayhatwarfare.com/"><b>Buckets by Grayhatwarfar</b></a> - 공개 검색이 가능한 오픈 Amazon S3 버킷 및 해당 콘텐츠의 데이터베이스.<br>
<a href="https://vigilante.pw/"><b>Vigilante.pw</b></a> - 유출된 데이터베이스 디렉토리.<br>
<a href="https://builtwith.com/"><b>builtwith</b></a> - 웹사이트가 무엇으로 구축되었는지 알아냅니다.<br>
<a href="https://nerdydata.com/"><b>NerdyData</b></a> - 수백만 개의 사이트에서 기술을 위해 웹 소스 코드를 검색합니다.<br>
<a href="http://zorexeye.com/"><b>zorexeye</b></a> - 사이트, 이미지, 앱, 소프트웨어 등을 검색합니다.<br>
<a href="https://www.mmnt.net/"><b>Mamont's open FTP Index</b></a> - 대상이 액세스 가능한 콘텐츠가 있는 오픈 FTP 사이트를 가지고 있으면 여기에 나열됩니다.<br>
<a href="https://osintframework.com/"><b>OSINT Framework</b></a> - 무료 도구나 리소스에서 정보를 수집하는 데 중점을 둡니다.<br>
<a href="https://www.maltiverse.com/search"><b>maltiverse</b></a> - 사이버 보안 분석가를 위한 서비스입니다.<br>
<a href="https://leakedsource.ru/main/"><b>Leaked Source</b></a> - 조회 형태로 온라인에서 발견된 데이터의 협업입니다.<br>
<a href="https://search.weleakinfo.com/"><b>We Leak Info</b></a> - 일상적인 개인이 해킹을 피하고 온라인 생활을 안전하게 보호할 수 있도록 돕습니다.<br>
<a href="https://pipl.com/"><b>pipl</b></a> - 이메일 주소, 소셜 사용자 이름 또는 전화번호 뒤에 있는 사람을 찾는 곳입니다.<br>
<a href="https://abuse.ch/"><b>abuse.ch</b></a> - 비영리로 악성 코드와 싸우는 스위스인이 운영합니다.<br>
<a href="http://malc0de.com/database/"><b>malc0de</b></a> - 악성 코드 검색 엔진.<br>
<a href="https://cybercrime-tracker.net/index.php"><b>Cybercrime Tracker</b></a> - 사이버 범죄를 저지르는 데 사용되는 다양한 악성 코드 계열을 모니터링하고 추적합니다.<br>
<a href="https://github.com/eth0izzle/shhgit/"><b>shhgit</b></a> - GitHub 비밀을 실시간으로 찾습니다.<br>
<a href="https://searchcode.com/"><b>searchcode</b></a> - 함수, API 및 라이브러리의 실제 예제를 찾는 데 도움이 됩니다.<br>
<a href="http://www.insecam.org/"><b>Insecam</b></a> - 세계 최대의 온라인 감시 보안 카메라 디렉토리.<br>
<a href="http://index-of.es/"><b>index-of</b></a> - 보안, 해킹, 리버스 엔지니어링, 암호화, 프로그래밍 등과 같은 훌륭한 자료가 포함되어 있습니다.<br>
<a href="https://opendata.rapid7.com/"><b>Rapid7 Labs Open Data</b></a> - Project Sonar의 데이터 세트에 대한 훌륭한 리소스입니다.<br>
<a href="https://webtechsurvey.com/common-response-headers"><b>Common Response Headers</b></a> - HTTP 응답 헤더의 가장 큰 데이터베이스.<br>
<a href="https://labs.inquest.net"><b>InQuest Labs</b></a> - InQuest Labs는 보안 연구자를 위한 개방형, 대화형 및 API 기반 데이터 포털입니다.<br>
</p>
##### :black_small_square: 생성기
<p>
<a href="https://thispersondoesnotexist.com/"><b>thispersondoesnotexist</b></a> - 한 번의 클릭으로 가짜 얼굴 생성 - 무한한 가능성.<br>
<a href="https://generated.photos"><b>AI Generated Photos</b></a> - 100,000개의 AI 생성 얼굴.<br>
<a href="https://www.fakenamegenerator.com/"><b>fakenamegenerator</b></a> - 무작위로 생성된 신원.<br>
<a href="https://tools.intigriti.io/redirector/"><b>Intigriti Redirector</b></a> - 오픈 리디렉션/SSRF 페이로드 생성기.<br>
</p>
##### :black_small_square: 비밀번호
<p>
<a href="https://haveibeenpwned.com/"><b>have i been pwned?</b></a> - 데이터 유출로 손상된 계정이 있는지 확인합니다.<br>
<a href="https://www.dehashed.com/"><b>dehashed</b></a> - 해킹된 데이터베이스 검색 엔진입니다.<br>
<a href="https://leakedsource.ru/"><b>Leaked Source</b></a> - 조회 형태로 온라인에서 발견된 데이터의 협업입니다.<br>
</p>
##### :black_small_square: CVE/익스플로잇 데이터베이스<p>
<a href="https://cve.mitre.org/"><b>CVE Mitre</b></a> - 공개적으로 알려진 사이버 보안 취약점 목록.<br>
<a href="https://www.cvedetails.com/"><b>CVE Details</b></a> - CVE 보안 취약점 고급 데이터베이스.<br>
<a href="https://www.exploit-db.com/"><b>Exploit DB</b></a> - CVE 호환 공개 익스플로잇 및 해당 취약한 소프트웨어 아카이브.<br>
<a href="https://0day.today/"><b>0day.today</b></a> - 제로데이 익스플로잇을 사고 팔 수 있는 익스플로잇 마켓.<br>
<a href="https://sploitus.com/"><b>sploitus</b></a> - 익스플로잇 및 도구 데이터베이스.<br>
<a href="https://cxsecurity.com/exploit/"><b>cxsecurity</b></a> - 무료 취약점 데이터베이스.<br>
<a href="https://www.vulncode-db.com/"><b>Vulncode-DB</b></a> - 취약점과 가능한 경우 해당 소스 코드를 위한 데이터베이스.<br>
<a href="https://cveapi.com/"><b>cveapi</b></a> - CVE 데이터를 위한 무료 API.<br>
</p>
##### :black_small_square: 모바일 앱 스캐너
<p>
<a href="https://www.immuniweb.com/mobile/"><b>ImmuniWeb® Mobile App Scanner</b></a> - 모바일 앱(iOS 및 Android)의 보안 및 개인정보 보호 테스트.<br>
<a href="https://vulnerabilitytest.quixxi.com/"><b>Quixxi</b></a> - Android 및 iOS용 무료 모바일 앱 취약점 스캐너.<br>
<a href="https://www.ostorlab.co/scan/mobile/"><b>Ostorlab</b></a> - 모바일 애플리케이션을 분석하여 취약점 및 잠재적 약점 식별.<br>
</p>
##### :black_small_square: 비공개 검색 엔진
<p>
<a href="https://www.startpage.com/"><b>Startpage</b></a> - 세계에서 가장 프라이빗한 검색 엔진.<br>
<a href="https://searx.me/"><b>searX</b></a> - 개인정보를 존중하는 해킹 가능한 메타 검색 엔진.<br>
<a href="https://darksearch.io/"><b>darksearch</b></a> - 최초의 실제 다크 웹 검색 엔진.<br>
<a href="https://www.qwant.com/"><b>Qwant</b></a> - 사용자의 개인정보를 존중하는 검색 엔진.<br>
<a href="https://duckduckgo.com/"><b>DuckDuckGo</b></a> - 사용자를 추적하지 않는 검색 엔진.<br>
<a href="https://swisscows.com/"><b>Swisscows</b></a> - 개인정보 안전 웹 검색.<br>
<a href="https://search.disconnect.me/"><b>Disconnect</b></a> - 검색을 익명화하는 검색 엔진.<br>
<a href="https://metager.org/"><b>MetaGer</b></a> - 익명 프록시와 숨겨진 Tor 브랜치를 사용하는 검색 엔진.<br>
</p>
##### :black_small_square: 보안 웹메일 제공업체
<p>
<a href="https://countermail.com/"><b>CounterMail</b></a> - 최대 보안 및 개인정보 보호를 제공하도록 설계된 온라인 이메일 서비스.<br>
<a href="http://mail2tor.com/"><b>Mail2Tor</b></a> - 누구나 익명으로 이메일을 보내고 받을 수 있는 Tor 히든 서비스.<br>
<a href="https://tutanota.com/"><b>Tutanota</b></a> - 세계에서 가장 안전한 이메일 서비스이며 놀랍도록 사용하기 쉬움.<br>
<a href="https://protonmail.com/"><b>Protonmail</b></a> - CERN과 MIT 과학자들이 개발한 세계 최대의 안전한 이메일 서비스.<br>
<a href="https://www.startmail.com/en/"><b>Startmail</b></a> - 비공개 및 암호화된 이메일을 쉽게 사용.<br>
</p>
##### :black_small_square: 암호화
<p>
<a href="https://keybase.io/"><b>Keybase</b></a> - 오픈 소스이며 공개 키 암호화로 구동.<br>
</p>
##### :black_small_square: PGP 키서버
<p>
<a href="https://keyserver.ubuntu.com/"><b>SKS OpenPGP Key server</b></a> - OpenPGP에서 사용하는 SKS 키서버를 위한 서비스.<br>
</p>
#### 시스템/서비스 [<sup>[TOC]</sup>](#anger-table-of-contents)
##### :black_small_square: 운영 체제
<p>
<a href="http://www.slackware.com/"><b>Slackware</b></a> - 가장 "유닉스 스러운" 리눅스 배포판.<br>
<a href="https://www.openbsd.org/"><b>OpenBSD</b></a> - 멀티플랫폼 4.4BSD 기반 UNIX 계열 운영 체제.<br>
<a href="https://hardenedbsd.org/"><b>HardenedBSD</b></a> - HardenedBSD는 혁신적인 익스플로잇 완화 및 보안 솔루션 구현을 목표로 함.<br>
<a href="https://www.kali.org/"><b>Kali Linux</b></a> - 침투 테스트, 윤리적 해킹 및 네트워크 보안 평가에 사용되는 리눅스 배포판.<br>
<a href="https://www.parrotsec.org/"><b>Parrot Security OS</b></a> - 사이버 보안 GNU/Linux 환경.<br>
<a href="https://www.backbox.org/"><b>Backbox Linux</b></a> - 침투 테스트 및 보안 평가에 특화된 Ubuntu 기반 리눅스 배포판.<br>
<a href="https://blackarch.org/"><b>BlackArch</b></a> - 침투 테스터를 위한 Arch Linux 기반 침투 테스트 배포판.<br>
<a href="https://www.pentoo.ch/"><b>Pentoo</b></a> - Gentoo 기반의 보안 중심 livecd.<br>
<a href="https://securityonion.net/"><b>Security Onion</b></a> - 침입 탐지, 엔터프라이즈 보안 모니터링 및 로그 관리를 위한 리눅스 배포판.<br>
<a href="https://tails.boum.org/"><b>Tails</b></a> - 개인정보 보호 및 익명성을 유지하는 라이브 시스템.<br>
<a href="https://github.com/vedetta-com/vedetta"><b>vedetta</b></a> - OpenBSD 라우터 보일러플레이트.<br>
<a href="https://www.qubes-os.org"><b>Qubes OS</b></a> - Xen 기반 가상화를 사용하는 보안 중심 OS.<br>
</p>
##### :black_small_square: HTTP(s) 서비스
<p>
<a href="https://varnish-cache.org/"><b>Varnish Cache</b></a> - 콘텐츠가 많은 동적 웹 사이트를 위한 HTTP 가속기.<br>
<a href="https://nginx.org/"><b>Nginx</b></a> - Apache와 유사하지만 매우 가벼운 오픈 소스 웹 및 리버스 프록시 서버.<br>
<a href="https://openresty.org/en/"><b>OpenResty</b></a> - NGINX와 LuaJIT 기반의 동적 웹 플랫폼.<br>
<a href="https://github.com/alibaba/tengine"><b>Tengine</b></a> - 고급 기능이 있는 Nginx 배포판.<br>
<a href="https://caddyserver.com/"><b>Caddy Server</b></a> - 기본적으로 HTTPS를 지원하는 오픈 소스, HTTP/2 지원 웹 서버.<br>
<a href="https://www.haproxy.org/"><b>HAProxy</b></a> - 안정적이고 고성능인 TCP/HTTP 로드 밸런서.<br>
</p>
##### :black_small_square: DNS 서비스
<p>
<a href="https://nlnetlabs.nl/projects/unbound/about/"><b>Unbound</b></a> - 검증, 재귀 및 캐싱 DNS 리졸버(TLS 지원).<br>
<a href="https://www.knot-resolver.cz/"><b>Knot Resolver</b></a> - 리졸버 라이브러리와 데몬을 포함한 캐싱 전체 리졸버 구현.<br>
<a href="https://www.powerdns.com/"><b>PowerDNS</b></a> - C++로 작성되고 GPL로 라이선스된 오픈 소스 권한 DNS 서버.<br>
</p>
##### :black_small_square: 기타 서비스
<p>
<a href="https://github.com/z3APA3A/3proxy"><b>3proxy</b></a> - 작은 무료 프록시 서버.<br>
</p>
##### :black_small_square: 보안/강화
<p>
<a href="https://twitter.com/EmeraldOnion"><b>Emerald Onion</b></a> - 501(c)(3) 비영리 조직이자 트랜짓 인터넷 서비스 제공업체(ISP).<br>
<a href="https://github.com/pi-hole/pi-hole"><b>pi-hole</b></a> - Pi-hole®은 기기를 원치 않는 콘텐츠로부터 보호하는 DNS 싱크홀.<br>
<a href="https://github.com/stamparm/maltrail"><b>maltrail</b></a> - 악성 트래픽 탐지 시스템.<br>
<a href="https://github.com/Netflix/security_monkey"><b>security_monkey</b></a> - AWS, GCP, OpenStack 및 GitHub 조직의 자산과 시간 경과에 따른 변경 사항을 모니터링.<br>
<a href="https://github.com/firecracker-microvm/firecracker"><b>firecracker</b></a> - 서버리스 컴퓨팅을 위한 안전하고 빠른 마이크로 VM.<br>
<a href="https://github.com/StreisandEffect/streisand"><b>streisand</b></a> - WireGuard, OpenSSH, OpenVPN 등을 선택하여 실행하는 새 서버 설정.<br>
</p>
#### 네트워크 [<sup>[TOC]</sup>](#anger-table-of-contents)
##### :black_small_square: 도구
<p>
<a href="https://www.capanalysis.net/ca/"><b>CapAnalysis</b></a> - 대량의 캡처된 네트워크 트래픽을 분석하는 웹 시각 도구(PCAP 분석기).<br>
<a href="https://github.com/digitalocean/netbox"><b>netbox</b></a> - IP 주소 관리(IPAM) 및 데이터 센터 인프라 관리(DCIM) 도구.<br>
</p>
##### :black_small_square: 랩
<p>
<a href="https://labs.networkreliability.engineering/"><b>NRE Labs</b></a> - 직접 해보며 자동화 학습. 지금, 여기, 브라우저에서.<br>
</p>
##### :black_small_square: 기타
<p>
<a href="https://ee.lbl.gov/"><b>LBNL's Network Research Group</b></a> - 네트워크 연구 그룹(NRG) 홈페이지.<br>
</p>
#### 컨테이너/오케스트레이션 [<sup>[TOC]</sup>](#anger-table-of-contents)
##### :black_small_square: CLI 도구
<p>
<a href="https://github.com/google/gvisor"><b>gvisor</b></a> - 컨테이너 런타임 샌드박스.<br>
<a href="https://github.com/bcicen/ctop"><b>ctop</b></a> - 컨테이너 메트릭을 위한 top과 유사한 인터페이스.<br>
</p>
##### :black_small_square: 웹 도구
<p>
<a href="https://github.com/moby/moby"><b>Moby</b></a> - 컨테이너 기반 시스템을 조립하기 위한 컨테이너 생태계 협업 프로젝트.<br>
<a href="https://traefik.io/"><b>Traefik</b></a> - Docker 및 Let's encrypt와의 쉬운 통합을 제공하는 오픈 소스 리버스 프록시/로드 밸런서.<br>
<a href="https://github.com/Kong/kong"><b>kong</b></a> - 클라우드 네이티브 API 게이트웨이.<br>
<a href="https://github.com/rancher/rancher"><b>rancher</b></a> - 완전한 컨테이너 관리 플랫폼.<br>
<a href="https://github.com/portainer/portainer"><b>portainer</b></a> - Docker 관리를 쉽게 만듦.<br>
<a href="https://github.com/jwilder/nginx-proxy"><b>nginx-proxy</b></a> - docker-gen을 사용한 Docker 컨테이너용 자동화된 nginx 프록시.<br>
<a href="https://github.com/bunkerity/bunkerized-nginx"><b>bunkerized-nginx</b></a> - "기본적으로 안전한" nginx 도커 이미지.<br>
</p>
##### :black_small_square: 보안
<p>
<a href="https://github.com/docker/docker-bench-security"><b>docker-bench-security</b></a> - Docker 배포와 관련된 수십 가지 일반적인 모범 사례 확인.<br>
<a href="https://github.com/aquasecurity/trivy"><b>trivy</b></a> - 컨테이너용 취약점 스캐너, CI에 적합.<br>
<a href="https://goharbor.io/"><b>Harbor</b></a> - 콘텐츠를 저장, 서명 및 스캔하는 클라우드 네이티브 레지스트리 프로젝트.<br>
<a href="https://houdini.secsi.io/"><b>Houdini</b></a> - 네트워크 침입을 위한 수백 개의 공격적이고 유용한 도커 이미지.<br>
</p>
##### :black_small_square: 매뉴얼/튜토리얼/모범 사례
<p>
<a href="https://github.com/wsargent/docker-cheat-sheet"><b>docker-cheat-sheet</b></a> - Docker에 대한 빠른 참조 치트 시트.<br>
<a href="https://github.com/veggiemonk/awesome-docker"><b>awesome-docker</b></a> - 엄선된 Docker 리소스 및 프로젝트 목록.<br>
<a href="https://github.com/yeasy/docker_practice"><b>docker_practice</b></a> - 실제 DevOps 실습으로 Docker 기술 학습 및 이해!<br>
<a href="https://github.com/docker/labs"><b>labs
</b></a> - 다양한 도구로 Docker 사용법을 배우기 위한 튜토리얼 모음.<br>
<a href="https://github.com/jessfraz/dockerfiles"><b>dockerfiles</b></a> - 데스크톱 및 서버에서 사용하는 다양한 Dockerfile.<br>
<a href="https://github.com/kelseyhightower/kubernetes-the-hard-way"><b>kubernetes-the-hard-way</b></a> - Google Cloud Platform에서 Kubernetes를 어렵게 부트스트랩. 스크립트 없음.<br>
<a href="https://github.com/jamesward/kubernetes-the-easy-way"><b>kubernetes-the-easy-way</b></a> - Google Cloud Platform에서 Kubernetes를 쉽게 부트스트랩. 스크립트 없음.<br>
<a href="https://github.com/dennyzhang/cheatsheet-kubernetes-A4"><b>cheatsheet-kubernetes-A4</b></a> - A4 형식의 Kubernetes 치트 시트.<br>
<a href="https://github.com/kabachook/k8s-security"><b>k8s-security</b></a> - 쿠버네티스 보안 노트 및 모범 사례.<br>
<a href="https://learnk8s.io/production-best-practices/"><b>kubernetes-production-best-practices</b></a> - 프로덕션 준비 Kubernetes를 위한 모범 사례 체크리스트.<br>
<a href="https://github.com/freach/kubernetes-security-best-practice"><b>kubernetes-production-best-practices</b></a> - 쿠버네티스 보안 - 모범 사례 가이드.<br>
<a href="https://github.com/hjacobs/kubernetes-failure-stories"><b>kubernetes-failure-stories</b></a> - Kubernetes 관련 공개 실패/무서운 이야기 모음.<br>
</p>
#### 매뉴얼/Howto/튜토리얼 [<sup>[TOC]</sup>](#anger-table-of-contents)
##### :black_small_square: 셸/명령줄
<p>
<a href="https://github.com/dylanaraps/pure-bash-bible"><b>pure-bash-bible</b></a> - 외부 프로세스에 대한 순수 bash 대안 모음.<br>
<a href="https://github.com/dylanaraps/pure-sh-bible"><b>pure-sh-bible</b></a> - 외부 프로세스에 대한 순수 POSIX sh 대안 모음.<br>
<a href="https://github.com/Idnan/bash-guide"><b>bash-guide</b></a> - bash 학습 가이드.<br>
<a href="https://github.com/denysdovhan/bash-handbook"><b>bash-handbook</b></a> - Bash를 배우고자 하는 사람들을 위한 핸드북.<br>
<a href="https://wiki.bash-hackers.org/start"><b>The Bash Hackers Wiki</b></a> - GNU Bash에 관한 모든 종류의 문서 보유.<br>
<a href="http://pubs.opengroup.org/onlinepubs/9699919799/utilities/contents.html"><b>Shell & Utilities</b></a> - POSIX 준수 시스템이 애플리케이션 프로그램에 제공하는 명령어 설명.<br>
<a href="https://github.com/jlevy/the-art-of-command-line"><b>the-art-of-command-line</b></a> - 한 페이지로 명령줄 마스터하기.<br>
<a href="https://google.github.io/styleguide/shellguide.html"><b>Shell Style Guide</b></a> - Google 기원 오픈 소스 프로젝트를 위한 셸 스타일 가이드.<br>
</p>
##### :black_small_square: 텍스트 편집기
<p>
<a href="https://vim.rtorr.com/"><b>Vim Cheat Sheet</b></a> - 훌륭한 다국어 vim 가이드.<br>
</p>
##### :black_small_square: Python
<p>
<a href="https://awesome-python.com/"><b>Awesome Python</b></a> - 엄선된 훌륭한 Python 프레임워크, 라이브러리, 소프트웨어 및 리소스 목록.<br>
<a href="https://github.com/gto76/python-cheatsheet"><b>python-cheatsheet</b></a> - 포괄적인 Python 치트 시트.<br>
<a href="https://www.pythoncheatsheet.org/"><b>pythoncheatsheet.org</b></a> - 초보자와 고급 개발자를 위한 기본 참고 자료.<br>
</p>
##### :black_small_square: Sed & Awk & 기타
<p>
<a href="https://posts.specterops.io/fawk-yeah-advanced-sed-and-awk-usage-parsing-for-pentesters-3-e5727e11a8ad?gi=c8f9506b26b6"><b>F’Awk Yeah!</b></a> - 고급 sed 및 awk 사용법 (침투 테스터를 위한 파싱 3).<br>
</p>
##### :black_small_square: \*nix 및 네트워크
<p>
<a href="https://www.cyberciti.biz/"><b>nixCraft</b></a> - 초보자와 노련한 시스템 관리자를 위한 리눅스 및 유닉스 튜토리얼.<br>
<a href="https://www.tecmint.com/"><b>TecMint</b></a> - 시스템 관리자와 괴짜를 위한 이상적인 리눅스 블로그.<br>
<a href="http://www.omnisecu.com/index.php"><b>Omnisecu</b></a> - 무료 네트워킹, 시스템 관리 및 보안 튜토리얼.<br>
<a href="https://github.com/cirosantilli/linux-cheat"><b>linux-cheat</b></a> - 리눅스 튜토리얼 및 치트 시트. 최소 예제. 주로 사용자 영역 CLI 유틸리티.<br>
<a href="https://github.com/snori74/linuxupskillchallenge"><b>linuxupskillchallenge</b></a> - 시스템 관리에 필요한 기술 학습.<br>
<a href="http://cb.vu/unixtoolbox.xhtml"><b>Unix Toolbox</b></a> - IT 작업 또는 고급 사용자에게 유용한 Unix/Linux/BSD 명령어 및 작업.<br>
<a href="https://linux-kernel-labs.github.io/refs/heads/master/index.html"><b>Linux Kernel Teaching</b></a> - 리눅스 커널 주제에 대한 강의 및 랩 모음.<br>
<a href="https://peteris.rocks/blog/htop/"><b>htop explained</b></a> - Linux에서 htop/top에서 볼 수 있는 모든 것에 대한 설명.<br>
<a href="https://linuxguideandhints.com/"><b>Linux Guide and Hints</b></a> - Fedora 및 CentOS에서 시스템 관리에 대한 튜토리얼.<br>
<a href="https://github.com/NanXiao/strace-little-book"><b>strace-little-book</b></a> - strace를 소개하는 작은 책.<br>
<a href="https://github.com/goldshtn/linux-tracing-workshop"><b>linux-tracing-workshop</b></a> - Linux 추적 도구 워크숍을 위한 예제 및 실습 랩.<br>
<a href="https://github.com/bagder/http2-explained"><b>http2-explained</b></a> - HTTP/2를 설명하고 문서화하는 상세 문서.<br>
<a href="https://github.com/bagder/http3-explained"><b>http3-explained</b></a> - HTTP/3 및 QUIC 프로토콜을 설명하는 문서.<br>
<a href="https://www.manning.com/books/http2-in-action"><b>HTTP/2 in Action</b></a> - 새로운 HTTP/2 표준에 대한 훌륭한 소개.<br>
<a href="https://www.saminiir.com/lets-code-tcp-ip-stack-1-ethernet-arp/"><b>Let's code a TCP/IP stack</b></a> - 더 깊은 수준에서 네트워크 및 시스템 프로그래밍을 배우기 위한 훌륭한 자료.<br>
<a href="https://github.com/trimstray/nginx-admins-handbook"><b>Nginx Admin's Handbook</b></a> - NGINX 성능, 보안 및 기타 중요한 사항 개선 방법.<br>
<a href="https://github.com/digitalocean/nginxconfig.io"><b>nginxconfig.io</b></a> - 강력한 NGINX 구성 생성기.<br>
<a href="https://infosec.mozilla.org/guidelines/openssh"><b>openssh guideline</b></a> - 운영 팀이 OpenSSH 서버 및 클라이언트 구성을 지원하기 위한 가이드.<br>
<a href="https://gravitational.com/blog/ssh-handshake-explained/"><b>SSH Handshake Explained</b></a> - SSH 핸드셰이크에 대한 비교적 간결한 설명.<br>
<a href="https://kb.isc.org/docs/using-this-knowledgebase"><b>ISC's Knowledgebase</b></a> - BIND 9, ISC DHCP 및 Kea DHCP에 대한 일반 정보.<br>
<a href="https://packetlife.net/"><b>PacketLife.net</b></a> - Cisco CCNP 인증 공부 중 메모를 기록하는 곳.<br>
</p>
##### :black_small_square: Microsoft
<p>
<a href="https://github.com/infosecn1nja/AD-Attack-Defense"><b>AD-Attack-Defense</b></a> - 최신 사후 익스플로잇 활동을 사용하여 액티브 디렉터리 공격 및 방어.<br>
</p>
##### :black_small_square: 대규모 시스템
<p>
<a href="https://github.com/donnemartin/system-design-primer"><b>The System Design Primer</b></a> - 대규모 시스템 설계 방법 학습.<br>
<a href="https://github.com/binhnguyennus/awesome-scalability"><b>Awesome Scalability</b></a> - 높은 확장성, 고가용성, 고안정성 등을 구축하기 위한 모범 사례.<br>
<a href="https://engineering.videoblocks.com/web-architecture-101-a3224e126947?gi=a896808d22a"><b>Web Architecture 101</b></a> - 기본 아키텍처 개념.<br>
</p>
##### :black_small_square: 시스템 강화<p>
<a href="https://www.cisecurity.org/cis-benchmarks/"><b>CIS Benchmarks</b></a> - 100개 이상의 기술에 대한 보안 구성 설정, 무료 PDF로 제공.<br>
<a href="https://highon.coffee/blog/security-harden-centos-7/"><b>Security Harden CentOS 7</b></a> - CentOS를 보안 강화하는 데 필요한 단계를 안내합니다.<br>
<a href="https://www.lisenet.com/2017/centos-7-server-hardening-guide/"><b>CentOS 7 Server Hardening Guide</b></a> - CentOS 강화를 위한 훌륭한 가이드; OpenSCAP에 익숙함.<br>
<a href="https://github.com/decalage2/awesome-security-hardening"><b>awesome-security-hardening</b></a> - 보안 강화 가이드, 도구 및 기타 리소스 모음.<br>
<a href="https://github.com/trimstray/the-practical-linux-hardening-guide"><b>The Practical Linux Hardening Guide</b></a> - GNU/Linux 시스템 강화에 대한 높은 수준의 개요를 제공합니다.<br>
<a href="https://madaidans-insecurities.github.io/guides/linux-hardening.html"><b>Linux Hardening Guide</b></a> - 보안 및 개인정보 보호를 위해 Linux를 최대한 강화하는 방법.<br>
</p>
##### :black_small_square: 보안 및 개인정보 보호
<p>
<a href="https://www.hackingarticles.in/"><b>Hacking Articles</b></a> - LRaj Chandel의 보안 및 해킹 블로그.<br>
<a href="https://github.com/toniblyx/my-arsenal-of-aws-security-tools"><b>AWS security tools</b></a> - AWS 클라우드 환경을 더욱 안전하게 만듭니다.<br>
<a href="https://inventory.rawsec.ml/index.html"><b>Rawsec의 사이버보안 인벤토리</b></a> - 사이버보안 관련 도구 및 리소스 인벤토리.<br>
<a href="https://tls.ulfheim.net/"><b>The Illustrated TLS Connection</b></a> - TLS 연결의 모든 바이트를 설명하고 재현합니다.<br>
<a href="https://github.com/ssllabs/research/wiki/SSL-and-TLS-Deployment-Best-Practices"><b>SSL Research</b></a> - SSL Labs의 SSL 및 TLS 배포 모범 사례.<br>
<a href="http://selinuxgame.org/index.html"><b>SELinux Game</b></a> - 직접 해보면서 SELinux를 배우세요. 퍼즐을 풀고 실력을 보여주세요.<br>
<a href="https://smallstep.com/blog/everything-pki.html"><b>인증서 및 PKI</b></a> - 인증서와 PKI에 대해 알아야 할 모든 것이지만 묻기에는 두려운 내용.<br>
<a href="https://appsecco.com/books/subdomain-enumeration/"><b>서브도메인 열거의 기술</b></a> - 서브도메인 열거 기법에 대한 참고 자료.<br>
<a href="https://lifehacker.com/the-comprehensive-guide-to-quitting-google-1830001964"><b>Google 그만두기</b></a> - Google을 그만두기 위한 종합 가이드.<br>
</p>
##### :black_small_square: 웹 애플리케이션
<p>
<a href="https://www.owasp.org/index.php/Main_Page"><b>OWASP</b></a> - 소프트웨어 보안 개선에 중점을 둔 세계적인 비영리 자선 단체.<br>
<a href="https://www.owasp.org/index.php/Category:OWASP_Application_Security_Verification_Standard_Project"><b>OWASP ASVS 3.0.1</b></a> - OWASP 애플리케이션 보안 검증 표준 프로젝트.<br>
<a href="https://github.com/Santandersecurityresearch/asvs"><b>OWASP ASVS 3.0.1 웹 앱</b></a> - 개발자가 ASVS 요구 사항을 이해하는 데 도움이 되는 간단한 웹 앱.<br>
<a href="https://github.com/OWASP/ASVS/tree/master/4.0"><b>OWASP ASVS 4.0</b></a> - 애플리케이션 보안 요구 사항 또는 테스트 목록.<br>
<a href="https://www.owasp.org/index.php/OWASP_Testing_Project"><b>OWASP 테스트 가이드 v4</b></a> - "모범 사례" 침투 테스트 프레임워크 포함.<br>
<a href="https://github.com/OWASP/DevGuide"><b>OWASP 개발자 가이드</b></a> - OWASP 개발자 가이드의 개발 버전입니다.<br>
<a href="https://github.com/OWASP/wstg"><b>OWASP WSTG</b></a> - 웹 앱 보안 테스트를 위한 포괄적인 오픈 소스 가이드.<br>
<a href="https://www.owasp.org/index.php/OWASP_API_Security_Project"><b>OWASP API 보안 프로젝트</b></a> - API 보안의 상위 10가지 취약점에 중점을 둡니다.<br>
<a href="https://infosec.mozilla.org/guidelines/web_security.html"><b>Mozilla 웹 보안</b></a> - 운영 팀이 안전한 웹 애플리케이션을 만드는 데 도움을 줍니다.<br>
<a href="https://github.com/Netflix/security-bulletins"><b>security-bulletins</b></a> - Netflix 오픈 소스와 관련된 보안 게시판.<br>
<a href="https://github.com/shieldfy/API-Security-Checklist"><b>API-Security-Checklist</b></a> - API를 설계, 테스트 및 릴리스할 때의 보안 대책.<br>
<a href="https://enable-cors.org/index.html"><b>Enable CORS</b></a> - 교차 출처 리소스 공유 활성화.<br>
<a href="https://appsecwiki.com/#/"><b>애플리케이션 보안 위키</b></a> - 모든 애플리케이션 보안 관련 리소스를 한 곳에 제공하는 이니셔티브.<br>
<a href="https://github.com/GrrrDog/weird_proxies/wiki"><b>Weird Proxies</b></a> - 리버스 프록시 관련 공격; 다양한 프록시 분석 결과.<br>
<a href="https://dfir.it/blog/2015/08/12/webshell-every-time-the-same-purpose/"><b>웹셸</b></a> - 악성 페이로드에 대한 훌륭한 시리즈.<br>
<a href="https://portswigger.net/blog/practical-web-cache-poisoning"><b>실용적인 웹 캐시 중독</b></a> - 난해한 웹 기능을 사용하여 웹사이트를 손상시키는 방법을 보여줍니다.<br>
<a href="https://github.com/bl4de/research/tree/master/hidden_directories_leaks"><b>숨겨진 디렉토리 및 파일</b></a> - 웹 애플리케이션에 대한 민감한 정보의 출처.<br>
<a href="https://bo0om.ru/en/"><b>폭발적인 블로그</b></a> - 사이버 보안 및 침투 테스트에 관한 훌륭한 블로그.<br>
<a href="https://www.netsparker.com/security-cookies-whitepaper/"><b>보안 쿠키</b></a> - 이 문서는 쿠키 보안을 자세히 살펴봅니다.<br>
<a href="https://github.com/GitGuardian/APISecurityBestPractices"><b>APISecurityBestPractices</b></a> - 소스 코드에서 비밀(API 키, DB 자격 증명, 인증서)을 유지하는 데 도움을 줍니다.<br>
</p>
##### :black_small_square: 올인원
<p>
<a href="https://lzone.de/cheat-sheet/"><b>LZone 치트 시트</b></a> - 모든 치트 시트.<br>
<a href="https://github.com/rstacruz/cheatsheets"><b>Dan의 치트 시트</b></a> - 방대한 치트 시트 문서.<br>
<a href="https://devhints.io/"><b>Rico의 치트시트</b></a> - 이곳은 치트시트의 소박한 모음집입니다.<br>
<a href="https://devdocs.io/"><b>DevDocs API</b></a> - 여러 API 문서를 빠르고 체계적이며 검색 가능한 인터페이스로 결합합니다.<br>
<a href="https://cheat.sh/"><b>cheat.sh</b></a> - 당신이 필요한 유일한 치트 시트.<br>
<a href="https://gnulinux.guru/"><b>gnulinux.guru</b></a> - bash, vim 및 네트워킹에 관한 치트 시트 모음.<br>
<a href="https://andreasbm.github.io/web-skills/"><b>웹 스킬</b></a> - 웹 개발자로서 배워야 할 유용한 기술의 시각적 개요.<br>
</p>
##### :black_small_square: 전자책
<p>
<a href="https://github.com/EbookFoundation/free-programming-books"><b>free-programming-books</b></a> - 다양한 언어로 된 무료 학습 리소스 목록.<br>
</p>
##### :black_small_square: 기타
<p>
<a href="https://bitvijays.github.io/LFC-VulnerableMachines.html"><b>CTF 시리즈 : 취약한 머신</b></a> - 아래 단계를 따라 취약점 및 익스플로잇을 찾을 수 있습니다.<br>
<a href="https://github.com/manoelt/50M_CTF_Writeup"><b>50M_CTF_Writeup</b></a> - Hackerone의 5천만 달러 CTF - 풀이.<br>
<a href="https://github.com/j00ru/ctf-tasks"><b>ctf-tasks</b></a> - 수년간 개발된 로우 레벨 CTF 챌린지 아카이브.<br>
<a href="https://hshrzd.wordpress.com/how-to-start/"><b>리버스 엔지니어링/악성코드 분석을 어떻게 시작할까?</b></a> - 초보자를 위한 몇 가지 팁과 유용한 링크 모음.<br>
<a href="http://www.kegel.com/c10k.html"><b>C10K 문제</b></a> - 이제 웹 서버가 동시에 만 개의 클라이언트를 처리해야 할 때입니다. 그렇지 않나요?<br>
<a href="https://blog.benjojo.co.uk/post/why-is-ethernet-mtu-1500"><b>1500바이트가 인터넷의 MTU가 된 방법</b></a> - 최대 전송 단위에 대한 훌륭한 이야기.<br>
<a href="http://poormansprofiler.org/"><b>가난한 사람의 프로파일러</b></a> - dtrace 등이 프로그램이 무엇을 차단하고 있는지 확인하는 방법을 제공하지 않는 것과 같습니다.<br>
<a href="https://nickcraver.com/blog/2017/05/22/https-on-stack-overflow/"><b>Stack Overflow의 HTTPS</b></a> - SSL 구현에 관한 긴 여정의 이야기입니다.<br>
<a href="https://drawings.jvns.ca/"><b>Julia의 그림</b></a> - 프로그래밍과 유닉스 세계에 관한 그림, 시스템 및 디버깅 도구에 대한 진.<br>
<a href="https://github.com/corkami/collisions"><b>해시 충돌</b></a> - 이 훌륭한 저장소는 해시 충돌 악용에 초점을 맞추고 있습니다.<br>
<a href="https://github.com/in3rsha/sha256-animation"><b>sha256-animation</b></a> - 터미널에서 SHA-256 해시 함수의 애니메이션.<br>
<a href="https://sha256algorithm.com/"><b>sha256algorithm</b></a> - sha256 알고리즘을 온라인에서 단계별로 시각적으로 설명합니다.<br>
<a href="https://labs.ripe.net/Members/cteusche/bgp-meets-cat"><b>BGP, 고양이를 만나다</b></a> - 3072시간 동안 BGP를 조작한 끝에 Job Snijders가 Nyancat을 그리는 데 성공했습니다.<br>
<a href="https://github.com/benjojo/bgp-battleships"><b>bgp-battleships</b></a> - BGP를 통해 배틀쉽 게임하기.<br>
<a href="https://github.com/alex/what-happens-when"><b>무슨 일이 일어날까...</b></a> - 브라우저에 google.com을 입력하고 Enter를 누르면?<br>
<a href="https://github.com/vasanthk/how-web-works"><b>how-web-works</b></a> - 'What happens when...' 저장소를 기반으로 합니다.<br>
<a href="https://robertheaton.com/2018/11/28/https-in-the-real-world/"><b>실제 세계의 HTTPS</b></a> - HTTPS가 실제 세계에서 어떻게 작동하는지 설명하는 훌륭한 튜토리얼.<br>
<a href="https://about.gitlab.com/2018/11/14/how-we-spent-two-weeks-hunting-an-nfs-bug/"><b>Gitlab과 NFS 버그</b></a> - Linux 커널에서 NFS 버그를 찾기 위해 2주를 보낸 방법.<br>
<a href="https://about.gitlab.com/2017/02/10/postmortem-of-database-outage-of-january-31/"><b>Gitlab의 다운</b></a> - 2017년 1월 31일 데이터베이스 중단에 대한 사후 분석 및 교훈.<br>
<a href="http://www.catb.org/esr/faqs/hacker-howto.html"><b>해커가 되는 방법</b></a> - 해커가 되고 싶다면 계속 읽어보세요.<br>
<a href="http://ithare.com/infographics-operation-costs-in-cpu-clock-cycles/"><b>CPU 작업 비용</b></a> - CPU 클럭에서 특정 작업의 비용을 추정하는 데 도움이 됩니다.<br>
<a href="https://cstack.github.io/db_tutorial/"><b>간단한 데이터베이스 만들기</b></a> - C로 sqlite 클론을 처음부터 작성하기.<br>
<a href="https://djhworld.github.io/post/2019/05/21/i-dont-know-how-cpus-work-so-i-simulated-one-in-code/"><b>simple-computer</b></a> - 컴퓨터가 내부에서 어떻게 작동하는지 이해하는 훌륭한 자료.<br>
<a href="https://www.troyhunt.com/working-with-154-million-records-on/"><b>"Have I been pwned?" 이야기</b></a> - Azure Table Storage에서 1억 5400만 개 레코드 작업.<br>
<a href="https://www.top500.org/"><b>TOP500 슈퍼컴퓨터</b></a> - 가장 강력한 상용 컴퓨터 시스템 500개를 보여줍니다.<br>
<a href="https://www.shellntel.com/blog/2017/2/8/how-to-build-a-8-gpu-password-cracker"><b>8 GPU 비밀번호 크래커 구축 방법</b></a> - 데스크탑 부품과 같은 수 시간의 좌절.<br>
<a href="https://home.cern/science/computing"><b>CERN 데이터 센터</b></a> - CERN 컴퓨팅 환경의 3D 시각화 (그 외).<br>
<a href="http://howfuckedismydatabase.com/"><b>내 데이터베이스가 얼마나 망가졌나요?</b></a> - 이 편리한 웹사이트로 데이터베이스가 얼마나 망가졌는지 평가하세요.<br>
<a href="https://krisbuytaert.be/blog/linux-troubleshooting-101-2016-edition/index.html"><b>Linux 문제 해결 101, 2016 에디션</b></a> - 모든 것은 DNS 문제입니다...<br>
<a href="https://open.buffer.com/5-whys-process/"><b>5 Whys</b></a> - 문제가 무엇인지 알지만 해결할 수 없나요?<br>
<a href="https://gvnshtn.com/maersk-me-notpetya/"><b>Maersk, 나, 그리고 notPetya</b></a> - 랜섬웨어가 어떻게 수백 개의 도메인 컨트롤러를 성공적으로 하이재킹했을까?<br>
<a href="https://howhttps.works/"><b>howhttps.works</b></a> - HTTPS가 어떻게 작동하는지... 만화로!<br>
<a href="https://howdns.works/"><b>howdns.works</b></a> - DNS가 어떻게 작동하는지에 대한 재미있고 다채로운 설명.<br>
<a href="https://postgresqlco.nf/en/doc/param/"><b>POSTGRESQLCO.NF</b></a> - postgresql.conf 문서 및 권장 사항.<br>
</p>
#### 영감을 주는 목록 [<sup>[TOC]</sup>](#anger-table-of-contents)
##### :black_small_square: SysOps/DevOps
<p>
<a href="https://github.com/kahun/awesome-sysadmin"><b>Awesome Sysadmin</b></a> - 놀랍도록 훌륭한 오픈 소스 시스템 관리 리소스.<br>
<a href="https://github.com/alebcay/awesome-shell"><b>Awesome Shell</b></a> - 멋진 명령줄 프레임워크, 툴킷, 가이드 및 도구.<br>
<a href="https://github.com/learnbyexample/Command-line-text-processing"><b>Command-line-text-processing</b></a> - 텍스트 검색 및 바꾸기, 정렬을 통한 미화 등.<br>
<a href="https://github.com/caesar0301/awesome-pcaptools"><b>Awesome Pcaptools</b></a> - 네트워크 트레이스를 처리하기 위해 다른 연구자들이 개발한 도구 모음.<br>
<a href="https://github.com/zoidbergwill/awesome-ebpf"><b>awesome-ebpf</b></a> - eBPF 관련 멋진 프로젝트들의 선별된 목록.<br>
<a href="https://github.com/leandromoreira/linux-network-performance-parameters"><b>Linux Network Performance</b></a> - 네트워크 sysctl 변수들이 Linux/커널 네트워크 흐름에 맞는 위치.<br>
<a href="https://github.com/dhamaniasad/awesome-postgres"><b>Awesome Postgres</b></a> - 훌륭한 PostgreSQL 소프트웨어, 라이브러리, 도구 및 리소스 목록.<br>
<a href="https://github.com/enochtangg/quick-SQL-cheatsheet"><b>quick-SQL-cheatsheet</b></a> - 모든 SQL 쿼리와 사용 예제에 대한 빠른 참고 자료.<br>
<a href="https://github.com/Kickball/awesome-selfhosted"><b>Awesome-Selfhosted</b></a> - 로컬로 호스팅할 수 있는 무료 소프트웨어 네트워크 서비스 및 웹 애플리케이션 목록.<br>
<a href="https://wiki.archlinux.org/index.php/List_of_applications"><b>애플리케이션 목록</b></a> - 패키지를 찾는 사람들을 위한 참고 자료로, 카테고리별로 정렬된 방대한 앱 목록.<br>
<a href="https://github.com/InterviewMap/CS-Interview-Knowledge-Map"><b>CS-Interview-Knowledge-Map</b></a> - 최고의 면접 지도 만들기.<br>
<a href="https://github.com/Tikam02/DevOps-Guide"><b>DevOps-Guide</b></a> - 기본부터 고급까지 DevOps 가이드, 면접 질문 및 노트 포함.<br>
<a href="https://issue.freebsdfoundation.org/publication/?m=33057&l=1&view=issuelistBrowser"><b>FreeBSD 저널</b></a> - FreeBSD 및 기타 중요한 주제에 관한 정기 간행물 목록.<br>
<a href="https://github.com/bregman-arie/devops-interview-questions"><b>devops-interview-questions</b></a> - 다양한 DevOps 및 SRE 관련 주제에 대한 면접 질문 포함.<br></p>
##### :black_small_square: 개발자
<p>
<a href="https://github.com/kamranahmedse/developer-roadmap"><b>웹 개발자 로드맵</b></a> - 자신의 길을 선택하고 배우고 발전하는 데 도움이 되는 로드맵, 기사 및 리소스.<br>
<a href="https://github.com/thedaviddias/Front-End-Checklist"><b>Front-End-Checklist</b></a> - 현대 웹사이트와 꼼꼼한 개발자를 위한 완벽한 프론트엔드 체크리스트.<br>
<a href="https://github.com/thedaviddias/Front-End-Performance-Checklist"><b>Front-End-Performance-Checklist</b></a> - 다른 것보다 빠르게 실행되는 프론트엔드 성능 체크리스트.<br>
<a href="https://rszalski.github.io/magicmethods/"><b>Python의 매직 메서드</b></a> - 매직 메서드란 무엇인가? 객체 지향 Python의 모든 것입니다.<br>
<a href="https://github.com/satwikkansal/wtfpython"><b>wtfpython</b></a> - 놀라운 Python 스니펫과 덜 알려진 기능들의 모음.<br>
<a href="https://github.com/twhite96/js-dev-reads"><b>js-dev-reads</b></a> - 식별력 있는 웹 개발자를 위한 책과 기사 목록.<br>
<a href="https://github.com/RomuloOliveira/commit-messages-guide"><b>커밋 메시지 가이드</b></a> - 커밋 메시지의 중요성을 이해하기 위한 가이드.<br>
</p>
##### :black_small_square: 보안/침투 테스트<p>
<a href="https://github.com/qazbnm456/awesome-web-security"><b>Awesome Web Security</b></a> - 웹 보안 자료와 리소스를 선별한 목록입니다.<br>
<a href="https://github.com/joe-shenouda/awesome-cyber-skills"><b>awesome-cyber-skills</b></a> - 사이버 기술을 훈련할 수 있는 해킹 환경을 선별한 목록입니다.<br>
<a href="https://github.com/devsecops/awesome-devsecops"><b>awesome-devsecops</b></a> - 훌륭한 데브섹옵스 도구의 권위 있는 목록입니다.<br>
<a href="https://github.com/jivoi/awesome-osint"><b>awesome-osint</b></a> - 놀랍도록 훌륭한 OSINT를 선별한 목록입니다.<br>
<a href="https://github.com/HolyBugx/HolyTips"><b>HolyTips</b></a> - 버그 바운티 헌팅과 웹 애플리케이션 보안에 관한 팁과 튜토리얼입니다.<br>
<a href="https://github.com/hslatman/awesome-threat-intelligence"><b>awesome-threat-intelligence</b></a> - 훌륭한 위협 인텔리전스 리소스를 선별한 목록입니다.<br>
<a href="https://github.com/infosecn1nja/Red-Teaming-Toolkit"><b>Red-Teaming-Toolkit</b></a> - 레드팀 운영에 도움이 되는 오픈소스 및 상용 도구 모음입니다.<br>
<a href="https://github.com/snoopysecurity/awesome-burp-extensions"><b>awesome-burp-extensions</b></a> - 놀랍도록 훌륭한 Burp 확장 기능을 선별한 목록입니다.<br>
<a href="https://github.com/Hack-with-Github/Free-Security-eBooks"><b>Free Security eBooks</b></a> - 무료 보안 및 해킹 eBook 목록입니다.<br>
<a href="https://github.com/yeahhub/Hacking-Security-Ebooks"><b>Hacking-Security-Ebooks</b></a> - 상위 100개의 해킹 및 보안 E-Book입니다.<br>
<a href="https://github.com/nikitavoloboev/privacy-respecting"><b>privacy-respecting</b></a> - 개인정보를 존중하는 서비스와 소프트웨어를 선별한 목록입니다.<br>
<a href="https://github.com/wtsxDev/reverse-engineering"><b>reverse-engineering</b></a> - 훌륭한 리버스 엔지니어링 리소스 목록입니다.<br>
<a href="https://github.com/michalmalik/linux-re-101"><b>linux-re-101</b></a> - 리눅스 리버스 엔지니어링을 위한 리소스 모음입니다.<br>
<a href="https://github.com/onethawt/reverseengineering-reading-list"><b>reverseengineering-reading-list</b></a> - 리버스 엔지니어링 기사, 책, 논문 목록입니다.<br>
<a href="https://github.com/0xInfection/Awesome-WAF"><b>Awesome-WAF</b></a> - 훌륭한 웹 애플리케이션 방화벽(WAF) 관련 자료를 선별한 목록입니다.<br>
<a href="https://github.com/jakejarvis/awesome-shodan-queries"><b>awesome-shodan-queries</b></a> - shodan.io에 입력할 흥미롭고, 재미있으며, 우울한 검색 쿼리입니다.<br>
<a href="https://github.com/danielmiessler/RobotsDisallowed"><b>RobotsDisallowed</b></a> - 가장 일반적이고 흥미로운 robots.txt 금지 디렉터리를 선별한 목록입니다.<br>
<a href="https://github.com/Kayzaks/HackingNeuralNetworks"><b>HackingNeuralNetworks</b></a> - 신경망을 공격하고 방어하는 방법에 대한 소규모 강좌입니다.<br>
<a href="https://gist.github.com/joepie91/7e5cad8c0726fd6a5e90360a754fc568"><b>wildcard-certificates</b></a> - 와일드카드 인증서를 사용해서는 안 되는 이유입니다.<br>
<a href="https://gist.github.com/joepie91/5a9909939e6ce7d09e29"><b>Don't use VPN services</b></a> - 모든 제3자 "VPN 제공업체"가 하는 일입니다.<br>
<a href="https://github.com/InQuest/awesome-yara"><b>awesome-yara</b></a> - 훌륭한 YARA 규칙, 도구, 사람을 선별한 목록입니다.<br>
<a href="https://github.com/drduh/macOS-Security-and-Privacy-Guide"><b>macOS-Security-and-Privacy-Guide</b></a> - macOS에서 보안 및 개인정보를 보호하기 위한 가이드입니다.<br>
<a href="https://github.com/usnistgov/macos_security"><b>macos_security</b></a> - macOS 보안 규정 준수 프로젝트입니다.<br>
<a href="https://github.com/PaulSec/awesome-sec-talks"><b>awesome-sec-talks</b></a> - 훌륭한 보안 강연을 모은 목록입니다.<br>
<a href="https://github.com/k4m4/movies-for-hackers"><b>Movies for Hackers</b></a> - 모든 해커와 사이버펑크가 꼭 봐야 할 영화 목록입니다.<br>
<a href="https://github.com/danieldizzy/Cryptography_1"><b>Cryptography_1</b></a> - Prof. Dan Boneh의 Stanford 암호학 강좌를 수강하면서 사용한 자료입니다.<br>
<a href="https://github.com/ashutosh1206/Crypton"><b>Crypton</b></a> - 공격적 및 방어적 암호학을 배우고 연습하기 위한 라이브러리입니다.<br>
</p>
##### :black_small_square: 기타
<p>
<a href="https://www.cheatography.com/"><b>Cheatography</b></a> - 3,000개 이상의 무료 치트 시트, 복습 자료 및 빠른 참고 자료입니다.<br>
<a href="https://github.com/mre/awesome-static-analysis"><b>awesome-static-analysis</b></a> - 모든 프로그래밍 언어를 위한 정적 분석 도구입니다.<br>
<a href="https://github.com/ossu/computer-science"><b>computer-science</b></a> - 컴퓨터 과학을 무료로 독학할 수 있는 경로입니다.<br>
<a href="https://github.com/danluu/post-mortems"><b>post-mortems</b></a> - 사후 분석(postmortem) 모음입니다 (설정 오류, 하드웨어 장애 등).<br>
<a href="https://github.com/danistefanovic/build-your-own-x"><b>build-your-own-x</b></a> - 나만의 (여기에 기술을 넣으세요)을 만들어보세요.<br>
<a href="https://github.com/rby90/Project-Based-Tutorials-in-C"><b>Project-Based-Tutorials-in-C</b></a> - C 언어 기반 프로젝트 튜토리얼을 선별한 목록입니다.<br>
<a href="https://github.com/kylelobo/The-Documentation-Compendium"><b>The-Documentation-Compendium</b></a> - 다양한 README 템플릿 및 고품질 문서 작성 팁입니다.<br>
<a href="https://github.com/mahmoud/awesome-python-applications"><b>awesome-python-applications</b></a> - 훌륭하게 작동하면서도 오픈소스 Python인 무료 소프트웨어입니다.<br>
<a href="https://github.com/awesomedata/awesome-public-datasets"><b>awesome-public-datasets</b></a> - 주제 중심의 고품질 공개 데이터셋 목록입니다.<br>
<a href="https://github.com/Sahith02/machine-learning-algorithms"><b>machine-learning-algorithms</b></a> - 모든 머신러닝 알고리즘과 개념을 선별한 목록입니다.<br>
</p>
#### 블로그/팟캐스트/비디오 [<sup>[TOC]</sup>](#anger-table-of-contents)
##### :black_small_square: SysOps/DevOps
<p>
<a href="https://www.youtube.com/watch?v=nAFpkV5-vuI"><b>Varnish for PHP developers</b></a> - Mattias Geniar의 매우 흥미로운 Varnish 프레젠테이션입니다.<br>
<a href="https://www.youtube.com/watch?v=CZ3wIuvmHeM"><b>A Netflix Guide to Microservices</b></a> - Netflix의 혼란스럽고 생동감 넘치는 마이크로서비스 세계에 대한 이야기입니다.<br>
</p>
##### :black_small_square: 개발자
<p>
<a href="https://www.youtube.com/watch?v=yOyaJXpAYZQ"><b>Comparing C to machine lang</b></a> - 간단한 C 애플리케이션과 컴파일된 기계어 코드를 비교합니다.<br>
</p>
##### :black_small_square: 괴짜 인물
<p>
<a href="http://www.brendangregg.com/"><b>Brendan Gregg's Blog</b></a> - 컴퓨팅 성능 및 클라우드 컴퓨팅 분야의 업계 전문가입니다.<br>
<a href="https://gynvael.coldwind.pl/"><b>Gynvael "GynDream" Coldwind</b></a> - Google의 IT 보안 엔지니어입니다.<br>
<a href="http://lcamtuf.coredump.cx/"><b>Michał "lcamtuf" Zalewski</b></a> - 화이트햇 해커, 컴퓨터 보안 전문가입니다.<br>
<a href="https://ma.ttias.be/"><b>Mattias Geniar</b></a> - 개발자, 시스템 관리자, 블로거, 팟캐스터, 대중 연설가입니다.<br>
<a href="https://nickcraver.com/"><b>Nick Craver</b></a> - Stack Exchange의 소프트웨어 개발자이자 시스템 관리자입니다.<br>
<a href="https://scotthelme.co.uk/"><b>Scott Helme</b></a> - 보안 연구원, 연설가, securityheaders.com 및 report-uri.com의 창립자입니다.<br>
<a href="https://krebsonsecurity.com/"><b>Brian Krebs</b></a> - The Washington Post 출신, 현재 독립 수사 저널리스트입니다.<br>
<a href="https://www.schneier.com/"><b>Bruce Schneier</b></a> - 국제적으로 유명한 보안 기술자, "보안 전문가"로 불립니다.<br>
<a href="https://chrissymorgan.co.uk/"><b>Chrissy Morgan</b></a> - 실용적 학습 옹호자, 버그 바운티 프로그램에 참여합니다.<br>
<a href="https://blog.zsec.uk/"><b>Andy Gill</b></a> - 마음은 해커이며 시니어 침투 테스터로 일하고 있습니다.<br>
<a href="https://danielmiessler.com/"><b>Daniel Miessler</b></a> - 사이버보안 전문가이자 작가입니다.<br>
<a href="https://samy.pl/"><b>Samy Kamkar</b></a> - 미국의 개인정보 및 보안 연구원, 컴퓨터 해커입니다.<br>
<a href="https://www.j4vv4d.com/"><b>Javvad Malik</b></a> - AlienVault의 보안 옹호자, 블로거, 이벤트 연사, 업계 논평가입니다.<br>
<a href="https://www.grahamcluley.com/"><b>Graham Cluley</b></a> - 대중 연설가이자 독립 컴퓨터 보안 분석가입니다.<br>
<a href="https://security.szurek.pl/"><b>Kacper Szurek</b></a> - ESET의 탐지 엔지니어입니다.<br>
<a href="https://www.troyhunt.com/"><b>Troy Hunt</b></a> - 보안 주제에 대한 대중 교육 및 홍보로 유명한 웹 보안 전문가입니다.<br>
<a href="https://raymii.org/s/index.html"><b>raymii.org</b></a> - 고가용성 클라우드 환경 구축을 전문으로 하는 시스템 관리자입니다.<br>
<a href="https://robert.penz.name/"><b>Robert Penz</b></a> - IT 보안 전문가입니다.<br>
</p>
##### :black_small_square: 괴짜 블로그
<p>
<a href="https://linux-audit.com/"><b>Linux Audit</b></a> - Michael Boelen의 감사, 강화, 규정 준수에 관한 Linux 보안 블로그입니다.<br>
<a href="https://linuxsecurity.expert/"><b>Linux Security Expert</b></a> - 교육, 사용 방법, 체크리스트, 보안 도구 등.<br>
<a href="http://www.grymoire.com/"><b>The Grymoire</b></a> - 컴퓨터 마법사, 마술사 등 모든 이를 위한 유용한 주문 모음집입니다.<br>
<a href="https://www.secjuice.com"><b>Secjuice</b></a> - 정보 보안 분야의 유일한 비영리, 독립, 자원 기반 출판물입니다.<br>
<a href="https://duo.com/decipher"><b>Decipher</b></a> - 정보를 제공하고 영감을 주는 보안 뉴스입니다.<br>
</p>
##### :black_small_square: 괴짜 벤더 블로그
<p>
<a href="https://www.tenable.com/podcast"><b>Tenable Podcast</b></a> - Cyber Exposure 등에 관한 대화와 인터뷰입니다.<br>
<a href="https://nakedsecurity.sophos.com/"><b>Sophos</b></a> - 위협 뉴스룸, 컴퓨터 보안 이슈에 대한 뉴스, 의견, 조언, 연구를 제공합니다.<br>
<a href="https://www.tripwire.com/state-of-security/"><b>Tripwire State of Security</b></a> - 최신 보안 이슈에 대한 뉴스, 트렌드, 인사이트를 제공하는 블로그입니다.<br>
<a href="https://blog.malwarebytes.com/"><b>Malwarebytes Labs Blog</b></a> - 사이버보안에 관한 내부자 뉴스를 제공하는 보안 블로그입니다.<br>
<a href="https://www.trustedsec.com/category/articles/"><b>TrustedSec</b></a> - 사이버보안에 관한 최신 뉴스와 트렌드입니다.<br>
<a href="https://portswigger.net/blog"><b>PortSwigger Web Security Blog</b></a> - 웹 애플리케이션 보안 취약점 및 보안팀의 주요 팁에 관한 블로그입니다.<br>
<a href="https://www.alienvault.com/blogs"><b>AT&T Cybersecurity blog</b></a> - 새로운 위협에 대한 뉴스와 위협 탐지를 간소화하는 실용적인 조언입니다.<br>
<a href="https://thycotic.com/company/blog/"><b>Thycotic</b></a> - CISO와 IT 관리자가 업계 트렌드, IT 보안 등을 배우는 곳입니다.<br>
</p>
##### :black_small_square: 괴짜 사이버보안 팟캐스트
<p>
<a href="https://risky.biz/netcasts/risky-business/"><b>Risky Business</b></a> - 뉴스와 심층 인터뷰를 제공하는 주간 정보 보안 팟캐스트입니다.<br>
<a href="https://www.vice.com/en_us/topic/cyber"><b>Cyber, by Motherboard</b></a> - 사이버보안에 관한 이야기와 아이디어에 초점을 맞춥니다.<br>
<a href="https://www.tenable.com/podcast"><b>Tenable Podcast</b></a> - Cyber Exposure 등에 관한 대화와 인터뷰입니다.<br>
<a href="https://podcasts.apple.com/gb/podcast/cybercrime-investigations/id1428801405"><b>Cybercrime Investigations</b></a> - Geoff White의 사이버 범죄에 관한 팟캐스트입니다.<br>
<a href="https://themanyhats.club/tag/episodes/"><b>The many hats club</b></a> - 다양한 정보보안 관계자(화이트햇, 그레이햇, 블랙햇)의 이야기를 소개합니다.<br>
<a href="https://darknetdiaries.com/"><b>Darknet Diaries</b></a> - 인터넷의 어두운 면에서 온 실화입니다.<br>
<a href="https://www.youtube.com/playlist?list=PL423I_gHbWUXah3dmt_q_XNp0NlGAKjis"><b>OSINTCurious Webcasts</b></a> - 사람들이 OSINT에서 성공하도록 돕는 수사적 호기심입니다.<br>
<a href="https://www.youtube.com/user/SecurityWeeklyTV"><b>Security Weekly</b></a> - 최신 정보 보안 및 해킹 뉴스입니다.<br>
</p>
##### :black_small_square: 괴짜 사이버보안 비디오 블로그
<p>
<a href="https://www.youtube.com/channel/UCzvJStjySZVvOBsPl-Vgj0g"><b>rev3rse security</b></a> - 공격, 바이너리 익스플로잇, 웹 애플리케이션 보안, 강화, 레드팀, 블루팀.<br>
<a href="https://www.youtube.com/channel/UClcE-kVhqyiHCcjYwcpfj9w"><b>LiveOverflow</b></a> - 유료 온라인 강좌에서 일반적으로 제공되는 것보다 훨씬 더 고급 주제를 무료로 제공합니다.<br>
<a href="https://www.youtube.com/infoseccynic"><b>J4vv4D</b></a> - 인터넷 보안에 관한 중요한 정보입니다.<br>
<a href="https://cybertalks.co.uk/"><b>CyberTalks</b></a> - 사이버보안에 관한 강연, 인터뷰, 기사입니다.<br>
</p>
##### :black_small_square: 최고의 개인 트위터 계정
<p>
<a href="https://twitter.com/blackroomsec"><b>@blackroomsec</b></a> - 화이트햇 해커/침투 테스터입니다. 1990년 은하계 지뢰찾기 챔피언.<br>
<a href="https://twitter.com/MarcoCiappelli"><b>@MarcoCiappelli</b></a> - @ITSPmagazine 공동 창립자, IT 보안과 사회의 교차점에 있습니다.<br>
<a href="https://twitter.com/binitamshah"><b>@binitamshah</b></a> - Linux 전도사. 악성코드. 커널 개발. 보안 애호가.<br>
<a href="https://twitter.com/joe_carson"><b>@joe_carson</b></a> - 정보 보안 전문가이자 기술 괴짜입니다.<br>
<a href="https://twitter.com/mikko"><b>@mikko</b></a> - F-Secure CRO, 리버스 엔지니어, TED 연사, 슈퍼빌런.<br>
<a href="https://twitter.com/esrtweet"><b>@esrtweet</b></a> - 종종 ESR로 불리며, 미국 소프트웨어 개발자이자 오픈소스 소프트웨어 옹호자입니다.<br>
<a href="https://twitter.com/gynvael"><b>@gynvael</b></a> - 보안 연구원/프로그래머, @DragonSectorCTF 창립자/선수, 기술 스트리머.<br>
<a href="https://twitter.com/x0rz"><b>@x0rz</b></a> - 보안 연구원 및 사이버 옵저버.<br>
<a href="https://twitter.com/hasherezade"><b>@hasherezade</b></a> - 프로그래머, 악성코드 분석가. PEbear, PEsieve, libPeConv 저자.<br>
<a href="https://twitter.com/TinkerSec"><b>@TinkerSec</b></a> - 땜장이, 사이퍼펑크, 해커.<br>
<a href="https://twitter.com/alisaesage"><b>@alisaesage</b></a> - 독립 해커 및 연구원.<br>
<a href="https://twitter.com/SwiftOnSecurity"><b>@SwiftOnSecurity</b></a> - 시스템 보안, 산업 안전, 시스템 관리자, decentsecurity.com 저자.<br>
<a href="https://twitter.com/dakami"><b>@dakami</b></a> - DNS 루트 키를 복원할 권한이 있는 단 7명 중 한 명입니다.<br>
<a href="https://twitter.com/samykamkar"><b>@samykamkar</b></a> - 유명한 "그레이햇" 해커, 보안 연구원, MySpace "Samy" 웜의 창시자.<br>
<a href="https://twitter.com/securityweekly"><b>@securityweekly</b></a> - Security Weekly 팟캐스트 네트워크 창립자 겸 CTO.<br>
<a href="https://twitter.com/jack_daniel"><b>@jack_daniel</b></a> - @SecurityBSides 공동 창립자.<br>
<a href="https://twitter.com/thegrugq"><b>@thegrugq</b></a> - 보안 연구원.<br>
<a href="https://twitter.com/matthew_d_green"><b>@matthew_d_green</b></a> - Johns Hopkins University의 암호학자이자 교수.<br>
</p>
##### :black_small_square: 최고의 상업 트위터 계정
<p>
<a href="https://twitter.com/haveibeenpwned"><b>@haveibeenpwned</b></a> - 데이터 유출로 손상된 계정이 있는지 확인합니다.<br>
<a href="https://twitter.com/bugcrowd"><b>@bugcrowd</b></a> - Fortune 500대 기업 중 다른 어떤 크라우드소싱 보안 플랫폼보다 더 많은 신뢰를 받고 있습니다.<br>
<a href="https://twitter.com/Malwarebytes"><b>@Malwarebytes</b></a> - 가장 신뢰받는 보안 회사. 비교할 수 없는 위협 가시성.<br>
<a href="https://twitter.com/sansforensics"><b>@sansforensics</b></a> - 세계 최고의 디지털 포렌식 및 침해 대응 제공업체.<br>
<a href="https://twitter.com/attcyber"><b>@attcyber</b></a> - AT&T Cybersecurity의 Edge-to-Edge 기술은 위협 인텔리전스 등을 제공합니다.<br>
<a href="https://twitter.com/TheManyHatsClub"><b>@TheManyHatsClub</b></a> - 정보 보안에 초점을 맞춘 팟캐스트이자 다양한 배경의 개인 그룹.<br>
<a href="https://twitter.com/hedgehogsec"><b>@hedgehogsec</b></a> - Hedgehog Cyber. 지브롤터와 맨체스터 최고의 부티크 정보 보안 회사.<br>
<a href="https://twitter.com/NCSC"><b>@NCSC</b></a> - 국가 사이버 보안 센터(National Cyber Security Centre). 영국을 온라인에서 살고 일하기에 가장 안전한 곳으로 만드는 데 기여.<br>
<a href="https://twitter.com/Synacktiv"><b>@Synacktiv</b></a> - IT 보안 전문가.<br>
</p>
##### :black_small_square: 역사의 한 조각
<p>
<a href="http://web.archive.org/web/20190221103734/https://ftp.arl.army.mil/~mike/howto/"><b>How to Do Things at ARL</b></a> - 모뎀 구성, 이미지 스캔, CD-ROM 기록 등에 관한 방법입니다.<b>*</b><br>
</p>
##### :black_small_square: 기타
<p>
<a href="https://www.youtube.com/watch?v=3QnD2c4Xovk"><b>Diffie-Hellman Key Exchange (short version)</b></a> - Diffie-Hellman 키 교환이 작동하는 방식입니다.<br>
</p>
#### 해킹/침투 테스트 [<sup>[TOC]</sup>](#anger-table-of-contents)
##### :black_small_square: 침투 테스터의 무기고 도구
<p>
<a href="https://www.youtube.com/watch?v=3QnD2c4Xovk"><b>Diffie-Hellman Key Exchange (short version)</b></a> - Diffie-Hellman 키 교환이 작동하는 방식입니다.<br>
</p><p>
<a href="http://www.syhunt.com/sandcat/"><b>Sandcat Browser</b></a> - 침투 테스트에 특화된 브라우저로, 다양한 고급 기능이 이미 내장되어 있습니다.<br>
<a href="https://www.metasploit.com/"><b>Metasploit</b></a> - 시스템, 웹 등 다양한 분야의 침투 테스트를 위한 도구 및 프레임워크.<br>
<a href="https://portswigger.net/burp"><b>Burp Suite</b></a> - 웹 애플리케이션 보안 테스트 도구로, 요청 재전송, 주입, 스캔, 퍼징을 위한 인터셉트 프록시.<br>
<a href="https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project"><b>OWASP Zed Attack Proxy</b></a> - HTTP 요청을 재전송, 주입, 스캔, 퍼징할 수 있는 인터셉트 프록시.<br>
<a href="http://w3af.org/"><b>w3af</b></a> - 웹 애플리케이션 공격 및 감사 프레임워크.<br>
<a href="https://mitmproxy.org/"><b>mitmproxy</b></a> - 침투 테스터를 위한 대화형 TLS 지원 HTTP 프록시.<br>
<a href="https://cirt.net/Nikto2"><b>Nikto2</b></a> - 웹 서버에 대해 다양한 항목을 종합적으로 테스트하는 웹 서버 스캐너.<br>
<a href="http://sqlmap.org/"><b>sqlmap</b></a> - SQL 인젝션 취약점 탐지 및 익스플로잇을 자동화하는 도구.<br>
<a href="https://github.com/lanmaster53/recon-ng"><b>Recon-ng</b></a> - Python으로 작성된 풀 기능의 웹 정찰 프레임워크.<br>
<a href="https://github.com/Tib3rius/AutoRecon"><b>AutoRecon</b></a> - 서비스의 자동 열거를 수행하는 네트워크 정찰 도구.<br>
<a href="https://www.faradaysec.com/"><b>Faraday</b></a> - 통합 다중 사용자 침투 테스트 환경.<br>
<a href="https://github.com/s0md3v/Photon"><b>Photon</b></a> - OSINT를 위해 설계된 매우 빠른 크롤러.<br>
<a href="https://github.com/s0md3v/XSStrike"><b>XSStrike</b></a> - 가장 진보된 XSS 탐지 제품군.<br>
<a href="https://github.com/1N3/Sn1per"><b>Sn1per</b></a> - 공격 보안 전문가를 위한 자동화된 침투 테스트 프레임워크.<br>
<a href="https://github.com/future-architect/vuls"><b>vuls</b></a> - Linux, FreeBSD 등을 위한 에이전트 없는 취약점 스캐너.<br>
<a href="https://github.com/google/tsunami-security-scanner"><b>tsunami</b></a> - 확장 가능한 플러그인 시스템을 갖춘 범용 네트워크 보안 스캐너.<br>
<a href="https://github.com/michenriksen/aquatone"><b>aquatone</b></a> - 도메인 플라이오버(domain flyover) 도구.<br>
<a href="https://github.com/GitHackTools/BillCipher"><b>BillCipher</b></a> - 웹사이트 또는 IP 주소에 대한 정보 수집 도구.<br>
<a href="https://github.com/Ekultek/WhatWaf"><b>WhatWaf</b></a> - 웹 애플리케이션 방화벽 및 보호 시스템 탐지 및 우회.<br>
<a href="https://github.com/s0md3v/Corsy"><b>Corsy</b></a> - CORS 설정 오류 스캐너.<br>
<a href="https://github.com/evyatarmeged/Raccoon"><b>Raccoon</b></a> - 정찰 및 취약점 스캔을 위한 고성능 공격 보안 도구.<br>
<a href="https://github.com/Nekmo/dirhunt"><b>dirhunt</b></a> - 무차별 대입 없이 웹 디렉터리 찾기.<br>
<a href="https://www.openwall.com/john/"><b>John The Ripper</b></a> - 빠른 비밀번호 크래커로, 현재 Unix, Windows 등 다양한 플랫폼에서 사용 가능.<br>
<a href="https://hashcat.net/hashcat/"><b>hashcat</b></a> - 세계에서 가장 빠르고 진보된 비밀번호 복구 유틸리티.<br>
<a href="http://lcamtuf.coredump.cx/p0f3/"><b>p0f</b></a> - 모든 우발적 TCP/IP 통신의 주체를 식별하는 도구.<br>
<a href="https://github.com/mozilla/ssh_scan"><b>ssh_scan</b></a> - SSH 설정 및 정책 스캐너 프로토타입.<br>
<a href="https://github.com/woj-ciech/LeakLooker"><b>LeakLooker</b></a> - 공개 데이터베이스 찾기 - Binaryedge.io 제공.<br>
<a href="https://github.com/offensive-security/exploitdb"><b>exploitdb</b></a> - Exploit Database의 검색 가능한 아카이브.<br>
<a href="https://github.com/vulnersCom/getsploit"><b>getsploit</b></a> - 익스플로잇 검색 및 다운로드를 위한 명령줄 유틸리티.<br>
<a href="https://github.com/zardus/ctf-tools"><b>ctf-tools</b></a> - 보안 연구 도구를 위한 설정 스크립트 모음.<br>
<a href="https://github.com/Gallopsled/pwntools"><b>pwntools</b></a> - CTF 프레임워크 및 익스플로잇 개발 라이브러리.<br>
<a href="https://github.com/bl4de/security-tools"><b>security-tools</b></a> - 주로 Python으로 작성된 소규모 보안 도구 모음. CTF, 침투 테스트 등.<br>
<a href="https://github.com/leonteale/pentestpackage"><b>pentestpackage</b></a> - 침투 테스트 스크립트 패키지.<br>
<a href="https://github.com/dloss/python-pentest-tools"><b>python-pentest-tools</b></a> - 침투 테스터를 위한 Python 도구.<br>
<a href="https://github.com/fuzzdb-project/fuzzdb"><b>fuzzdb</b></a> - 블랙박스 애플리케이션 오류 주입을 위한 공격 패턴 및 프리미티브 사전.<br>
<a href="https://github.com/google/AFL"><b>AFL</b></a> - Google이 유지 관리하는 자유 소프트웨어 퍼저.<br>
<a href="https://github.com/AFLplusplus/AFLplusplus"><b>AFL++</b></a> - 커뮤니티 패치가 적용된 AFL.<br>
<a href="https://github.com/google/syzkaller"><b>syzkaller</b></a> - 비지도 학습, 커버리지 기반 커널 퍼저.<br>
<a href="https://github.com/pwndbg/pwndbg"><b>pwndbg</b></a> - GDB를 이용한 익스플로잇 개발 및 리버스 엔지니어링을 쉽게 해주는 도구.<br>
<a href="https://github.com/longld/peda"><b>GDB PEDA</b></a> - GDB용 Python 익스플로잇 개발 보조 도구.<br>
<a href="https://www.hex-rays.com/products/ida/index.shtml"><b>IDA</b></a> - 멀티 프로세서 디스어셈블러 및 디버거로, 악성코드 리버스 엔지니어링에 유용.<br>
<a href="https://github.com/radare/radare2"><b>radare2</b></a> - 바이너리 리버스 엔지니어링 및 분석을 위한 프레임워크.<br>
<a href="https://github.com/threat9/routersploit"><b>routersploit</b></a> - 임베디드 장치를 위한 익스플로잇 프레임워크.<br>
<a href="https://github.com/NationalSecurityAgency/ghidra"><b>Ghidra</b></a> - 소프트웨어 리버스 엔지니어링(SRE) 프레임워크.<br>
<a href="https://cutter.re/"><b>Cutter</b></a> - Ghidra의 디컴파일러를 통합한 SRE 플랫폼.<br>
<a href="https://github.com/salesforce/vulnreport"><b>Vulnreport</b></a> - Salesforce 제품 보안 팀이 만든 오픈소스 침투 테스트 관리 및 자동화 플랫폼.<br>
<a href="https://github.com/sc0tfree/mentalist"><b>Mentalist</b></a> - 사용자 정의 워드리스트 생성을 위한 그래픽 도구.<br>
<a href="https://github.com/archerysec/archerysec"><b>archerysec</b></a> - 취약점 평가 및 관리를 통해 스캔 수행 및 취약점 관리를 지원합니다.<br>
<a href="https://github.com/j3ssie/Osmedeus"><b>Osmedeus</b></a> - 정찰 및 취약점 스캔을 위한 완전 자동화된 공격 보안 도구.<br>
<a href="https://github.com/beefproject/beef"><b>beef</b></a> - 브라우저 익스플로잇 프레임워크 프로젝트.<br>
<a href="https://github.com/NullArray/AutoSploit"><b>AutoSploit</b></a> - 자동화된 대규모 익스플로잇 도구.<br>
<a href="https://github.com/TH3xACE/SUDO_KILLER"><b>SUDO_KILLER</b></a> - sudo 규칙의 잘못된 설정 및 취약점을 식별하고 익스플로잇하는 도구.<br>
<a href="https://github.com/VirusTotal/yara"><b>yara</b></a> - 패턴 매칭의 스위스 나이프.<br>
<a href="https://github.com/gentilkiwi/mimikatz"><b>mimikatz</b></a> - Windows 보안을 다루는 작은 도구.<br>
<a href="https://github.com/sherlock-project/sherlock"><b>sherlock</b></a> - 사용자 이름으로 소셜 네트워크에서 소셜 미디어 계정을 검색합니다.<br>
<a href="https://owasp.org/www-project-threat-dragon/"><b>OWASP Threat Dragon</b></a> - 위협 모델 다이어그램을 만들고 가능한 위협을 기록하는 도구.<br>
</p>
##### :black_small_square: Pentests 북마크 모음
<p>
<a href="http://www.pentest-standard.org/index.php/Main_Page"><b>PTES</b></a> - 침투 테스트 실행 표준.<br>
<a href="https://www.amanhardikar.com/mindmaps/Practice.html"><b>Pentests MindMap</b></a> - 취약한 애플리케이션과 시스템에 대한 놀라운 마인드맵.<br>
<a href="https://www.amanhardikar.com/mindmaps/webapptest.html"><b>WebApps Security Tests MindMap</b></a> - WebApp 보안 테스트에 대한 놀라운 마인드맵.<br>
<a href="https://brutelogic.com.br/blog/"><b>Brute XSS</b></a> - Cross Site Scripting 마스터하기.<br>