diff --git a/README.md b/README.md index ab7c2d7..059b025 100644 --- a/README.md +++ b/README.md @@ -35,15 +35,15 @@ **** -## :notebook_with_decorative_cover: What is it? +## ๐ What is it? This repository is a collection of various materials and tools that I use every day in my work. It contains a lot of useful information gathered in one piece. It is an invaluable source of knowledge for me that I often look back on. -## :restroom: For whom? +## ๐ป For whom? For everyone, really. Here everyone can find their favourite tastes. But to be perfectly honest, it is aimed towards System and Network administrators, DevOps, Pentesters, and Security Researchers. -## :information_source: Contributing +## โน๏ธ Contributing If you find something which doesn't make sense, or something doesn't seem right, please make a pull request and please add valid and well-reasoned explanations about your changes or comments. @@ -85,11 +85,11 @@ This project exists thanks to all the people who contribute.
-## :newspaper: RSS Feed & Updates +## ๐ฐ RSS Feed & Updates GitHub exposes an [RSS/Atom](https://github.com/trimstray/the-book-of-secret-knowledge/commits.atom) feed of the commits, which may also be useful if you want to be kept informed about all changes. -## :ballot_box_with_check: ToDo +## โ๏ธ ToDo - [ ] Add new stuff... - [ ] Add useful shell functions @@ -98,7 +98,7 @@ GitHub exposes an [RSS/Atom](https://github.com/trimstray/the-book-of-secret-kno New items are also added on a regular basis. -## :anger: Table of Contents +## ๐ข Table of Contents Only main chapters: @@ -118,1414 +118,1414 @@ Only main chapters: - **[Shell Tricks](#shell-tricks-toc)** - **[Shell Functions](#shell-functions-toc)** -## :trident: The Book of Secret Knowledge (Chapters) +## ๐ฑ The Book of Secret Knowledge (Chapters) #### CLI Tools [[TOC]](#anger-table-of-contents) -##### :black_small_square: Shells +##### โช๏ธ Shells
- :small_orange_diamond: GNU Bash - is an sh-compatible shell that incorporates useful features from the Korn shell and C shell.
- :small_orange_diamond: Zsh - is a shell designed for interactive use, although it is also a powerful scripting language.
- :small_orange_diamond: tclsh - is a very powerful cross-platform shell, suitable for a huge range of uses.
- :small_orange_diamond: bash-it - is a framework for using, developing and maintaining shell scripts and custom commands.
- :small_orange_diamond: Oh My ZSH! - is the best framework for managing your Zsh configuration.
- :small_orange_diamond: Oh My Fish - the Fishshell framework.
- :small_orange_diamond: Starship - the cross-shell prompt written in Rust.
- :small_orange_diamond: powerlevel10k - is a fast reimplementation of Powerlevel9k ZSH theme.
+ ๐ธ GNU Bash - is an sh-compatible shell that incorporates useful features from the Korn shell and C shell.
+ ๐ธ Zsh - is a shell designed for interactive use, although it is also a powerful scripting language.
+ ๐ธ tclsh - is a very powerful cross-platform shell, suitable for a huge range of uses.
+ ๐ธ bash-it - is a framework for using, developing and maintaining shell scripts and custom commands.
+ ๐ธ Oh My ZSH! - is the best framework for managing your Zsh configuration.
+ ๐ธ Oh My Fish - the Fishshell framework.
+ ๐ธ Starship - the cross-shell prompt written in Rust.
+ ๐ธ powerlevel10k - is a fast reimplementation of Powerlevel9k ZSH theme.
- :small_orange_diamond: z - tracks the folder you use the most and allow you to jump, without having to type the whole path.
- :small_orange_diamond: fzf - is a general-purpose command-line fuzzy finder.
- :small_orange_diamond: zsh-autosuggestions - Fish-like autosuggestions for Zsh.
- :small_orange_diamond: zsh-syntax-highlighting - Fish shell like syntax highlighting for Zsh.
- :small_orange_diamond: Awesome ZSH Plugins - A list of frameworks, plugins, themes and tutorials for ZSH.
+ ๐ธ z - tracks the folder you use the most and allow you to jump, without having to type the whole path.
+ ๐ธ fzf - is a general-purpose command-line fuzzy finder.
+ ๐ธ zsh-autosuggestions - Fish-like autosuggestions for Zsh.
+ ๐ธ zsh-syntax-highlighting - Fish shell like syntax highlighting for Zsh.
+ ๐ธ Awesome ZSH Plugins - A list of frameworks, plugins, themes and tutorials for ZSH.
- :small_orange_diamond: Midnight Commander - is a visual file manager, licensed under GNU General Public License.
- :small_orange_diamond: ranger - is a VIM-inspired filemanager for the console.
- :small_orange_diamond: nnn - is a tiny, lightning fast, feature-packed file manager.
- :small_orange_diamond: screen - is a full-screen window manager that multiplexes a physical terminal.
- :small_orange_diamond: tmux - is a terminal multiplexer, lets you switch easily between several programs in one terminal.
- :small_orange_diamond: tmux-cssh - is a tool to set comfortable and easy to use functionality, clustering and synchronizing tmux-sessions.
+ ๐ธ Midnight Commander - is a visual file manager, licensed under GNU General Public License.
+ ๐ธ ranger - is a VIM-inspired filemanager for the console.
+ ๐ธ nnn - is a tiny, lightning fast, feature-packed file manager.
+ ๐ธ screen - is a full-screen window manager that multiplexes a physical terminal.
+ ๐ธ tmux - is a terminal multiplexer, lets you switch easily between several programs in one terminal.
+ ๐ธ tmux-cssh - is a tool to set comfortable and easy to use functionality, clustering and synchronizing tmux-sessions.
- :small_orange_diamond: vi - is one of the most common text editors on Unix.
- :small_orange_diamond: vim - is a highly configurable text editor.
- :small_orange_diamond: emacs - is an extensible, customizable, free/libre text editor, and more.
- :small_orange_diamond: micro - is a modern and intuitive terminal-based text editor.
- :small_orange_diamond: neovim - is a free open source, powerful, extensible and usable code editor.
- :small_orange_diamond: spacemacs - a community-driven Emacs distribution.
- :small_orange_diamond: spacevim - a community-driven vim distribution.
+ ๐ธ vi - is one of the most common text editors on Unix.
+ ๐ธ vim - is a highly configurable text editor.
+ ๐ธ emacs - is an extensible, customizable, free/libre text editor, and more.
+ ๐ธ micro - is a modern and intuitive terminal-based text editor.
+ ๐ธ neovim - is a free open source, powerful, extensible and usable code editor.
+ ๐ธ spacemacs - a community-driven Emacs distribution.
+ ๐ธ spacevim - a community-driven vim distribution.
- :small_orange_diamond: fd - is a simple, fast and user-friendly alternative to find.
- :small_orange_diamond: ncdu - is an easy to use, fast disk usage analyzer.
+ ๐ธ fd - is a simple, fast and user-friendly alternative to find.
+ ๐ธ ncdu - is an easy to use, fast disk usage analyzer.
- :small_orange_diamond: PuTTY - is an SSH and telnet client, developed originally by Simon Tatham.
- :small_orange_diamond: Mosh - is a SSH wrapper designed to keep a SSH session alive over a volatile connection.
- :small_orange_diamond: Eternal Terminal - enables mouse-scrolling and tmux commands inside the SSH session.
- :small_orange_diamond: nmap - is a free and open source (license) utility for network discovery and security auditing.
- :small_orange_diamond: zmap - is a fast single packet network scanner designed for Internet-wide network surveys.
- :small_orange_diamond: Rust Scan - to find all open ports faster than Nmap.
- :small_orange_diamond: masscan - is the fastest Internet port scanner, spews SYN packets asynchronously.
- :small_orange_diamond: pbscan - is a faster and more efficient stateless SYN scanner and banner grabber.
- :small_orange_diamond: hping - is a command-line oriented TCP/IP packet assembler/analyzer.
- :small_orange_diamond: mtr - is a tool that combines the functionality of the 'traceroute' and 'ping' programs in a single tool.
- :small_orange_diamond: mylg - utility which combines the functions of the different network probes in one diagnostic tool.
- :small_orange_diamond: netcat - utility which reads and writes data across network connections, using the TCP/IP protocol.
- :small_orange_diamond: socat - utility which transfers data between two objects.
- :small_orange_diamond: tcpdump - is a powerful command-line packet analyzer.
- :small_orange_diamond: tshark - is a tool that allows us to dump and analyze network traffic (wireshark cli).
- :small_orange_diamond: Termshark - is a simple terminal user-interface for tshark.
- :small_orange_diamond: ngrep - is like GNU grep applied to the network layer.
- :small_orange_diamond: netsniff-ng - is a Swiss army knife for your daily Linux network plumbing if you will.
- :small_orange_diamond: sockdump - dump unix domain socket traffic.
- :small_orange_diamond: stenographer - is a packet capture solution which aims to quickly spool all packets to disk.
- :small_orange_diamond: tcpterm - visualize packets in TUI.
- :small_orange_diamond: bmon - is a monitoring and debugging tool to capture networking related statistics and prepare them visually.
- :small_orange_diamond: iptraf-ng - is a console-based network monitoring program for Linux that displays information about IP traffic.
- :small_orange_diamond: vnstat - is a network traffic monitor for Linux and BSD.
- :small_orange_diamond: iPerf3 - is a tool for active measurements of the maximum achievable bandwidth on IP networks.
- :small_orange_diamond: ethr - is a Network Performance Measurement Tool for TCP, UDP & HTTP.
- :small_orange_diamond: Etherate - is a Linux CLI based Ethernet and MPLS traffic testing tool.
- :small_orange_diamond: echoip - is a IP address lookup service.
- :small_orange_diamond: Nemesis - packet manipulation CLI tool; craft and inject packets of several protocols.
- :small_orange_diamond: packetfu - a mid-level packet manipulation library for Ruby.
- :small_orange_diamond: Scapy - packet manipulation library; forge, send, decode, capture packets of a wide number of protocols.
- :small_orange_diamond: impacket - is a collection of Python classes for working with network protocols.
- :small_orange_diamond: ssh-audit - is a tool for SSH server auditing.
- :small_orange_diamond: aria2 - is a lightweight multi-protocol & multi-source command-line download utility.
- :small_orange_diamond: iptables-tracer - observe the path of packets through the iptables chains.
- :small_orange_diamond: inception - a highly configurable tool to check for whatever you like against any number of hosts.
- :small_orange_diamond: mRemoteNG - a fork of mRemote, multi-tabbed PuTTy on steroids!
+ ๐ธ PuTTY - is an SSH and telnet client, developed originally by Simon Tatham.
+ ๐ธ Mosh - is a SSH wrapper designed to keep a SSH session alive over a volatile connection.
+ ๐ธ Eternal Terminal - enables mouse-scrolling and tmux commands inside the SSH session.
+ ๐ธ nmap - is a free and open source (license) utility for network discovery and security auditing.
+ ๐ธ zmap - is a fast single packet network scanner designed for Internet-wide network surveys.
+ ๐ธ Rust Scan - to find all open ports faster than Nmap.
+ ๐ธ masscan - is the fastest Internet port scanner, spews SYN packets asynchronously.
+ ๐ธ pbscan - is a faster and more efficient stateless SYN scanner and banner grabber.
+ ๐ธ hping - is a command-line oriented TCP/IP packet assembler/analyzer.
+ ๐ธ mtr - is a tool that combines the functionality of the 'traceroute' and 'ping' programs in a single tool.
+ ๐ธ mylg - utility which combines the functions of the different network probes in one diagnostic tool.
+ ๐ธ netcat - utility which reads and writes data across network connections, using the TCP/IP protocol.
+ ๐ธ socat - utility which transfers data between two objects.
+ ๐ธ tcpdump - is a powerful command-line packet analyzer.
+ ๐ธ tshark - is a tool that allows us to dump and analyze network traffic (wireshark cli).
+ ๐ธ Termshark - is a simple terminal user-interface for tshark.
+ ๐ธ ngrep - is like GNU grep applied to the network layer.
+ ๐ธ netsniff-ng - is a Swiss army knife for your daily Linux network plumbing if you will.
+ ๐ธ sockdump - dump unix domain socket traffic.
+ ๐ธ stenographer - is a packet capture solution which aims to quickly spool all packets to disk.
+ ๐ธ tcpterm - visualize packets in TUI.
+ ๐ธ bmon - is a monitoring and debugging tool to capture networking related statistics and prepare them visually.
+ ๐ธ iptraf-ng - is a console-based network monitoring program for Linux that displays information about IP traffic.
+ ๐ธ vnstat - is a network traffic monitor for Linux and BSD.
+ ๐ธ iPerf3 - is a tool for active measurements of the maximum achievable bandwidth on IP networks.
+ ๐ธ ethr - is a Network Performance Measurement Tool for TCP, UDP & HTTP.
+ ๐ธ Etherate - is a Linux CLI based Ethernet and MPLS traffic testing tool.
+ ๐ธ echoip - is a IP address lookup service.
+ ๐ธ Nemesis - packet manipulation CLI tool; craft and inject packets of several protocols.
+ ๐ธ packetfu - a mid-level packet manipulation library for Ruby.
+ ๐ธ Scapy - packet manipulation library; forge, send, decode, capture packets of a wide number of protocols.
+ ๐ธ impacket - is a collection of Python classes for working with network protocols.
+ ๐ธ ssh-audit - is a tool for SSH server auditing.
+ ๐ธ aria2 - is a lightweight multi-protocol & multi-source command-line download utility.
+ ๐ธ iptables-tracer - observe the path of packets through the iptables chains.
+ ๐ธ inception - a highly configurable tool to check for whatever you like against any number of hosts.
+ ๐ธ mRemoteNG - a fork of mRemote, multi-tabbed PuTTy on steroids!
- :small_orange_diamond: dnsdiag - is a DNS diagnostics and performance measurement tools.
- :small_orange_diamond: fierce - is a DNS reconnaissance tool for locating non-contiguous IP space.
- :small_orange_diamond: subfinder - is a subdomain discovery tool that discovers valid subdomains for websites.
- :small_orange_diamond: sublist3r - is a fast subdomains enumeration tool for penetration testers.
- :small_orange_diamond: amass - is tool that obtains subdomain names by scraping data sources, crawling web archives, and more.
- :small_orange_diamond: namebench - provides personalized DNS server recommendations based on your browsing history.
- :small_orange_diamond: massdns - is a high-performance DNS stub resolver for bulk lookups and reconnaissance.
- :small_orange_diamond: knock - is a tool to enumerate subdomains on a target domain through a wordlist.
- :small_orange_diamond: dnsperf - DNS performance testing tools.
- :small_orange_diamond: dnscrypt-proxy 2 - a flexible DNS proxy, with support for encrypted DNS protocols.
- :small_orange_diamond: dnsdbq - API client providing access to passive DNS database systems.
- :small_orange_diamond: grimd - fast dns proxy, built to black-hole internet advertisements and malware servers.
- :small_orange_diamond: dnstwist - detect typosquatters, phishing attacks, fraud, and brand impersonation.
+ ๐ธ dnsdiag - is a DNS diagnostics and performance measurement tools.
+ ๐ธ fierce - is a DNS reconnaissance tool for locating non-contiguous IP space.
+ ๐ธ subfinder - is a subdomain discovery tool that discovers valid subdomains for websites.
+ ๐ธ sublist3r - is a fast subdomains enumeration tool for penetration testers.
+ ๐ธ amass - is tool that obtains subdomain names by scraping data sources, crawling web archives, and more.
+ ๐ธ namebench - provides personalized DNS server recommendations based on your browsing history.
+ ๐ธ massdns - is a high-performance DNS stub resolver for bulk lookups and reconnaissance.
+ ๐ธ knock - is a tool to enumerate subdomains on a target domain through a wordlist.
+ ๐ธ dnsperf - DNS performance testing tools.
+ ๐ธ dnscrypt-proxy 2 - a flexible DNS proxy, with support for encrypted DNS protocols.
+ ๐ธ dnsdbq - API client providing access to passive DNS database systems.
+ ๐ธ grimd - fast dns proxy, built to black-hole internet advertisements and malware servers.
+ ๐ธ dnstwist - detect typosquatters, phishing attacks, fraud, and brand impersonation.
- :small_orange_diamond: curl - is a command line tool and library for transferring data with URLs.
- :small_orange_diamond: kurly - is an alternative to the widely popular curl program, written in Golang.
- :small_orange_diamond: HTTPie - is an user-friendly HTTP client.
- :small_orange_diamond: wuzz - is an interactive cli tool for HTTP inspection.
- :small_orange_diamond: h2spec - is a conformance testing tool for HTTP/2 implementation.
- :small_orange_diamond: h2t - is a simple tool to help sysadmins to hardening their websites.
- :small_orange_diamond: htrace.sh - is a simple Swiss Army knife for http/https troubleshooting and profiling.
- :small_orange_diamond: httpstat - is a tool that visualizes curl statistics in a way of beauty and clarity.
- :small_orange_diamond: httplab - is an interactive web server.
- :small_orange_diamond: Lynx - is a text browser for the World Wide Web.
- :small_orange_diamond: Browsh - is a fully interactive, real-time, and modern text-based browser.
- :small_orange_diamond: HeadlessBrowsers - a list of (almost) all headless web browsers in existence.
- :small_orange_diamond: ab - is a single-threaded command line tool for measuring the performance of HTTP web servers.
- :small_orange_diamond: siege - is an http load testing and benchmarking utility.
- :small_orange_diamond: wrk - is a modern HTTP benchmarking tool capable of generating significant load.
- :small_orange_diamond: wrk2 - is a constant throughput, correct latency recording variant of wrk.
- :small_orange_diamond: vegeta - is a constant throughput, correct latency recording variant of wrk.
- :small_orange_diamond: bombardier - is a fast cross-platform HTTP benchmarking tool written in Go.
- :small_orange_diamond: gobench - http/https load testing and benchmarking tool.
- :small_orange_diamond: hey - HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom.
- :small_orange_diamond: boom - is a script you can use to quickly smoke-test your web app deployment.
- :small_orange_diamond: SlowHTTPTest - is a tool that simulates some Application Layer Denial of Service attacks by prolonging HTTP.
- :small_orange_diamond: gobuster - is a free and open source directory/file & DNS busting tool written in Go.
- :small_orange_diamond: ssllabs-scan - command-line reference-implementation client for SSL Labs APIs.
- :small_orange_diamond: http-observatory - Mozilla HTTP Observatory cli version.
- :small_orange_diamond: Hurl - is a command line tool to run and test HTTP requests with plain text.
+ ๐ธ curl - is a command line tool and library for transferring data with URLs.
+ ๐ธ kurly - is an alternative to the widely popular curl program, written in Golang.
+ ๐ธ HTTPie - is an user-friendly HTTP client.
+ ๐ธ wuzz - is an interactive cli tool for HTTP inspection.
+ ๐ธ h2spec - is a conformance testing tool for HTTP/2 implementation.
+ ๐ธ h2t - is a simple tool to help sysadmins to hardening their websites.
+ ๐ธ htrace.sh - is a simple Swiss Army knife for http/https troubleshooting and profiling.
+ ๐ธ httpstat - is a tool that visualizes curl statistics in a way of beauty and clarity.
+ ๐ธ httplab - is an interactive web server.
+ ๐ธ Lynx - is a text browser for the World Wide Web.
+ ๐ธ Browsh - is a fully interactive, real-time, and modern text-based browser.
+ ๐ธ HeadlessBrowsers - a list of (almost) all headless web browsers in existence.
+ ๐ธ ab - is a single-threaded command line tool for measuring the performance of HTTP web servers.
+ ๐ธ siege - is an http load testing and benchmarking utility.
+ ๐ธ wrk - is a modern HTTP benchmarking tool capable of generating significant load.
+ ๐ธ wrk2 - is a constant throughput, correct latency recording variant of wrk.
+ ๐ธ vegeta - is a constant throughput, correct latency recording variant of wrk.
+ ๐ธ bombardier - is a fast cross-platform HTTP benchmarking tool written in Go.
+ ๐ธ gobench - http/https load testing and benchmarking tool.
+ ๐ธ hey - HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom.
+ ๐ธ boom - is a script you can use to quickly smoke-test your web app deployment.
+ ๐ธ SlowHTTPTest - is a tool that simulates some Application Layer Denial of Service attacks by prolonging HTTP.
+ ๐ธ gobuster - is a free and open source directory/file & DNS busting tool written in Go.
+ ๐ธ ssllabs-scan - command-line reference-implementation client for SSL Labs APIs.
+ ๐ธ http-observatory - Mozilla HTTP Observatory cli version.
+ ๐ธ Hurl - is a command line tool to run and test HTTP requests with plain text.
- :small_orange_diamond: openssl - is a robust, commercial-grade, and full-featured toolkit for the TLS and SSL protocols.
- :small_orange_diamond: gnutls-cli - client program to set up a TLS connection to some other computer.
- :small_orange_diamond: sslyze
+ ๐ธ openssl - is a robust, commercial-grade, and full-featured toolkit for the TLS and SSL protocols.
+ ๐ธ gnutls-cli - client program to set up a TLS connection to some other computer.
+ ๐ธ sslyze
- fast and powerful SSL/TLS server scanning library.
- :small_orange_diamond: sslscan - tests SSL/TLS enabled services to discover supported cipher suites.
- :small_orange_diamond: testssl.sh - testing TLS/SSL encryption anywhere on any port.
- :small_orange_diamond: cipherscan - a very simple way to find out which SSL ciphersuites are supported by a target.
- :small_orange_diamond: spiped - is a utility for creating symmetrically encrypted and authenticated pipes between socket addresses.
- :small_orange_diamond: Certbot - is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server.
- :small_orange_diamond: mkcert - simple zero-config tool to make locally trusted development certificates with any names you'd like.
- :small_orange_diamond: certstrap - tools to bootstrap CAs, certificate requests, and signed certificates.
- :small_orange_diamond: Sublert - is a security and reconnaissance tool to automatically monitor new subdomains.
- :small_orange_diamond: mkchain - open source tool to help you build a valid SSL certificate chain.
- :small_orange_diamond: ssl-cert-check - SSL Certification Expiration Checker.
+ ๐ธ sslscan - tests SSL/TLS enabled services to discover supported cipher suites.
+ ๐ธ testssl.sh - testing TLS/SSL encryption anywhere on any port.
+ ๐ธ cipherscan - a very simple way to find out which SSL ciphersuites are supported by a target.
+ ๐ธ spiped - is a utility for creating symmetrically encrypted and authenticated pipes between socket addresses.
+ ๐ธ Certbot - is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server.
+ ๐ธ mkcert - simple zero-config tool to make locally trusted development certificates with any names you'd like.
+ ๐ธ certstrap - tools to bootstrap CAs, certificate requests, and signed certificates.
+ ๐ธ Sublert - is a security and reconnaissance tool to automatically monitor new subdomains.
+ ๐ธ mkchain - open source tool to help you build a valid SSL certificate chain.
+ ๐ธ ssl-cert-check - SSL Certification Expiration Checker.
- :small_orange_diamond: SELinux - provides a flexible Mandatory Access Control (MAC) system built into the Linux kernel.
- :small_orange_diamond: AppArmor - proactively protects the operating system and applications from external or internal threats.
- :small_orange_diamond: grapheneX - Automated System Hardening Framework.
- :small_orange_diamond: DevSec Hardening Framework - Security + DevOps: Automatic Server Hardening.
+ ๐ธ SELinux - provides a flexible Mandatory Access Control (MAC) system built into the Linux kernel.
+ ๐ธ AppArmor - proactively protects the operating system and applications from external or internal threats.
+ ๐ธ grapheneX - Automated System Hardening Framework.
+ ๐ธ DevSec Hardening Framework - Security + DevOps: Automatic Server Hardening.
- :small_orange_diamond: ossec - actively monitoring all aspects of system activity with file integrity monitoring.
- :small_orange_diamond: auditd - provides a way to track security-relevant information on your system.
- :small_orange_diamond: Tiger - is a security tool that can be use both as a security audit and intrusion detection system.
- :small_orange_diamond: Lynis - battle-tested security tool for systems running Linux, macOS, or Unix-based operating system.
- :small_orange_diamond: LinEnum - scripted Local Linux Enumeration & Privilege Escalation Checks.
- :small_orange_diamond: Rkhunter - scanner tool for Linux systems that scans backdoors, rootkits and local exploits on your systems.
- :small_orange_diamond: PE-sieve - is a light-weight tool that helps to detect malware running on the system.
- :small_orange_diamond: PEASS - privilege escalation tools for Windows and Linux/Unix and MacOS.
+ ๐ธ ossec - actively monitoring all aspects of system activity with file integrity monitoring.
+ ๐ธ auditd - provides a way to track security-relevant information on your system.
+ ๐ธ Tiger - is a security tool that can be use both as a security audit and intrusion detection system.
+ ๐ธ Lynis - battle-tested security tool for systems running Linux, macOS, or Unix-based operating system.
+ ๐ธ LinEnum - scripted Local Linux Enumeration & Privilege Escalation Checks.
+ ๐ธ Rkhunter - scanner tool for Linux systems that scans backdoors, rootkits and local exploits on your systems.
+ ๐ธ PE-sieve - is a light-weight tool that helps to detect malware running on the system.
+ ๐ธ PEASS - privilege escalation tools for Windows and Linux/Unix and MacOS.
- :small_orange_diamond: strace - diagnostic, debugging and instructional userspace utility for Linux.
- :small_orange_diamond: DTrace - is a performance analysis and troubleshooting tool.
- :small_orange_diamond: ltrace - is a library call tracer, used to trace calls made by programs to library functions.
- :small_orange_diamond: ptrace-burrito - is a friendly wrapper around ptrace.
- :small_orange_diamond: perf-tools - performance analysis tools based on Linux perf_events (aka perf) and ftrace.
- :small_orange_diamond: bpftrace - high-level tracing language for Linux eBPF.
- :small_orange_diamond: sysdig - system exploration and troubleshooting tool with first class support for containers.
- :small_orange_diamond: Valgrind - is an instrumentation framework for building dynamic analysis tools.
- :small_orange_diamond: gperftools - high-performance multi-threaded malloc() implementation, plus some performance analysis tools.
- :small_orange_diamond: glances - cross-platform system monitoring tool written in Python.
- :small_orange_diamond: htop - interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.
- :small_orange_diamond: bashtop - Linux resource monitor written in pure Bash.
- :small_orange_diamond: nmon - a single executable for performance monitoring and data analysis.
- :small_orange_diamond: atop - ASCII performance monitor. Includes statistics for CPU, memory, disk, swap, network, and processes.
- :small_orange_diamond: lsof - displays in its output information about files that are opened by processes.
- :small_orange_diamond: FlameGraph - stack trace visualizer.
- :small_orange_diamond: lsofgraph - convert Unix lsof output to a graph showing FIFO and UNIX interprocess communication.
- :small_orange_diamond: rr - is a lightweight tool for recording, replaying and debugging execution of applications.
- :small_orange_diamond: Performance Co-Pilot - a system performance analysis toolkit.
- :small_orange_diamond: hexyl - a command-line hex viewer.
- :small_orange_diamond: Austin - Python frame stack sampler for CPython.
+ ๐ธ strace - diagnostic, debugging and instructional userspace utility for Linux.
+ ๐ธ DTrace - is a performance analysis and troubleshooting tool.
+ ๐ธ ltrace - is a library call tracer, used to trace calls made by programs to library functions.
+ ๐ธ ptrace-burrito - is a friendly wrapper around ptrace.
+ ๐ธ perf-tools - performance analysis tools based on Linux perf_events (aka perf) and ftrace.
+ ๐ธ bpftrace - high-level tracing language for Linux eBPF.
+ ๐ธ sysdig - system exploration and troubleshooting tool with first class support for containers.
+ ๐ธ Valgrind - is an instrumentation framework for building dynamic analysis tools.
+ ๐ธ gperftools - high-performance multi-threaded malloc() implementation, plus some performance analysis tools.
+ ๐ธ glances - cross-platform system monitoring tool written in Python.
+ ๐ธ htop - interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.
+ ๐ธ bashtop - Linux resource monitor written in pure Bash.
+ ๐ธ nmon - a single executable for performance monitoring and data analysis.
+ ๐ธ atop - ASCII performance monitor. Includes statistics for CPU, memory, disk, swap, network, and processes.
+ ๐ธ lsof - displays in its output information about files that are opened by processes.
+ ๐ธ FlameGraph - stack trace visualizer.
+ ๐ธ lsofgraph - convert Unix lsof output to a graph showing FIFO and UNIX interprocess communication.
+ ๐ธ rr - is a lightweight tool for recording, replaying and debugging execution of applications.
+ ๐ธ Performance Co-Pilot - a system performance analysis toolkit.
+ ๐ธ hexyl - a command-line hex viewer.
+ ๐ธ Austin - Python frame stack sampler for CPython.
- :small_orange_diamond: angle-grinder - slice and dice log files on the command line.
- :small_orange_diamond: lnav - log file navigator with search and automatic refresh.
- :small_orange_diamond: GoAccess - real-time web log analyzer and interactive viewer that runs in a terminal.
- :small_orange_diamond: ngxtop - real-time metrics for nginx server.
+ ๐ธ angle-grinder - slice and dice log files on the command line.
+ ๐ธ lnav - log file navigator with search and automatic refresh.
+ ๐ธ GoAccess - real-time web log analyzer and interactive viewer that runs in a terminal.
+ ๐ธ ngxtop - real-time metrics for nginx server.
- :small_orange_diamond: usql - universal command-line interface for SQL databases.
- :small_orange_diamond: pgcli - postgres CLI with autocompletion and syntax highlighting.
- :small_orange_diamond: mycli - terminal client for MySQL with autocompletion and syntax highlighting.
- :small_orange_diamond: litecli - SQLite CLI with autocompletion and syntax highlighting.
- :small_orange_diamond: mssql-cli - SQL Server CLI with autocompletion and syntax highlighting.
- :small_orange_diamond: OSQuery - is a SQL powered operating system instrumentation, monitoring, and analytics framework.
- :small_orange_diamond: pgsync - sync data from one Postgres database to another.
- :small_orange_diamond: iredis - a terminal client for redis with autocompletion and syntax highlighting.
- :small_orange_diamond: SchemaCrawler - generates an E-R diagram of your database.
+ ๐ธ usql - universal command-line interface for SQL databases.
+ ๐ธ pgcli - postgres CLI with autocompletion and syntax highlighting.
+ ๐ธ mycli - terminal client for MySQL with autocompletion and syntax highlighting.
+ ๐ธ litecli - SQLite CLI with autocompletion and syntax highlighting.
+ ๐ธ mssql-cli - SQL Server CLI with autocompletion and syntax highlighting.
+ ๐ธ OSQuery - is a SQL powered operating system instrumentation, monitoring, and analytics framework.
+ ๐ธ pgsync - sync data from one Postgres database to another.
+ ๐ธ iredis - a terminal client for redis with autocompletion and syntax highlighting.
+ ๐ธ SchemaCrawler - generates an E-R diagram of your database.
- :small_orange_diamond: Nipe - script to make Tor Network your default gateway.
- :small_orange_diamond: multitor - a tool that lets you create multiple TOR instances with a load-balancing.
+ ๐ธ Nipe - script to make Tor Network your default gateway.
+ ๐ธ multitor - a tool that lets you create multiple TOR instances with a load-balancing.
- :small_orange_diamond: Irssi - is a free open source terminal based IRC client.
- :small_orange_diamond: WeeChat - is an extremely extensible and lightweight IRC client.
+ ๐ธ Irssi - is a free open source terminal based IRC client.
+ ๐ธ WeeChat - is an extremely extensible and lightweight IRC client.
- :small_orange_diamond: taskwarrior - task management system, todo list
+ ๐ธ taskwarrior - task management system, todo list
- :small_orange_diamond: sysadmin-util - tools for Linux/Unix sysadmins.
- :small_orange_diamond: incron - is an inode-based filesystem notification technology.
- :small_orange_diamond: lsyncd - synchronizes local directories with remote targets (Live Syncing Daemon).
- :small_orange_diamond: GRV - is a terminal based interface for viewing Git repositories.
- :small_orange_diamond: Tig - text-mode interface for Git.
- :small_orange_diamond: tldr - simplified and community-driven man pages.
- :small_orange_diamond: archiver - easily create and extract .zip, .tar, .tar.gz, .tar.bz2, .tar.xz, .tar.lz4, .tar.sz, and .rar.
- :small_orange_diamond: commander.js - minimal CLI creator in JavaScript.
- :small_orange_diamond: gron - make JSON greppable!
- :small_orange_diamond: bed - binary editor written in Go.
+ ๐ธ sysadmin-util - tools for Linux/Unix sysadmins.
+ ๐ธ incron - is an inode-based filesystem notification technology.
+ ๐ธ lsyncd - synchronizes local directories with remote targets (Live Syncing Daemon).
+ ๐ธ GRV - is a terminal based interface for viewing Git repositories.
+ ๐ธ Tig - text-mode interface for Git.
+ ๐ธ tldr - simplified and community-driven man pages.
+ ๐ธ archiver - easily create and extract .zip, .tar, .tar.gz, .tar.bz2, .tar.xz, .tar.lz4, .tar.sz, and .rar.
+ ๐ธ commander.js - minimal CLI creator in JavaScript.
+ ๐ธ gron - make JSON greppable!
+ ๐ธ bed - binary editor written in Go.
- :small_orange_diamond: Guake - is a dropdown terminal made for the GNOME desktop environment.
- :small_orange_diamond: Terminator - is based on GNOME Terminal, useful features for sysadmins and other users.
- :small_orange_diamond: Kitty - is a GPU based terminal emulator that supports smooth scrolling and images.
- :small_orange_diamond: Alacritty - is a fast, cross-platform, OpenGL terminal emulator.
+ ๐ธ Guake - is a dropdown terminal made for the GNOME desktop environment.
+ ๐ธ Terminator - is based on GNOME Terminal, useful features for sysadmins and other users.
+ ๐ธ Kitty - is a GPU based terminal emulator that supports smooth scrolling and images.
+ ๐ธ Alacritty - is a fast, cross-platform, OpenGL terminal emulator.
- :small_orange_diamond: Wireshark - is the worldโs foremost and widely-used network protocol analyzer.
- :small_orange_diamond: Ettercap - is a comprehensive network monitor tool.
- :small_orange_diamond: EtherApe - is a graphical network monitoring solution.
- :small_orange_diamond: Packet Sender - is a networking utility for packet generation and built-in UDP/TCP/SSL client and servers.
- :small_orange_diamond: Ostinato - is a packet crafter and traffic generator.
- :small_orange_diamond: JMeterโข - open source software to load test functional behavior and measure performance.
- :small_orange_diamond: locust - scalable user load testing tool written in Python.
+ ๐ธ Wireshark - is the worldโs foremost and widely-used network protocol analyzer.
+ ๐ธ Ettercap - is a comprehensive network monitor tool.
+ ๐ธ EtherApe - is a graphical network monitoring solution.
+ ๐ธ Packet Sender - is a networking utility for packet generation and built-in UDP/TCP/SSL client and servers.
+ ๐ธ Ostinato - is a packet crafter and traffic generator.
+ ๐ธ JMeterโข - open source software to load test functional behavior and measure performance.
+ ๐ธ locust - scalable user load testing tool written in Python.
- :small_orange_diamond: TOR Browser - protect your privacy and defend yourself against network surveillance and traffic analysis.
+ ๐ธ TOR Browser - protect your privacy and defend yourself against network surveillance and traffic analysis.
- :small_orange_diamond: KeePassXC - store your passwords safely and auto-type them into your everyday websites and apps.
- :small_orange_diamond: Bitwarden - open source password manager with built-in sync.
- :small_orange_diamond: Vaultwarden - unofficial Bitwarden compatible server written in Rust.
+ ๐ธ KeePassXC - store your passwords safely and auto-type them into your everyday websites and apps.
+ ๐ธ Bitwarden - open source password manager with built-in sync.
+ ๐ธ Vaultwarden - unofficial Bitwarden compatible server written in Rust.
- :small_orange_diamond: HexChat - is an IRC client based on XChat.
- :small_orange_diamond: Pidgin - is an easy to use and free chat client used by millions.
+ ๐ธ HexChat - is an IRC client based on XChat.
+ ๐ธ Pidgin - is an easy to use and free chat client used by millions.
- :small_orange_diamond: Signal - is an encrypted communications app.
- :small_orange_diamond: Wire - secure messaging, file sharing, voice calls and video conferences. All protected with end-to-end encryption.
- :small_orange_diamond: TorChat - decentralized anonymous instant messenger on top of Tor Hidden Services.
- :small_orange_diamond: Matrix - an open network for secure, decentralized, real-time communication.
+ ๐ธ Signal - is an encrypted communications app.
+ ๐ธ Wire - secure messaging, file sharing, voice calls and video conferences. All protected with end-to-end encryption.
+ ๐ธ TorChat - decentralized anonymous instant messenger on top of Tor Hidden Services.
+ ๐ธ Matrix - an open network for secure, decentralized, real-time communication.
- :small_orange_diamond: Sublime Text - is a lightweight, cross-platform code editor known for its speed, ease of use.
- :small_orange_diamond: Visual Studio Code - an open-source and free source code editor developed by Microsoft.
- :small_orange_diamond: Atom - a hackable text editor for the 21st Century.
+ ๐ธ Sublime Text - is a lightweight, cross-platform code editor known for its speed, ease of use.
+ ๐ธ Visual Studio Code - an open-source and free source code editor developed by Microsoft.
+ ๐ธ Atom - a hackable text editor for the 21st Century.
- :small_orange_diamond: SSL/TLS Capabilities of Your Browser - test your browser's SSL implementation.
- :small_orange_diamond: Can I use - provides up-to-date browser support tables for support of front-end web technologies.
- :small_orange_diamond: Panopticlick 3.0 - is your browser safe against tracking?
- :small_orange_diamond: Privacy Analyzer - see what data is exposed from your browser.
- :small_orange_diamond: Web Browser Security - it's all about Web Browser fingerprinting.
- :small_orange_diamond: How's My SSL? - help a web server developer learn what real world TLS clients were capable of.
- :small_orange_diamond: sslClientInfo - client test (incl TLSv1.3 information).
+ ๐ธ SSL/TLS Capabilities of Your Browser - test your browser's SSL implementation.
+ ๐ธ Can I use - provides up-to-date browser support tables for support of front-end web technologies.
+ ๐ธ Panopticlick 3.0 - is your browser safe against tracking?
+ ๐ธ Privacy Analyzer - see what data is exposed from your browser.
+ ๐ธ Web Browser Security - it's all about Web Browser fingerprinting.
+ ๐ธ How's My SSL? - help a web server developer learn what real world TLS clients were capable of.
+ ๐ธ sslClientInfo - client test (incl TLSv1.3 information).
- :small_orange_diamond: SSLLabs Server Test - performs a deep analysis of the configuration of any SSL web server.
- :small_orange_diamond: SSLLabs Server Test (DEV) - performs a deep analysis of the configuration of any SSL web server.
- :small_orange_diamond: ImmuniWebยฎ SSLScan - test SSL/TLS (PCI DSS, HIPAA and NIST).
- :small_orange_diamond: SSL Check - scan your website for non-secure content.
- :small_orange_diamond: SSL Scanner - analyze website security.
- :small_orange_diamond: CryptCheck - test your TLS server configuration (e.g. ciphers).
- :small_orange_diamond: urlscan.io - service to scan and analyse websites.
- :small_orange_diamond: Report URI - monitoring security policies like CSP and HPKP.
- :small_orange_diamond: CSP Evaluator - allows developers and security experts to check if a Content Security Policy.
- :small_orange_diamond: Useless CSP - public list about CSP in some big players (might make them care a bit more).
- :small_orange_diamond: Why No HTTPS? - top 100 websites by Alexa rank not automatically redirecting insecure requests.
- :small_orange_diamond: TLS Cipher Suite Search- cipher suite search engine.
- :small_orange_diamond: cipherli.st - strong ciphers for Apache, Nginx, Lighttpd, and more.*
- :small_orange_diamond: dhtool - public Diffie-Hellman parameter service/tool.
- :small_orange_diamond: badssl.com - memorable site for testing clients against bad SSL configs.
- :small_orange_diamond: tlsfun.de - registered for various tests regarding the TLS/SSL protocol.
- :small_orange_diamond: CAA Record Helper - generate a CAA policy.
- :small_orange_diamond: Common CA Database - repository of information about CAs, and their root and intermediate certificates.
- :small_orange_diamond: CERTSTREAM - real-time certificate transparency log update stream.
- :small_orange_diamond: crt.sh - discovers certificates by continually monitoring all of the publicly known CT.
- :small_orange_diamond: Hardenize - deploy the security standards.
- :small_orange_diamond: Cipher suite compatibility - test TLS cipher suite compatibility.
- :small_orange_diamond: urlvoid - this service helps you detect potentially malicious websites.
- :small_orange_diamond: security.txt - a proposed standard (generator) which allows websites to define security policies.
- :small_orange_diamond: ssl-config-generator - help you follow the Mozilla Server Side TLS configuration guidelines.
- :small_orange_diamond: TLScan - pure python, SSL/TLS protocol and cipher scanner/enumerator.
+ ๐ธ SSLLabs Server Test - performs a deep analysis of the configuration of any SSL web server.
+ ๐ธ SSLLabs Server Test (DEV) - performs a deep analysis of the configuration of any SSL web server.
+ ๐ธ ImmuniWebยฎ SSLScan - test SSL/TLS (PCI DSS, HIPAA and NIST).
+ ๐ธ SSL Check - scan your website for non-secure content.
+ ๐ธ SSL Scanner - analyze website security.
+ ๐ธ CryptCheck - test your TLS server configuration (e.g. ciphers).
+ ๐ธ urlscan.io - service to scan and analyse websites.
+ ๐ธ Report URI - monitoring security policies like CSP and HPKP.
+ ๐ธ CSP Evaluator - allows developers and security experts to check if a Content Security Policy.
+ ๐ธ Useless CSP - public list about CSP in some big players (might make them care a bit more).
+ ๐ธ Why No HTTPS? - top 100 websites by Alexa rank not automatically redirecting insecure requests.
+ ๐ธ TLS Cipher Suite Search- cipher suite search engine.
+ ๐ธ cipherli.st - strong ciphers for Apache, Nginx, Lighttpd, and more.*
+ ๐ธ dhtool - public Diffie-Hellman parameter service/tool.
+ ๐ธ badssl.com - memorable site for testing clients against bad SSL configs.
+ ๐ธ tlsfun.de - registered for various tests regarding the TLS/SSL protocol.
+ ๐ธ CAA Record Helper - generate a CAA policy.
+ ๐ธ Common CA Database - repository of information about CAs, and their root and intermediate certificates.
+ ๐ธ CERTSTREAM - real-time certificate transparency log update stream.
+ ๐ธ crt.sh - discovers certificates by continually monitoring all of the publicly known CT.
+ ๐ธ Hardenize - deploy the security standards.
+ ๐ธ Cipher suite compatibility - test TLS cipher suite compatibility.
+ ๐ธ urlvoid - this service helps you detect potentially malicious websites.
+ ๐ธ security.txt - a proposed standard (generator) which allows websites to define security policies.
+ ๐ธ ssl-config-generator - help you follow the Mozilla Server Side TLS configuration guidelines.
+ ๐ธ TLScan - pure python, SSL/TLS protocol and cipher scanner/enumerator.
- :small_orange_diamond: Security Headers - analyse the HTTP response headers (with rating system to the results).
- :small_orange_diamond: Observatory by Mozilla - set of tools to analyze your website.
- :small_orange_diamond: webhint - is a linting tool that will help you with your site's accessibility, speed, security, and more.
+ ๐ธ Security Headers - analyse the HTTP response headers (with rating system to the results).
+ ๐ธ Observatory by Mozilla - set of tools to analyze your website.
+ ๐ธ webhint - is a linting tool that will help you with your site's accessibility, speed, security, and more.
- :small_orange_diamond: ViewDNS - one source for free DNS related tools and information.
- :small_orange_diamond: DNSLookup - is an advanced DNS lookup tool.
- :small_orange_diamond: DNSlytics - online DNS investigation tool.
- :small_orange_diamond: DNS Spy - monitor, validate and verify your DNS configurations.
- :small_orange_diamond: Zonemaster - helps you to control how your DNS works.
- :small_orange_diamond: Leaf DNS - comprehensive DNS tester.
- :small_orange_diamond: Find subdomains online - find subdomains for security assessment penetration test.
- :small_orange_diamond: DNSdumpster - dns recon & research, find & lookup dns records.
- :small_orange_diamond: DNS Table online - search for DNS records by domain, IP, CIDR, ISP.
- :small_orange_diamond: intoDNS - DNS and mail server health checker.
- :small_orange_diamond: DNS Bajaj - check the delegation of your domain.
- :small_orange_diamond: BuddyDNS Delegation LAB - check, trace and visualize delegation of your domain.
- :small_orange_diamond: dnssec-debugger - DS or DNSKEY records validator.
- :small_orange_diamond: PTRarchive.com - this site is responsible for the safekeeping of historical reverse DNS records.
- :small_orange_diamond: xip.io - wildcard DNS for everyone.
- :small_orange_diamond: nip.io - dead simple wildcard DNS for any IP Address.
- :small_orange_diamond: dnslookup (ceipam) - one of the best DNS propagation checker (and not only).
- :small_orange_diamond: What's My DNS - DNS propagation checking tool.
- :small_orange_diamond: DNSGrep - quickly searching large DNS datasets.
+ ๐ธ ViewDNS - one source for free DNS related tools and information.
+ ๐ธ DNSLookup - is an advanced DNS lookup tool.
+ ๐ธ DNSlytics - online DNS investigation tool.
+ ๐ธ DNS Spy - monitor, validate and verify your DNS configurations.
+ ๐ธ Zonemaster - helps you to control how your DNS works.
+ ๐ธ Leaf DNS - comprehensive DNS tester.
+ ๐ธ Find subdomains online - find subdomains for security assessment penetration test.
+ ๐ธ DNSdumpster - dns recon & research, find & lookup dns records.
+ ๐ธ DNS Table online - search for DNS records by domain, IP, CIDR, ISP.
+ ๐ธ intoDNS - DNS and mail server health checker.
+ ๐ธ DNS Bajaj - check the delegation of your domain.
+ ๐ธ BuddyDNS Delegation LAB - check, trace and visualize delegation of your domain.
+ ๐ธ dnssec-debugger - DS or DNSKEY records validator.
+ ๐ธ PTRarchive.com - this site is responsible for the safekeeping of historical reverse DNS records.
+ ๐ธ xip.io - wildcard DNS for everyone.
+ ๐ธ nip.io - dead simple wildcard DNS for any IP Address.
+ ๐ธ dnslookup (ceipam) - one of the best DNS propagation checker (and not only).
+ ๐ธ What's My DNS - DNS propagation checking tool.
+ ๐ธ DNSGrep - quickly searching large DNS datasets.
- :small_orange_diamond: smtp-tls-checker - check an email domain for SMTP TLS support.
- :small_orange_diamond: MX Toolbox - all of your MX record, DNS, blacklist and SMTP diagnostics in one integrated tool.
- :small_orange_diamond: Secure Email - complete email test tools for email technicians.
- :small_orange_diamond: blacklistalert - checks to see if your domain is on a Real Time Spam Blacklist.
- :small_orange_diamond: MultiRBL - complete IP check for sending Mailservers.
- :small_orange_diamond: DKIM SPF & Spam Assassin Validator - checks mail authentication and scores messages with Spam Assassin.
+ ๐ธ smtp-tls-checker - check an email domain for SMTP TLS support.
+ ๐ธ MX Toolbox - all of your MX record, DNS, blacklist and SMTP diagnostics in one integrated tool.
+ ๐ธ Secure Email - complete email test tools for email technicians.
+ ๐ธ blacklistalert - checks to see if your domain is on a Real Time Spam Blacklist.
+ ๐ธ MultiRBL - complete IP check for sending Mailservers.
+ ๐ธ DKIM SPF & Spam Assassin Validator - checks mail authentication and scores messages with Spam Assassin.
- :small_orange_diamond: URL Encode/Decode - tool from above to either encode or decode a string of text.
- :small_orange_diamond: Uncoder - the online translator for search queries on log data.
- :small_orange_diamond: Regex101 - online regex tester and debugger: PHP, PCRE, Python, Golang and JavaScript.
- :small_orange_diamond: RegExr - online tool to learn, build, & test Regular Expressions (RegEx / RegExp).
- :small_orange_diamond: RegEx Testing - online regex testing tool.
- :small_orange_diamond: RegEx Pal - online regex testing tool + other tools.
- :small_orange_diamond: The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis.
+ ๐ธ URL Encode/Decode - tool from above to either encode or decode a string of text.
+ ๐ธ Uncoder - the online translator for search queries on log data.
+ ๐ธ Regex101 - online regex tester and debugger: PHP, PCRE, Python, Golang and JavaScript.
+ ๐ธ RegExr - online tool to learn, build, & test Regular Expressions (RegEx / RegExp).
+ ๐ธ RegEx Testing - online regex testing tool.
+ ๐ธ RegEx Pal - online regex testing tool + other tools.
+ ๐ธ The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis.
- :small_orange_diamond: Netcraft - detailed report about the site, helping you to make informed choices about their integrity.*
- :small_orange_diamond: RIPE NCC Atlas - a global, open, distributed Internet measurement platform.
- :small_orange_diamond: Robtex - uses various sources to gather public information about IP numbers, domain names, host names, etc.
- :small_orange_diamond: Security Trails - APIs for Security Companies, Researchers and Teams.
- :small_orange_diamond: Online Curl - curl test, analyze HTTP Response Headers.
- :small_orange_diamond: Online Tools for Developers - HTTP API tools, testers, encoders, converters, formatters, and other tools.
- :small_orange_diamond: Ping.eu - online Ping, Traceroute, DNS lookup, WHOIS and others.
- :small_orange_diamond: Network-Tools - network tools for webmasters, IT technicians & geeks.
- :small_orange_diamond: BGPview - search for any ASN, IP, Prefix or Resource name.
- :small_orange_diamond: Is BGP safe yet? - check BGP (RPKI) security of ISPs and other major Internet players.
- :small_orange_diamond: Riseup - provides online communication tools for people and groups working on liberatory social change.
- :small_orange_diamond: VirusTotal - analyze suspicious files and URLs to detect types of malware.
+ ๐ธ Netcraft - detailed report about the site, helping you to make informed choices about their integrity.*
+ ๐ธ RIPE NCC Atlas - a global, open, distributed Internet measurement platform.
+ ๐ธ Robtex - uses various sources to gather public information about IP numbers, domain names, host names, etc.
+ ๐ธ Security Trails - APIs for Security Companies, Researchers and Teams.
+ ๐ธ Online Curl - curl test, analyze HTTP Response Headers.
+ ๐ธ Online Tools for Developers - HTTP API tools, testers, encoders, converters, formatters, and other tools.
+ ๐ธ Ping.eu - online Ping, Traceroute, DNS lookup, WHOIS and others.
+ ๐ธ Network-Tools - network tools for webmasters, IT technicians & geeks.
+ ๐ธ BGPview - search for any ASN, IP, Prefix or Resource name.
+ ๐ธ Is BGP safe yet? - check BGP (RPKI) security of ISPs and other major Internet players.
+ ๐ธ Riseup - provides online communication tools for people and groups working on liberatory social change.
+ ๐ธ VirusTotal - analyze suspicious files and URLs to detect types of malware.
- :small_orange_diamond: privacyguides.org - provides knowledge and tools to protect your privacy against global mass surveillance.
- :small_orange_diamond: DNS Privacy Test Servers - DNS privacy recursive servers list (with a 'no logging' policy).
+ ๐ธ privacyguides.org - provides knowledge and tools to protect your privacy against global mass surveillance.
+ ๐ธ DNS Privacy Test Servers - DNS privacy recursive servers list (with a 'no logging' policy).
- :small_orange_diamond: ShellCheck - finds bugs in your shell scripts.
- :small_orange_diamond: explainshell - get interactive help texts for shell commands.
- :small_orange_diamond: jsbin - live pastebin for HTML, CSS & JavaScript, and more.
- :small_orange_diamond: CodeSandbox - online code editor for web application development.
- :small_orange_diamond: PHP Sandbox - test your PHP code with this code tester.
- :small_orange_diamond: Repl.it - an instant IDE to learn, build, collaborate, and host all in one place.
- :small_orange_diamond: vclFiddle - is an online tool for experimenting with the Varnish Cache VCL.
- :small_orange_diamond: Haskell Dockerfile Linter - a smarter Dockerfile linter that helps you build best practice Docker images.
+ ๐ธ ShellCheck - finds bugs in your shell scripts.
+ ๐ธ explainshell - get interactive help texts for shell commands.
+ ๐ธ jsbin - live pastebin for HTML, CSS & JavaScript, and more.
+ ๐ธ CodeSandbox - online code editor for web application development.
+ ๐ธ PHP Sandbox - test your PHP code with this code tester.
+ ๐ธ Repl.it - an instant IDE to learn, build, collaborate, and host all in one place.
+ ๐ธ vclFiddle - is an online tool for experimenting with the Varnish Cache VCL.
+ ๐ธ Haskell Dockerfile Linter - a smarter Dockerfile linter that helps you build best practice Docker images.
- :small_orange_diamond: GTmetrix - analyze your siteโs speed and make it faster.
- :small_orange_diamond: Sucuri loadtimetester - test here the
+ ๐ธ GTmetrix - analyze your siteโs speed and make it faster.
+ ๐ธ Sucuri loadtimetester - test here the
performance of any of your sites from across the globe.
- :small_orange_diamond: Pingdom Tools - analyze your siteโs speed around the world.
- :small_orange_diamond: PingMe.io - run website latency tests across multiple geographic regions.
- :small_orange_diamond: PageSpeed Insights - analyze your siteโs speed and make it faster.
- :small_orange_diamond: web.dev - helps developers like you learn and apply the web's modern capabilities to your own sites and apps.
- :small_orange_diamond: Lighthouse - automated auditing, performance metrics, and best practices for the web.
+ ๐ธ Pingdom Tools - analyze your siteโs speed around the world.
+ ๐ธ PingMe.io - run website latency tests across multiple geographic regions.
+ ๐ธ PageSpeed Insights - analyze your siteโs speed and make it faster.
+ ๐ธ web.dev - helps developers like you learn and apply the web's modern capabilities to your own sites and apps.
+ ๐ธ Lighthouse - automated auditing, performance metrics, and best practices for the web.
- :small_orange_diamond: Censys - platform that helps information security practitioners discover, monitor, and analyze devices.
- :small_orange_diamond: Shodan - the world's first search engine for Internet-connected devices.
- :small_orange_diamond: Shodan 2000 - this tool looks for randomly generated data from Shodan.
- :small_orange_diamond: GreyNoise - mass scanner such as Shodan and Censys.
- :small_orange_diamond: ZoomEye - search engine for cyberspace that lets the user find specific network components.
- :small_orange_diamond: netograph - tools to monitor and understand deep structure of the web.
- :small_orange_diamond: FOFA - is a cyberspace search engine.
- :small_orange_diamond: onyphe - is a search engine for open-source and cyber threat intelligence data collected.
- :small_orange_diamond: IntelligenceX - is a search engine and data archive.
- :small_orange_diamond: binaryedge - it scan the entire internet space and create real-time threat intelligence streams and reports.
- :small_orange_diamond: Spyse - Internet assets registry: networks, threats, web objects, etc.
- :small_orange_diamond: wigle - is a submission-based catalog of wireless networks. All the networks. Found by Everyone.
- :small_orange_diamond: PublicWWW - find any alphanumeric snippet, signature or keyword in the web pages HTML, JS and CSS code.
- :small_orange_diamond: IntelTechniques - this repository contains hundreds of online search utilities.
- :small_orange_diamond: hunter - lets you find email addresses in seconds and connect with the people that matter for your business.
- :small_orange_diamond: GhostProject? - search by full email address or username.
- :small_orange_diamond: databreaches - was my email affected by data breach?
- :small_orange_diamond: We Leak Info - world's fastest and largest data breach search engine.
- :small_orange_diamond: Pulsedive - scans of malicious URLs, IPs, and domains, including port scans and web requests.
- :small_orange_diamond: Buckets by Grayhatwarfar - database with public search for Open Amazon S3 Buckets and their contents.
- :small_orange_diamond: Vigilante.pw - the breached database directory.
- :small_orange_diamond: builtwith - find out what websites are built with.
- :small_orange_diamond: NerdyData - search the web's source code for technologies, across millions of sites.
- :small_orange_diamond: zorexeye - search for sites, images, apps, softwares & more.
- :small_orange_diamond: Mamont's open FTP Index - if a target has an open FTP site with accessible content it will be listed here.
- :small_orange_diamond: OSINT Framework - focused on gathering information from free tools or resources.
- :small_orange_diamond: maltiverse - is a service oriented to cybersecurity analysts for the advanced analysis of indicators of compromise.
- :small_orange_diamond: Leaked Source - is a collaboration of data found online in the form of a lookup.
- :small_orange_diamond: We Leak Info - to help everyday individuals secure their online life, avoiding getting hacked.
- :small_orange_diamond: pipl - is the place to find the person behind the email address, social username or phone number.
- :small_orange_diamond: abuse.ch - is operated by a random swiss guy fighting malware for non-profit.
- :small_orange_diamond: malc0de - malware search engine.
- :small_orange_diamond: Cybercrime Tracker - monitors and tracks various malware families that are used to perpetrate cyber crimes.
- :small_orange_diamond: shhgit - find GitHub secrets in real time.
- :small_orange_diamond: searchcode - helping you find real world examples of functions, API's and libraries.
- :small_orange_diamond: Insecam - the world biggest directory of online surveillance security cameras.
- :small_orange_diamond: index-of - contains great stuff like: security, hacking, reverse engineering, cryptography, programming etc.
- :small_orange_diamond: Rapid7 Labs Open Data - is a great resources of datasets from Project Sonar.
- :small_orange_diamond: Common Response Headers - the largest database of HTTP response headers.
- :small_orange_diamond: InQuest Labs - InQuest Labs is an open, interactive, and API driven data portal for security researchers.
+ ๐ธ Censys - platform that helps information security practitioners discover, monitor, and analyze devices.
+ ๐ธ Shodan - the world's first search engine for Internet-connected devices.
+ ๐ธ Shodan 2000 - this tool looks for randomly generated data from Shodan.
+ ๐ธ GreyNoise - mass scanner such as Shodan and Censys.
+ ๐ธ ZoomEye - search engine for cyberspace that lets the user find specific network components.
+ ๐ธ netograph - tools to monitor and understand deep structure of the web.
+ ๐ธ FOFA - is a cyberspace search engine.
+ ๐ธ onyphe - is a search engine for open-source and cyber threat intelligence data collected.
+ ๐ธ IntelligenceX - is a search engine and data archive.
+ ๐ธ binaryedge - it scan the entire internet space and create real-time threat intelligence streams and reports.
+ ๐ธ Spyse - Internet assets registry: networks, threats, web objects, etc.
+ ๐ธ wigle - is a submission-based catalog of wireless networks. All the networks. Found by Everyone.
+ ๐ธ PublicWWW - find any alphanumeric snippet, signature or keyword in the web pages HTML, JS and CSS code.
+ ๐ธ IntelTechniques - this repository contains hundreds of online search utilities.
+ ๐ธ hunter - lets you find email addresses in seconds and connect with the people that matter for your business.
+ ๐ธ GhostProject? - search by full email address or username.
+ ๐ธ databreaches - was my email affected by data breach?
+ ๐ธ We Leak Info - world's fastest and largest data breach search engine.
+ ๐ธ Pulsedive - scans of malicious URLs, IPs, and domains, including port scans and web requests.
+ ๐ธ Buckets by Grayhatwarfar - database with public search for Open Amazon S3 Buckets and their contents.
+ ๐ธ Vigilante.pw - the breached database directory.
+ ๐ธ builtwith - find out what websites are built with.
+ ๐ธ NerdyData - search the web's source code for technologies, across millions of sites.
+ ๐ธ zorexeye - search for sites, images, apps, softwares & more.
+ ๐ธ Mamont's open FTP Index - if a target has an open FTP site with accessible content it will be listed here.
+ ๐ธ OSINT Framework - focused on gathering information from free tools or resources.
+ ๐ธ maltiverse - is a service oriented to cybersecurity analysts for the advanced analysis of indicators of compromise.
+ ๐ธ Leaked Source - is a collaboration of data found online in the form of a lookup.
+ ๐ธ We Leak Info - to help everyday individuals secure their online life, avoiding getting hacked.
+ ๐ธ pipl - is the place to find the person behind the email address, social username or phone number.
+ ๐ธ abuse.ch - is operated by a random swiss guy fighting malware for non-profit.
+ ๐ธ malc0de - malware search engine.
+ ๐ธ Cybercrime Tracker - monitors and tracks various malware families that are used to perpetrate cyber crimes.
+ ๐ธ shhgit - find GitHub secrets in real time.
+ ๐ธ searchcode - helping you find real world examples of functions, API's and libraries.
+ ๐ธ Insecam - the world biggest directory of online surveillance security cameras.
+ ๐ธ index-of - contains great stuff like: security, hacking, reverse engineering, cryptography, programming etc.
+ ๐ธ Rapid7 Labs Open Data - is a great resources of datasets from Project Sonar.
+ ๐ธ Common Response Headers - the largest database of HTTP response headers.
+ ๐ธ InQuest Labs - InQuest Labs is an open, interactive, and API driven data portal for security researchers.
- :small_orange_diamond: thispersondoesnotexist - generate fake faces in one click - endless possibilities.
- :small_orange_diamond: AI Generated Photos - 100.000 AI generated faces.
- :small_orange_diamond: fakenamegenerator - your randomly generated identity.
- :small_orange_diamond: Intigriti Redirector - open redirect/SSRF payload generator.
+ ๐ธ thispersondoesnotexist - generate fake faces in one click - endless possibilities.
+ ๐ธ AI Generated Photos - 100.000 AI generated faces.
+ ๐ธ fakenamegenerator - your randomly generated identity.
+ ๐ธ Intigriti Redirector - open redirect/SSRF payload generator.
- :small_orange_diamond: have i been pwned? - check if you have an account that has been compromised in a data breach.
- :small_orange_diamond: dehashed - is a hacked database search engine.
- :small_orange_diamond: Leaked Source - is a collaboration of data found online in the form of a lookup.
+ ๐ธ have i been pwned? - check if you have an account that has been compromised in a data breach.
+ ๐ธ dehashed - is a hacked database search engine.
+ ๐ธ Leaked Source - is a collaboration of data found online in the form of a lookup.
- :small_orange_diamond: CVE Mitre - list of publicly known cybersecurity vulnerabilities.
- :small_orange_diamond: CVE Details - CVE security vulnerability advanced database.
- :small_orange_diamond: Exploit DB - CVE compliant archive of public exploits and corresponding vulnerable software.
- :small_orange_diamond: 0day.today - exploits market provides you the possibility to buy/sell zero-day exploits.
- :small_orange_diamond: sploitus - the exploit and tools database.
- :small_orange_diamond: cxsecurity - free vulnerability database.
- :small_orange_diamond: Vulncode-DB - is a database for vulnerabilities and their corresponding source code if available.
- :small_orange_diamond: cveapi - free API for CVE data.
+ ๐ธ CVE Mitre - list of publicly known cybersecurity vulnerabilities.
+ ๐ธ CVE Details - CVE security vulnerability advanced database.
+ ๐ธ Exploit DB - CVE compliant archive of public exploits and corresponding vulnerable software.
+ ๐ธ 0day.today - exploits market provides you the possibility to buy/sell zero-day exploits.
+ ๐ธ sploitus - the exploit and tools database.
+ ๐ธ cxsecurity - free vulnerability database.
+ ๐ธ Vulncode-DB - is a database for vulnerabilities and their corresponding source code if available.
+ ๐ธ cveapi - free API for CVE data.
- :small_orange_diamond: ImmuniWebยฎ Mobile App Scanner - test security and privacy of mobile apps (iOS & Android).
- :small_orange_diamond: Quixxi - free Mobile App Vulnerability Scanner for Android & iOS.
- :small_orange_diamond: Ostorlab - analyzes mobile application to identify vulnerabilities and potential weaknesses.
+ ๐ธ ImmuniWebยฎ Mobile App Scanner - test security and privacy of mobile apps (iOS & Android).
+ ๐ธ Quixxi - free Mobile App Vulnerability Scanner for Android & iOS.
+ ๐ธ Ostorlab - analyzes mobile application to identify vulnerabilities and potential weaknesses.
- :small_orange_diamond: Startpage - the world's most private search engine.
- :small_orange_diamond: searX - a privacy-respecting, hackable metasearch engine.
- :small_orange_diamond: darksearch - the 1st real Dark Web search engine.
- :small_orange_diamond: Qwant - the search engine that respects your privacy.
- :small_orange_diamond: DuckDuckGo - the search engine that doesn't track you.
- :small_orange_diamond: Swisscows - privacy safe web search
- :small_orange_diamond: Disconnect - the search engine that anonymizes your searches.
- :small_orange_diamond: MetaGer - the search engine that uses anonymous proxy and hidden Tor branches.
+ ๐ธ Startpage - the world's most private search engine.
+ ๐ธ searX - a privacy-respecting, hackable metasearch engine.
+ ๐ธ darksearch - the 1st real Dark Web search engine.
+ ๐ธ Qwant - the search engine that respects your privacy.
+ ๐ธ DuckDuckGo - the search engine that doesn't track you.
+ ๐ธ Swisscows - privacy safe web search
+ ๐ธ Disconnect - the search engine that anonymizes your searches.
+ ๐ธ MetaGer - the search engine that uses anonymous proxy and hidden Tor branches.
- :small_orange_diamond: CounterMail - online email service, designed to provide maximum security and privacy.
- :small_orange_diamond: Mail2Tor - is a Tor Hidden Service that allows anyone to send and receive emails anonymously.
- :small_orange_diamond: Tutanota - is the world's most secure email service and amazingly easy to use.
- :small_orange_diamond: Protonmail - is the world's largest secure email service, developed by CERN and MIT scientists.
- :small_orange_diamond: Startmail - private & encrypted email made easy.
+ ๐ธ CounterMail - online email service, designed to provide maximum security and privacy.
+ ๐ธ Mail2Tor - is a Tor Hidden Service that allows anyone to send and receive emails anonymously.
+ ๐ธ Tutanota - is the world's most secure email service and amazingly easy to use.
+ ๐ธ Protonmail - is the world's largest secure email service, developed by CERN and MIT scientists.
+ ๐ธ Startmail - private & encrypted email made easy.
- :small_orange_diamond: Keybase - it's open source and powered by public-key cryptography.
+ ๐ธ Keybase - it's open source and powered by public-key cryptography.
- :small_orange_diamond: SKS OpenPGP Key server - services for the SKS keyservers used by OpenPGP.
+ ๐ธ SKS OpenPGP Key server - services for the SKS keyservers used by OpenPGP.
- :small_orange_diamond: Slackware - the most "Unix-like" Linux distribution.
- :small_orange_diamond: OpenBSD - multi-platform 4.4BSD-based UNIX-like operating system.
- :small_orange_diamond: HardenedBSD - HardenedBSD aims to implement innovative exploit mitigation and security solutions.
- :small_orange_diamond: Kali Linux - Linux distribution used for Penetration Testing, Ethical Hacking and network security assessments.
- :small_orange_diamond: Parrot Security OS - cyber security GNU/Linux environment.
- :small_orange_diamond: Backbox Linux - penetration test and security assessment oriented Ubuntu-based Linux distribution.
- :small_orange_diamond: BlackArch - is an Arch Linux-based penetration testing distribution for penetration testers.
- :small_orange_diamond: Pentoo - is a security-focused livecd based on Gentoo.
- :small_orange_diamond: Security Onion - Linux distro for intrusion detection, enterprise security monitoring, and log management.
- :small_orange_diamond: Tails - is a live system that aims to preserve your privacy and anonymity.
- :small_orange_diamond: vedetta - OpenBSD router boilerplate.
- :small_orange_diamond: Qubes OS - is a security-oriented OS that uses Xen-based virtualization.
+ ๐ธ Slackware - the most "Unix-like" Linux distribution.
+ ๐ธ OpenBSD - multi-platform 4.4BSD-based UNIX-like operating system.
+ ๐ธ HardenedBSD - HardenedBSD aims to implement innovative exploit mitigation and security solutions.
+ ๐ธ Kali Linux - Linux distribution used for Penetration Testing, Ethical Hacking and network security assessments.
+ ๐ธ Parrot Security OS - cyber security GNU/Linux environment.
+ ๐ธ Backbox Linux - penetration test and security assessment oriented Ubuntu-based Linux distribution.
+ ๐ธ BlackArch - is an Arch Linux-based penetration testing distribution for penetration testers.
+ ๐ธ Pentoo - is a security-focused livecd based on Gentoo.
+ ๐ธ Security Onion - Linux distro for intrusion detection, enterprise security monitoring, and log management.
+ ๐ธ Tails - is a live system that aims to preserve your privacy and anonymity.
+ ๐ธ vedetta - OpenBSD router boilerplate.
+ ๐ธ Qubes OS - is a security-oriented OS that uses Xen-based virtualization.
- :small_orange_diamond: Varnish Cache - HTTP accelerator designed for content-heavy dynamic web sites.
- :small_orange_diamond: Nginx - open source web and reverse proxy server that is similar to Apache, but very light weight.
- :small_orange_diamond: OpenResty - is a dynamic web platform based on NGINX and LuaJIT.
- :small_orange_diamond: Tengine - a distribution of Nginx with some advanced features.
- :small_orange_diamond: Caddy Server - is an open source, HTTP/2-enabled web server with HTTPS by default.
- :small_orange_diamond: HAProxy - the reliable, high performance TCP/HTTP load balancer.
+ ๐ธ Varnish Cache - HTTP accelerator designed for content-heavy dynamic web sites.
+ ๐ธ Nginx - open source web and reverse proxy server that is similar to Apache, but very light weight.
+ ๐ธ OpenResty - is a dynamic web platform based on NGINX and LuaJIT.
+ ๐ธ Tengine - a distribution of Nginx with some advanced features.
+ ๐ธ Caddy Server - is an open source, HTTP/2-enabled web server with HTTPS by default.
+ ๐ธ HAProxy - the reliable, high performance TCP/HTTP load balancer.
- :small_orange_diamond: Unbound - validating, recursive, and caching DNS resolver (with TLS).
- :small_orange_diamond: Knot Resolver - caching full resolver implementation, including both a resolver library and a daemon.
- :small_orange_diamond: PowerDNS - is an open source authoritative DNS server, written in C++ and licensed under the GPL.
+ ๐ธ Unbound - validating, recursive, and caching DNS resolver (with TLS).
+ ๐ธ Knot Resolver - caching full resolver implementation, including both a resolver library and a daemon.
+ ๐ธ PowerDNS - is an open source authoritative DNS server, written in C++ and licensed under the GPL.
- :small_orange_diamond: 3proxy - tiny free proxy server.
+ ๐ธ 3proxy - tiny free proxy server.
- :small_orange_diamond: Emerald Onion - is a 501(c)(3) nonprofit organization and transit internet service provider (ISP).
- :small_orange_diamond: pi-hole - the Pi-holeยฎ is a DNS sinkhole that protects your devices from unwanted content.
- :small_orange_diamond: maltrail - malicious traffic detection system.
- :small_orange_diamond: security_monkey - monitors AWS, GCP, OpenStack, and GitHub orgs for assets and their changes over time.
- :small_orange_diamond: firecracker - secure and fast microVMs for serverless computing.
- :small_orange_diamond: streisand - sets up a new server running your choice of WireGuard, OpenSSH, OpenVPN, and more.
+ ๐ธ Emerald Onion - is a 501(c)(3) nonprofit organization and transit internet service provider (ISP).
+ ๐ธ pi-hole - the Pi-holeยฎ is a DNS sinkhole that protects your devices from unwanted content.
+ ๐ธ maltrail - malicious traffic detection system.
+ ๐ธ security_monkey - monitors AWS, GCP, OpenStack, and GitHub orgs for assets and their changes over time.
+ ๐ธ firecracker - secure and fast microVMs for serverless computing.
+ ๐ธ streisand - sets up a new server running your choice of WireGuard, OpenSSH, OpenVPN, and more.
- :small_orange_diamond: CapAnalysis - web visual tool to analyze large amounts of captured network traffic (PCAP analyzer).
- :small_orange_diamond: netbox - IP address management (IPAM) and data center infrastructure management (DCIM) tool.
+ ๐ธ CapAnalysis - web visual tool to analyze large amounts of captured network traffic (PCAP analyzer).
+ ๐ธ netbox - IP address management (IPAM) and data center infrastructure management (DCIM) tool.
- :small_orange_diamond: NRE Labs - learn automation by doing it. Right now, right here, in your browser.
+ ๐ธ NRE Labs - learn automation by doing it. Right now, right here, in your browser.
- :small_orange_diamond: LBNL's Network Research Group - home page of the Network Research Group (NRG).
+ ๐ธ LBNL's Network Research Group - home page of the Network Research Group (NRG).
- :small_orange_diamond: gvisor - container runtime sandbox.
- :small_orange_diamond: ctop - top-like interface for container metrics.
+ ๐ธ gvisor - container runtime sandbox.
+ ๐ธ ctop - top-like interface for container metrics.
- :small_orange_diamond: Moby - a collaborative project for the container ecosystem to assemble container-based system.
- :small_orange_diamond: Traefik - open source reverse proxy/load balancer provides easier integration with Docker and Let's encrypt.
- :small_orange_diamond: kong - The Cloud-Native API Gateway.
- :small_orange_diamond: rancher - complete container management platform.
- :small_orange_diamond: portainer - making Docker management easy.
- :small_orange_diamond: nginx-proxy - automated nginx proxy for Docker containers using docker-gen.
- :small_orange_diamond: bunkerized-nginx - nginx docker image "secure by default".
+ ๐ธ Moby - a collaborative project for the container ecosystem to assemble container-based system.
+ ๐ธ Traefik - open source reverse proxy/load balancer provides easier integration with Docker and Let's encrypt.
+ ๐ธ kong - The Cloud-Native API Gateway.
+ ๐ธ rancher - complete container management platform.
+ ๐ธ portainer - making Docker management easy.
+ ๐ธ nginx-proxy - automated nginx proxy for Docker containers using docker-gen.
+ ๐ธ bunkerized-nginx - nginx docker image "secure by default".
- :small_orange_diamond: docker-bench-security - checks for dozens of common best-practices around deploying Docker.
- :small_orange_diamond: trivy - vulnerability scanner for containers, suitable for CI.
- :small_orange_diamond: Harbor - cloud native registry project that stores, signs, and scans content.
- :small_orange_diamond: Houdini - hundreds of offensive and useful docker images for network intrusion.
+ ๐ธ docker-bench-security - checks for dozens of common best-practices around deploying Docker.
+ ๐ธ trivy - vulnerability scanner for containers, suitable for CI.
+ ๐ธ Harbor - cloud native registry project that stores, signs, and scans content.
+ ๐ธ Houdini - hundreds of offensive and useful docker images for network intrusion.
- :small_orange_diamond: docker-cheat-sheet - a quick reference cheat sheet on Docker.
- :small_orange_diamond: awesome-docker - a curated list of Docker resources and projects.
- :small_orange_diamond: docker_practice - learn and understand Docker technologies, with real DevOps practice!
- :small_orange_diamond: labs
+ ๐ธ docker-cheat-sheet - a quick reference cheat sheet on Docker.
+ ๐ธ awesome-docker - a curated list of Docker resources and projects.
+ ๐ธ docker_practice - learn and understand Docker technologies, with real DevOps practice!
+ ๐ธ labs
- is a collection of tutorials for learning how to use Docker with various tools.
- :small_orange_diamond: dockerfiles - various Dockerfiles I use on the desktop and on servers.
- :small_orange_diamond: kubernetes-the-hard-way - bootstrap Kubernetes the hard way on Google Cloud Platform. No scripts.
- :small_orange_diamond: kubernetes-the-easy-way - bootstrap Kubernetes the easy way on Google Cloud Platform. No scripts.
- :small_orange_diamond: cheatsheet-kubernetes-A4 - Kubernetes CheatSheets in A4.
- :small_orange_diamond: k8s-security - kubernetes security notes and best practices.
- :small_orange_diamond: kubernetes-production-best-practices - checklists with best-practices for production-ready Kubernetes.
- :small_orange_diamond: kubernetes-production-best-practices - kubernetes security - best practice guide.
- :small_orange_diamond: kubernetes-failure-stories - is a compilation of public failure/horror stories related to Kubernetes.
+ ๐ธ dockerfiles - various Dockerfiles I use on the desktop and on servers.
+ ๐ธ kubernetes-the-hard-way - bootstrap Kubernetes the hard way on Google Cloud Platform. No scripts.
+ ๐ธ kubernetes-the-easy-way - bootstrap Kubernetes the easy way on Google Cloud Platform. No scripts.
+ ๐ธ cheatsheet-kubernetes-A4 - Kubernetes CheatSheets in A4.
+ ๐ธ k8s-security - kubernetes security notes and best practices.
+ ๐ธ kubernetes-production-best-practices - checklists with best-practices for production-ready Kubernetes.
+ ๐ธ kubernetes-production-best-practices - kubernetes security - best practice guide.
+ ๐ธ kubernetes-failure-stories - is a compilation of public failure/horror stories related to Kubernetes.
- :small_orange_diamond: pure-bash-bible - is a collection of pure bash alternatives to external processes.
- :small_orange_diamond: pure-sh-bible - is a collection of pure POSIX sh alternatives to external processes.
- :small_orange_diamond: bash-guide - is a guide to learn bash.
- :small_orange_diamond: bash-handbook - for those who wanna learn Bash.
- :small_orange_diamond: The Bash Hackers Wiki - hold documentation of any kind about GNU Bash.
- :small_orange_diamond: Shell & Utilities - describes the commands offered to application programs by POSIX-conformant systems.
- :small_orange_diamond: the-art-of-command-line - master the command line, in one page.
- :small_orange_diamond: Shell Style Guide - a shell style guide for Google-originated open-source projects.
+ ๐ธ pure-bash-bible - is a collection of pure bash alternatives to external processes.
+ ๐ธ pure-sh-bible - is a collection of pure POSIX sh alternatives to external processes.
+ ๐ธ bash-guide - is a guide to learn bash.
+ ๐ธ bash-handbook - for those who wanna learn Bash.
+ ๐ธ The Bash Hackers Wiki - hold documentation of any kind about GNU Bash.
+ ๐ธ Shell & Utilities - describes the commands offered to application programs by POSIX-conformant systems.
+ ๐ธ the-art-of-command-line - master the command line, in one page.
+ ๐ธ Shell Style Guide - a shell style guide for Google-originated open-source projects.
- :small_orange_diamond: Vim Cheat Sheet - great multi language vim guide.
+ ๐ธ Vim Cheat Sheet - great multi language vim guide.
- :small_orange_diamond: Awesome Python - a curated list of awesome Python frameworks, libraries, software and resources.
- :small_orange_diamond: python-cheatsheet - comprehensive Python cheatsheet.
- :small_orange_diamond: pythoncheatsheet.org - basic reference for beginner and advanced developers.
+ ๐ธ Awesome Python - a curated list of awesome Python frameworks, libraries, software and resources.
+ ๐ธ python-cheatsheet - comprehensive Python cheatsheet.
+ ๐ธ pythoncheatsheet.org - basic reference for beginner and advanced developers.
- :small_orange_diamond: FโAwk Yeah! - advanced sed and awk usage (Parsing for Pentesters 3).
+ ๐ธ FโAwk Yeah! - advanced sed and awk usage (Parsing for Pentesters 3).
- :small_orange_diamond: nixCraft - linux and unix tutorials for new and seasoned sysadmin.
- :small_orange_diamond: TecMint - the ideal Linux blog for Sysadmins & Geeks.
- :small_orange_diamond: Omnisecu - free Networking, System Administration and Security tutorials.
- :small_orange_diamond: linux-cheat - Linux tutorials and cheatsheets. Minimal examples. Mostly user-land CLI utilities.
- :small_orange_diamond: linuxupskillchallenge - learn the skills required to sysadmin.
- :small_orange_diamond: Unix Toolbox - Unix/Linux/BSD commands and tasks which are useful for IT work or for advanced users.
- :small_orange_diamond: Linux Kernel Teaching - is a collection of lectures and labs Linux kernel topics.
- :small_orange_diamond: htop explained - explanation of everything you can see in htop/top on Linux.
- :small_orange_diamond: Linux Guide and Hints - tutorials on system administration in Fedora and CentOS.
- :small_orange_diamond: strace-little-book - a little book which introduces strace.
- :small_orange_diamond: linux-tracing-workshop - examples and hands-on labs for Linux tracing tools workshops.
- :small_orange_diamond: http2-explained - a detailed document explaining and documenting HTTP/2.
- :small_orange_diamond: http3-explained - a document describing the HTTP/3 and QUIC protocols.
- :small_orange_diamond: HTTP/2 in Action - an excellent introduction to the new HTTP/2 standard.
- :small_orange_diamond: Let's code a TCP/IP stack - great stuff to learn network and system programming at a deeper level.
- :small_orange_diamond: Nginx Admin's Handbook - how to improve NGINX performance, security and other important things.
- :small_orange_diamond: nginxconfig.io - NGINX config generator on steroids.
- :small_orange_diamond: openssh guideline - is to help operational teams with the configuration of OpenSSH server and client.
- :small_orange_diamond: SSH Handshake Explained - is a relatively brief description of the SSH handshake.
- :small_orange_diamond: ISC's Knowledgebase - you'll find some general information about BIND 9, ISC DHCP, and Kea DHCP.
- :small_orange_diamond: PacketLife.net - a place to record notes while studying for Cisco's CCNP certification.
+ ๐ธ nixCraft - linux and unix tutorials for new and seasoned sysadmin.
+ ๐ธ TecMint - the ideal Linux blog for Sysadmins & Geeks.
+ ๐ธ Omnisecu - free Networking, System Administration and Security tutorials.
+ ๐ธ linux-cheat - Linux tutorials and cheatsheets. Minimal examples. Mostly user-land CLI utilities.
+ ๐ธ linuxupskillchallenge - learn the skills required to sysadmin.
+ ๐ธ Unix Toolbox - Unix/Linux/BSD commands and tasks which are useful for IT work or for advanced users.
+ ๐ธ Linux Kernel Teaching - is a collection of lectures and labs Linux kernel topics.
+ ๐ธ htop explained - explanation of everything you can see in htop/top on Linux.
+ ๐ธ Linux Guide and Hints - tutorials on system administration in Fedora and CentOS.
+ ๐ธ strace-little-book - a little book which introduces strace.
+ ๐ธ linux-tracing-workshop - examples and hands-on labs for Linux tracing tools workshops.
+ ๐ธ http2-explained - a detailed document explaining and documenting HTTP/2.
+ ๐ธ http3-explained - a document describing the HTTP/3 and QUIC protocols.
+ ๐ธ HTTP/2 in Action - an excellent introduction to the new HTTP/2 standard.
+ ๐ธ Let's code a TCP/IP stack - great stuff to learn network and system programming at a deeper level.
+ ๐ธ Nginx Admin's Handbook - how to improve NGINX performance, security and other important things.
+ ๐ธ nginxconfig.io - NGINX config generator on steroids.
+ ๐ธ openssh guideline - is to help operational teams with the configuration of OpenSSH server and client.
+ ๐ธ SSH Handshake Explained - is a relatively brief description of the SSH handshake.
+ ๐ธ ISC's Knowledgebase - you'll find some general information about BIND 9, ISC DHCP, and Kea DHCP.
+ ๐ธ PacketLife.net - a place to record notes while studying for Cisco's CCNP certification.
- :small_orange_diamond: AD-Attack-Defense - attack and defend active directory using modern post exploitation activity.
+ ๐ธ AD-Attack-Defense - attack and defend active directory using modern post exploitation activity.
- :small_orange_diamond: The System Design Primer - learn how to design large-scale systems.
- :small_orange_diamond: Awesome Scalability - best practices in building High Scalability, High Availability, High Stability, and more.
- :small_orange_diamond: Web Architecture 101 - the basic architecture concepts.
+ ๐ธ The System Design Primer - learn how to design large-scale systems.
+ ๐ธ Awesome Scalability - best practices in building High Scalability, High Availability, High Stability, and more.
+ ๐ธ Web Architecture 101 - the basic architecture concepts.
- :small_orange_diamond: CIS Benchmarks - secure configuration settings for over 100 technologies, available as a free PDF.
- :small_orange_diamond: Security Harden CentOS 7 - this walks you through the steps required to security harden CentOS.
- :small_orange_diamond: CentOS 7 Server Hardening Guide - great guide for hardening CentOS; familiar with OpenSCAP.
- :small_orange_diamond: awesome-security-hardening - is a collection of security hardening guides, tools and other resources.
- :small_orange_diamond: The Practical Linux Hardening Guide - provides a high-level overview of hardening GNU/Linux systems.
- :small_orange_diamond: Linux Hardening Guide - how to harden Linux as much as possible for security and privacy.
+ ๐ธ CIS Benchmarks - secure configuration settings for over 100 technologies, available as a free PDF.
+ ๐ธ Security Harden CentOS 7 - this walks you through the steps required to security harden CentOS.
+ ๐ธ CentOS 7 Server Hardening Guide - great guide for hardening CentOS; familiar with OpenSCAP.
+ ๐ธ awesome-security-hardening - is a collection of security hardening guides, tools and other resources.
+ ๐ธ The Practical Linux Hardening Guide - provides a high-level overview of hardening GNU/Linux systems.
+ ๐ธ Linux Hardening Guide - how to harden Linux as much as possible for security and privacy.
- :small_orange_diamond: Hacking Articles - LRaj Chandel's Security & Hacking Blog.
- :small_orange_diamond: AWS security tools - make your AWS cloud environment more secure.
- :small_orange_diamond: Rawsec's CyberSecurity Inventory - an inventory of tools and resources about CyberSecurity.
- :small_orange_diamond: The Illustrated TLS Connection - every byte of a TLS connection explained and reproduced.
- :small_orange_diamond: SSL Research - SSL and TLS Deployment Best Practices by SSL Labs.
- :small_orange_diamond: SELinux Game - learn SELinux by doing. Solve Puzzles, show skillz.
- :small_orange_diamond: Certificates and PKI - everything you should know about certificates and PKI but are too afraid to ask.
- :small_orange_diamond: The Art of Subdomain Enumeration - a reference for subdomain enumeration techniques.
- :small_orange_diamond: Quitting Google - the comprehensive guide to quitting Google.
+ ๐ธ Hacking Articles - LRaj Chandel's Security & Hacking Blog.
+ ๐ธ AWS security tools - make your AWS cloud environment more secure.
+ ๐ธ Rawsec's CyberSecurity Inventory - an inventory of tools and resources about CyberSecurity.
+ ๐ธ The Illustrated TLS Connection - every byte of a TLS connection explained and reproduced.
+ ๐ธ SSL Research - SSL and TLS Deployment Best Practices by SSL Labs.
+ ๐ธ SELinux Game - learn SELinux by doing. Solve Puzzles, show skillz.
+ ๐ธ Certificates and PKI - everything you should know about certificates and PKI but are too afraid to ask.
+ ๐ธ The Art of Subdomain Enumeration - a reference for subdomain enumeration techniques.
+ ๐ธ Quitting Google - the comprehensive guide to quitting Google.
- :small_orange_diamond: OWASP - worldwide not-for-profit charitable organization focused on improving the security of software.
- :small_orange_diamond: OWASP ASVS 3.0.1 - OWASP Application Security Verification Standard Project.
- :small_orange_diamond: OWASP ASVS 3.0.1 Web App - simple web app that helps developers understand the ASVS requirements.
- :small_orange_diamond: OWASP ASVS 4.0 - is a list of application security requirements or tests.
- :small_orange_diamond: OWASP Testing Guide v4 - includes a "best practice" penetration testing framework.
- :small_orange_diamond: OWASP Dev Guide - this is the development version of the OWASP Developer Guide.
- :small_orange_diamond: OWASP WSTG - is a comprehensive open source guide to testing the security of web apps.
- :small_orange_diamond: OWASP API Security Project - focuses specifically on the top ten vulnerabilities in API security.
- :small_orange_diamond: Mozilla Web Security - help operational teams with creating secure web applications.
- :small_orange_diamond: security-bulletins - security bulletins that relate to Netflix Open Source.
- :small_orange_diamond: API-Security-Checklist - security countermeasures when designing, testing, and releasing your API.
- :small_orange_diamond: Enable CORS - enable cross-origin resource sharing.
- :small_orange_diamond: Application Security Wiki - is an initiative to provide all application security related resources at one place.
- :small_orange_diamond: Weird Proxies - reverse proxy related attacks; it is a result of analysis of various proxies.
- :small_orange_diamond: Webshells - great series about malicious payloads.
- :small_orange_diamond: Practical Web Cache Poisoning - show you how to compromise websites by using esoteric web features.
- :small_orange_diamond: Hidden directories and files - as a source of sensitive information about web application.
- :small_orange_diamond: Explosive blog - great blog about cybersec and pentests.
- :small_orange_diamond: Security Cookies - this paper will take a close look at cookie security.
- :small_orange_diamond: APISecurityBestPractices - help you keep secrets (API keys, db credentials, certificates) out of source code.
+ ๐ธ OWASP - worldwide not-for-profit charitable organization focused on improving the security of software.
+ ๐ธ OWASP ASVS 3.0.1 - OWASP Application Security Verification Standard Project.
+ ๐ธ OWASP ASVS 3.0.1 Web App - simple web app that helps developers understand the ASVS requirements.
+ ๐ธ OWASP ASVS 4.0 - is a list of application security requirements or tests.
+ ๐ธ OWASP Testing Guide v4 - includes a "best practice" penetration testing framework.
+ ๐ธ OWASP Dev Guide - this is the development version of the OWASP Developer Guide.
+ ๐ธ OWASP WSTG - is a comprehensive open source guide to testing the security of web apps.
+ ๐ธ OWASP API Security Project - focuses specifically on the top ten vulnerabilities in API security.
+ ๐ธ Mozilla Web Security - help operational teams with creating secure web applications.
+ ๐ธ security-bulletins - security bulletins that relate to Netflix Open Source.
+ ๐ธ API-Security-Checklist - security countermeasures when designing, testing, and releasing your API.
+ ๐ธ Enable CORS - enable cross-origin resource sharing.
+ ๐ธ Application Security Wiki - is an initiative to provide all application security related resources at one place.
+ ๐ธ Weird Proxies - reverse proxy related attacks; it is a result of analysis of various proxies.
+ ๐ธ Webshells - great series about malicious payloads.
+ ๐ธ Practical Web Cache Poisoning - show you how to compromise websites by using esoteric web features.
+ ๐ธ Hidden directories and files - as a source of sensitive information about web application.
+ ๐ธ Explosive blog - great blog about cybersec and pentests.
+ ๐ธ Security Cookies - this paper will take a close look at cookie security.
+ ๐ธ APISecurityBestPractices - help you keep secrets (API keys, db credentials, certificates) out of source code.
- :small_orange_diamond: LZone Cheat Sheets - all cheat sheets.
- :small_orange_diamond: Danโs Cheat Sheetsโs - massive cheat sheets documentation.
- :small_orange_diamond: Rico's cheatsheets - this is a modest collection of cheatsheets.
- :small_orange_diamond: DevDocs API - combines multiple API documentations in a fast, organized, and searchable interface.
- :small_orange_diamond: cheat.sh - the only cheat sheet you need.
- :small_orange_diamond: gnulinux.guru - collection of cheat sheets about bash, vim and networking.
- :small_orange_diamond: Web Skills - visual overview of useful skills to learn as a web developer.
+ ๐ธ LZone Cheat Sheets - all cheat sheets.
+ ๐ธ Danโs Cheat Sheetsโs - massive cheat sheets documentation.
+ ๐ธ Rico's cheatsheets - this is a modest collection of cheatsheets.
+ ๐ธ DevDocs API - combines multiple API documentations in a fast, organized, and searchable interface.
+ ๐ธ cheat.sh - the only cheat sheet you need.
+ ๐ธ gnulinux.guru - collection of cheat sheets about bash, vim and networking.
+ ๐ธ Web Skills - visual overview of useful skills to learn as a web developer.
- :small_orange_diamond: free-programming-books - list of free learning resources in many languages.
+ ๐ธ free-programming-books - list of free learning resources in many languages.
- :small_orange_diamond: CTF Series : Vulnerable Machines - the steps below could be followed to find vulnerabilities and exploits.
- :small_orange_diamond: 50M_CTF_Writeup - $50 million CTF from Hackerone - writeup.
- :small_orange_diamond: ctf-tasks - an archive of low-level CTF challenges developed over the years.
- :small_orange_diamond: How to start RE/malware analysis? - collection of some hints and useful links for the beginners.
- :small_orange_diamond: The C10K problem - it's time for web servers to handle ten thousand clients simultaneously, don't you think?
- :small_orange_diamond: How 1500 bytes became the MTU of the internet - great story about the Maximum Transmission Unit.
- :small_orange_diamond: poor man's profiler - like dtrace's don't really provide methods to see what programs are blocking on.
- :small_orange_diamond: HTTPS on Stack Overflow - this is the story of a long journey regarding the implementation of SSL.
- :small_orange_diamond: Julia's Drawings - some drawings about programming and unix world, zines about systems & debugging tools.
- :small_orange_diamond: Hash collisions - this great repository is focused on hash collisions exploitation.
- :small_orange_diamond: sha256-animation - animation of the SHA-256 hash function in your terminal.
- :small_orange_diamond: sha256algorithm - sha256 algorithm explained online step by step visually.
- :small_orange_diamond: BGP Meets Cat - after 3072 hours of manipulating BGP, Job Snijders has succeeded in drawing a Nyancat.
- :small_orange_diamond: bgp-battleships - playing battleships over BGP.
- :small_orange_diamond: What happens when... - you type google.com into your browser and press enter?
- :small_orange_diamond: how-web-works - based on the 'What happens when...' repository.
- :small_orange_diamond: HTTPS in the real world - great tutorial explain how HTTPS works in the real world.
- :small_orange_diamond: Gitlab and NFS bug - how we spent two weeks hunting an NFS bug in the Linux kernel.
- :small_orange_diamond: Gitlab melts down - postmortem on the database outage of January 31 2017 with the lessons we learned.
- :small_orange_diamond: How To Become A Hacker - if you want to be a hacker, keep reading.
- :small_orange_diamond: Operation Costs in CPU - should help to estimate costs of certain operations in CPU clocks.
- :small_orange_diamond: Let's Build a Simple Database - writing a sqlite clone from scratch in C.
- :small_orange_diamond: simple-computer - great resource to understand how computers work under the hood.
- :small_orange_diamond: The story of "Have I been pwned?" - working with 154 million records on Azure Table Storage.
- :small_orange_diamond: TOP500 Supercomputers - shows the 500 most powerful commercially available computer systems known to us.
- :small_orange_diamond: How to build a 8 GPU password cracker - any "black magic" or hours of frustration like desktop components do.
- :small_orange_diamond: CERN Data Centre - 3D visualizations of the CERN computing environments (and more).
- :small_orange_diamond: How fucked is my database - evaluate how fucked your database is with this handy website.
- :small_orange_diamond: Linux Troubleshooting 101 , 2016 Edition - everything is a DNS Problem...
- :small_orange_diamond: Five Whys - you know what the problem is, but you cannot solve it?
- :small_orange_diamond: Maersk, me & notPetya - how did ransomware successfully hijack hundreds of domain controllers?
- :small_orange_diamond: howhttps.works - how HTTPS works ...in a comic!
- :small_orange_diamond: howdns.works - a fun and colorful explanation of how DNS works.
- :small_orange_diamond: POSTGRESQLCO.NF - your postgresql.conf documentation and recommendations.
+ ๐ธ CTF Series : Vulnerable Machines - the steps below could be followed to find vulnerabilities and exploits.
+ ๐ธ 50M_CTF_Writeup - $50 million CTF from Hackerone - writeup.
+ ๐ธ ctf-tasks - an archive of low-level CTF challenges developed over the years.
+ ๐ธ How to start RE/malware analysis? - collection of some hints and useful links for the beginners.
+ ๐ธ The C10K problem - it's time for web servers to handle ten thousand clients simultaneously, don't you think?
+ ๐ธ How 1500 bytes became the MTU of the internet - great story about the Maximum Transmission Unit.
+ ๐ธ poor man's profiler - like dtrace's don't really provide methods to see what programs are blocking on.
+ ๐ธ HTTPS on Stack Overflow - this is the story of a long journey regarding the implementation of SSL.
+ ๐ธ Julia's Drawings - some drawings about programming and unix world, zines about systems & debugging tools.
+ ๐ธ Hash collisions - this great repository is focused on hash collisions exploitation.
+ ๐ธ sha256-animation - animation of the SHA-256 hash function in your terminal.
+ ๐ธ sha256algorithm - sha256 algorithm explained online step by step visually.
+ ๐ธ BGP Meets Cat - after 3072 hours of manipulating BGP, Job Snijders has succeeded in drawing a Nyancat.
+ ๐ธ bgp-battleships - playing battleships over BGP.
+ ๐ธ What happens when... - you type google.com into your browser and press enter?
+ ๐ธ how-web-works - based on the 'What happens when...' repository.
+ ๐ธ HTTPS in the real world - great tutorial explain how HTTPS works in the real world.
+ ๐ธ Gitlab and NFS bug - how we spent two weeks hunting an NFS bug in the Linux kernel.
+ ๐ธ Gitlab melts down - postmortem on the database outage of January 31 2017 with the lessons we learned.
+ ๐ธ How To Become A Hacker - if you want to be a hacker, keep reading.
+ ๐ธ Operation Costs in CPU - should help to estimate costs of certain operations in CPU clocks.
+ ๐ธ Let's Build a Simple Database - writing a sqlite clone from scratch in C.
+ ๐ธ simple-computer - great resource to understand how computers work under the hood.
+ ๐ธ The story of "Have I been pwned?" - working with 154 million records on Azure Table Storage.
+ ๐ธ TOP500 Supercomputers - shows the 500 most powerful commercially available computer systems known to us.
+ ๐ธ How to build a 8 GPU password cracker - any "black magic" or hours of frustration like desktop components do.
+ ๐ธ CERN Data Centre - 3D visualizations of the CERN computing environments (and more).
+ ๐ธ How fucked is my database - evaluate how fucked your database is with this handy website.
+ ๐ธ Linux Troubleshooting 101 , 2016 Edition - everything is a DNS Problem...
+ ๐ธ Five Whys - you know what the problem is, but you cannot solve it?
+ ๐ธ Maersk, me & notPetya - how did ransomware successfully hijack hundreds of domain controllers?
+ ๐ธ howhttps.works - how HTTPS works ...in a comic!
+ ๐ธ howdns.works - a fun and colorful explanation of how DNS works.
+ ๐ธ POSTGRESQLCO.NF - your postgresql.conf documentation and recommendations.
- :small_orange_diamond: Awesome Sysadmin - amazingly awesome open source sysadmin resources.
- :small_orange_diamond: Awesome Shell - awesome command-line frameworks, toolkits, guides and gizmos.
- :small_orange_diamond: Command-line-text-processing - finding text to search and replace, sorting to beautifying, and more.
- :small_orange_diamond: Awesome Pcaptools - collection of tools developed by other researchers to process network traces.
- :small_orange_diamond: awesome-ebpf - a curated list of awesome projects related to eBPF.
- :small_orange_diamond: Linux Network Performance - where some of the network sysctl variables fit into the Linux/Kernel network flow.
- :small_orange_diamond: Awesome Postgres - list of awesome PostgreSQL software, libraries, tools and resources.
- :small_orange_diamond: quick-SQL-cheatsheet - a quick reminder of all SQL queries and examples on how to use them.
- :small_orange_diamond: Awesome-Selfhosted - list of Free Software network services and web applications which can be hosted locally.
- :small_orange_diamond: List of applications - huge list of apps sorted by category, as a reference for those looking for packages.
- :small_orange_diamond: CS-Interview-Knowledge-Map - build the best interview map.
- :small_orange_diamond: DevOps-Guide - DevOps Guide from basic to advanced with Interview Questions and Notes.
- :small_orange_diamond: FreeBSD Journal - it is a great list of periodical magazines about FreeBSD and other important things.
- :small_orange_diamond: devops-interview-questions - contains interview questions on various DevOps and SRE related topics.
- :small_orange_diamond: Web Developer Roadmap - roadmaps, articles and resources to help you choose your path, learn and improve.
- :small_orange_diamond: Front-End-Checklist - the perfect Front-End Checklist for modern websites and meticulous developers.
- :small_orange_diamond: Front-End-Performance-Checklist - Front-End Performance Checklist that runs faster than the others.
- :small_orange_diamond: Python's Magic Methods - what are magic methods? They're everything in object-oriented Python.
- :small_orange_diamond: wtfpython - a collection of surprising Python snippets and lesser-known features.
- :small_orange_diamond: js-dev-reads - a list of books and articles for the discerning web developer to read.
- :small_orange_diamond: Commit messages guide - a guide to understand the importance of commit messages.
+ ๐ธ Web Developer Roadmap - roadmaps, articles and resources to help you choose your path, learn and improve.
+ ๐ธ Front-End-Checklist - the perfect Front-End Checklist for modern websites and meticulous developers.
+ ๐ธ Front-End-Performance-Checklist - Front-End Performance Checklist that runs faster than the others.
+ ๐ธ Python's Magic Methods - what are magic methods? They're everything in object-oriented Python.
+ ๐ธ wtfpython - a collection of surprising Python snippets and lesser-known features.
+ ๐ธ js-dev-reads - a list of books and articles for the discerning web developer to read.
+ ๐ธ Commit messages guide - a guide to understand the importance of commit messages.
- :small_orange_diamond: Awesome Web Security - a curated list of Web Security materials and resources.
- :small_orange_diamond: awesome-cyber-skills - a curated list of hacking environments where you can train your cyber skills.
- :small_orange_diamond: awesome-devsecops - an authoritative list of awesome devsecops tools.
- :small_orange_diamond: awesome-osint - is a curated list of amazingly awesome OSINT.
- :small_orange_diamond: HolyTips - tips and tutorials on Bug Bounty Hunting and Web App Security.
- :small_orange_diamond: awesome-threat-intelligence - a curated list of Awesome Threat Intelligence resources.
- :small_orange_diamond: Red-Teaming-Toolkit - a collection of open source and commercial tools that aid in red team operations.
- :small_orange_diamond: awesome-burp-extensions - a curated list of amazingly awesome Burp Extensions.
- :small_orange_diamond: Free Security eBooks - list of a Free Security and Hacking eBooks.
- :small_orange_diamond: Hacking-Security-Ebooks - top 100 Hacking & Security E-Books.
- :small_orange_diamond: privacy-respecting - curated list of privacy respecting services and software.
- :small_orange_diamond: reverse-engineering - list of awesome reverse engineering resources.
- :small_orange_diamond: linux-re-101 - a collection of resources for linux reverse engineering.
- :small_orange_diamond: reverseengineering-reading-list - a list of Reverse Engineering articles, books, and papers.
- :small_orange_diamond: Awesome-WAF - a curated list of awesome web-app firewall (WAF) stuff.
- :small_orange_diamond: awesome-shodan-queries - interesting, funny, and depressing search queries to plug into shodan.io.
- :small_orange_diamond: RobotsDisallowed - a curated list of the most common and most interesting robots.txt disallowed directories.
- :small_orange_diamond: HackingNeuralNetworks - is a small course on exploiting and defending neural networks.
- :small_orange_diamond: wildcard-certificates - why you probably shouldn't use a wildcard certificate.
- :small_orange_diamond: Don't use VPN services - which is what every third-party "VPN provider" does.
- :small_orange_diamond: awesome-yara - a curated list of awesome YARA rules, tools, and people.
- :small_orange_diamond: macOS-Security-and-Privacy-Guide - guide to securing and improving privacy on macOS.
- :small_orange_diamond: macos_security - macOS Security Compliance Project.
- :small_orange_diamond: awesome-sec-talks - is a collected list of awesome security talks.
- :small_orange_diamond: Movies for Hackers - list of movies every hacker & cyberpunk must watch.
- :small_orange_diamond: Cryptography_1 - materials used whilst taking Prof. Dan Boneh Stanford Crypto course.
- :small_orange_diamond: Crypton - library to learn and practice Offensive and Defensive Cryptography.
+ ๐ธ Awesome Web Security - a curated list of Web Security materials and resources.
+ ๐ธ awesome-cyber-skills - a curated list of hacking environments where you can train your cyber skills.
+ ๐ธ awesome-devsecops - an authoritative list of awesome devsecops tools.
+ ๐ธ awesome-osint - is a curated list of amazingly awesome OSINT.
+ ๐ธ HolyTips - tips and tutorials on Bug Bounty Hunting and Web App Security.
+ ๐ธ awesome-threat-intelligence - a curated list of Awesome Threat Intelligence resources.
+ ๐ธ Red-Teaming-Toolkit - a collection of open source and commercial tools that aid in red team operations.
+ ๐ธ awesome-burp-extensions - a curated list of amazingly awesome Burp Extensions.
+ ๐ธ Free Security eBooks - list of a Free Security and Hacking eBooks.
+ ๐ธ Hacking-Security-Ebooks - top 100 Hacking & Security E-Books.
+ ๐ธ privacy-respecting - curated list of privacy respecting services and software.
+ ๐ธ reverse-engineering - list of awesome reverse engineering resources.
+ ๐ธ linux-re-101 - a collection of resources for linux reverse engineering.
+ ๐ธ reverseengineering-reading-list - a list of Reverse Engineering articles, books, and papers.
+ ๐ธ Awesome-WAF - a curated list of awesome web-app firewall (WAF) stuff.
+ ๐ธ awesome-shodan-queries - interesting, funny, and depressing search queries to plug into shodan.io.
+ ๐ธ RobotsDisallowed - a curated list of the most common and most interesting robots.txt disallowed directories.
+ ๐ธ HackingNeuralNetworks - is a small course on exploiting and defending neural networks.
+ ๐ธ wildcard-certificates - why you probably shouldn't use a wildcard certificate.
+ ๐ธ Don't use VPN services - which is what every third-party "VPN provider" does.
+ ๐ธ awesome-yara - a curated list of awesome YARA rules, tools, and people.
+ ๐ธ macOS-Security-and-Privacy-Guide - guide to securing and improving privacy on macOS.
+ ๐ธ macos_security - macOS Security Compliance Project.
+ ๐ธ awesome-sec-talks - is a collected list of awesome security talks.
+ ๐ธ Movies for Hackers - list of movies every hacker & cyberpunk must watch.
+ ๐ธ Cryptography_1 - materials used whilst taking Prof. Dan Boneh Stanford Crypto course.
+ ๐ธ Crypton - library to learn and practice Offensive and Defensive Cryptography.
- :small_orange_diamond: Cheatography - over 3,000 free cheat sheets, revision aids and quick references.
- :small_orange_diamond: awesome-static-analysis - static analysis tools for all programming languages.
- :small_orange_diamond: computer-science - path to a free self-taught education in Computer Science.
- :small_orange_diamond: post-mortems - is a collection of postmortems (config errors, hardware failures, and more).
- :small_orange_diamond: build-your-own-x - build your own (insert technology here).
- :small_orange_diamond: Project-Based-Tutorials-in-C - is a curated list of project-based tutorials in C.
- :small_orange_diamond: The-Documentation-Compendium - various README templates & tips on writing high-quality documentation.
- :small_orange_diamond: awesome-python-applications - free software that works great, and also happens to be open-source Python.
- :small_orange_diamond: awesome-public-datasets - a topic-centric list of HQ open datasets.
- :small_orange_diamond: machine-learning-algorithms - a curated list of all machine learning algorithms and concepts.
+ ๐ธ Cheatography - over 3,000 free cheat sheets, revision aids and quick references.
+ ๐ธ awesome-static-analysis - static analysis tools for all programming languages.
+ ๐ธ computer-science - path to a free self-taught education in Computer Science.
+ ๐ธ post-mortems - is a collection of postmortems (config errors, hardware failures, and more).
+ ๐ธ build-your-own-x - build your own (insert technology here).
+ ๐ธ Project-Based-Tutorials-in-C - is a curated list of project-based tutorials in C.
+ ๐ธ The-Documentation-Compendium - various README templates & tips on writing high-quality documentation.
+ ๐ธ awesome-python-applications - free software that works great, and also happens to be open-source Python.
+ ๐ธ awesome-public-datasets - a topic-centric list of HQ open datasets.
+ ๐ธ machine-learning-algorithms - a curated list of all machine learning algorithms and concepts.
- :small_orange_diamond: Varnish for PHP developers - very interesting presentation of Varnish by Mattias Geniar.
- :small_orange_diamond: A Netflix Guide to Microservices - talks about the chaotic and vibrant world of microservices at Netflix.
+ ๐ธ Varnish for PHP developers - very interesting presentation of Varnish by Mattias Geniar.
+ ๐ธ A Netflix Guide to Microservices - talks about the chaotic and vibrant world of microservices at Netflix.
- :small_orange_diamond: Comparing C to machine lang - compare a simple C app with the compiled machine code of that program.
+ ๐ธ Comparing C to machine lang - compare a simple C app with the compiled machine code of that program.
- :small_orange_diamond: Brendan Gregg's Blog - is an industry expert in computing performance and cloud computing.
- :small_orange_diamond: Gynvael "GynDream" Coldwind - is a IT security engineer at Google.
- :small_orange_diamond: Michaล "lcamtuf" Zalewski - white hat hacker, computer security expert.
- :small_orange_diamond: Mattias Geniar - developer, sysadmin, blogger, podcaster and public speaker.
- :small_orange_diamond: Nick Craver - software developer and systems administrator for Stack Exchange.
- :small_orange_diamond: Scott Helme - security researcher, speaker and founder of securityheaders.com and report-uri.com.
- :small_orange_diamond: Brian Krebs - The Washington Post and now an Independent investigative journalist.
- :small_orange_diamond: Bruce Schneier - is an internationally renowned security technologist, called a "security guru".
- :small_orange_diamond: Chrissy Morgan - advocate of practical learning, Chrissy also takes part in bug bounty programs.
- :small_orange_diamond: Andy Gill - is a hacker at heart who works as a senior penetration tester.
- :small_orange_diamond: Daniel Miessler - cybersecurity expert and writer.
- :small_orange_diamond: Samy Kamkar - is an American privacy and security researcher, computer hacker.
- :small_orange_diamond: Javvad Malik - is a security advocate at AlienVault, a blogger event speaker and industry commentator.
- :small_orange_diamond: Graham Cluley - public speaker and independent computer security analyst.
- :small_orange_diamond: Kacper Szurek - detection engineer at ESET.
- :small_orange_diamond: Troy Hunt - web security expert known for public education and outreach on security topics.
- :small_orange_diamond: raymii.org - sysadmin specializing in building high availability cloud environments.
- :small_orange_diamond: Robert Penz - IT security expert.
+ ๐ธ Brendan Gregg's Blog - is an industry expert in computing performance and cloud computing.
+ ๐ธ Gynvael "GynDream" Coldwind - is a IT security engineer at Google.
+ ๐ธ Michaล "lcamtuf" Zalewski - white hat hacker, computer security expert.
+ ๐ธ Mattias Geniar - developer, sysadmin, blogger, podcaster and public speaker.
+ ๐ธ Nick Craver - software developer and systems administrator for Stack Exchange.
+ ๐ธ Scott Helme - security researcher, speaker and founder of securityheaders.com and report-uri.com.
+ ๐ธ Brian Krebs - The Washington Post and now an Independent investigative journalist.
+ ๐ธ Bruce Schneier - is an internationally renowned security technologist, called a "security guru".
+ ๐ธ Chrissy Morgan - advocate of practical learning, Chrissy also takes part in bug bounty programs.
+ ๐ธ Andy Gill - is a hacker at heart who works as a senior penetration tester.
+ ๐ธ Daniel Miessler - cybersecurity expert and writer.
+ ๐ธ Samy Kamkar - is an American privacy and security researcher, computer hacker.
+ ๐ธ Javvad Malik - is a security advocate at AlienVault, a blogger event speaker and industry commentator.
+ ๐ธ Graham Cluley - public speaker and independent computer security analyst.
+ ๐ธ Kacper Szurek - detection engineer at ESET.
+ ๐ธ Troy Hunt - web security expert known for public education and outreach on security topics.
+ ๐ธ raymii.org - sysadmin specializing in building high availability cloud environments.
+ ๐ธ Robert Penz - IT security expert.
- :small_orange_diamond: Linux Audit - the Linux security blog about auditing, hardening and compliance by Michael Boelen.
- :small_orange_diamond:
+ ๐ธ Linux Audit - the Linux security blog about auditing, hardening and compliance by Michael Boelen.
+ ๐ธ
Linux Security Expert - trainings, howtos, checklists, security tools, and more.
- :small_orange_diamond: The Grymoire - collection of useful incantations for wizards, be you computer wizards, magicians, or whatever.
- :small_orange_diamond: Secjuice - is the only non-profit, independent and volunteer led publication in the information security space.
- :small_orange_diamond: Decipher - security news that informs and inspires.
+ ๐ธ The Grymoire - collection of useful incantations for wizards, be you computer wizards, magicians, or whatever.
+ ๐ธ Secjuice - is the only non-profit, independent and volunteer led publication in the information security space.
+ ๐ธ Decipher - security news that informs and inspires.
- :small_orange_diamond: Tenable Podcast - conversations and interviews related to Cyber Exposure, and more.
- :small_orange_diamond: Sophos - threat news room, giving you news, opinion, advice and research on computer security issues.
- :small_orange_diamond: Tripwire State of Security - blog featuring the latest news, trends and insights on current security issues.
- :small_orange_diamond: Malwarebytes Labs Blog - security blog aims to provide insider news about cybersecurity.
- :small_orange_diamond: TrustedSec - latest news, and trends about cybersecurity.
- :small_orange_diamond: PortSwigger Web Security Blog - about web app security vulns and top tips from our team of web security.
- :small_orange_diamond: AT&T Cybersecurity blog - news on emerging threats and practical advice to simplify threat detection.
- :small_orange_diamond: Thycotic - where CISOs and IT Admins come to learn about industry trends, IT security, and more.
+ ๐ธ Tenable Podcast - conversations and interviews related to Cyber Exposure, and more.
+ ๐ธ Sophos - threat news room, giving you news, opinion, advice and research on computer security issues.
+ ๐ธ Tripwire State of Security - blog featuring the latest news, trends and insights on current security issues.
+ ๐ธ Malwarebytes Labs Blog - security blog aims to provide insider news about cybersecurity.
+ ๐ธ TrustedSec - latest news, and trends about cybersecurity.
+ ๐ธ PortSwigger Web Security Blog - about web app security vulns and top tips from our team of web security.
+ ๐ธ AT&T Cybersecurity blog - news on emerging threats and practical advice to simplify threat detection.
+ ๐ธ Thycotic - where CISOs and IT Admins come to learn about industry trends, IT security, and more.
- :small_orange_diamond: Risky Business - is a weekly information security podcast featuring news and in-depth interviews.
- :small_orange_diamond: Cyber, by Motherboard - stories, and focus on the ideas about cybersecurity.
- :small_orange_diamond: Tenable Podcast - conversations and interviews related to Cyber Exposure, and more.
- :small_orange_diamond:
+ ๐ธ Risky Business - is a weekly information security podcast featuring news and in-depth interviews.
+ ๐ธ Cyber, by Motherboard - stories, and focus on the ideas about cybersecurity.
+ ๐ธ Tenable Podcast - conversations and interviews related to Cyber Exposure, and more.
+ ๐ธ
Cybercrime Investigations - podcast by Geoff White about cybercrimes.
- :small_orange_diamond: The many hats club - featuring stories from a wide range of Infosec people (Whitehat, Greyhat and Blackhat).
- :small_orange_diamond: Darknet Diaries - true stories from the dark side of the Internet.
- :small_orange_diamond: OSINTCurious Webcasts - is the investigative curiosity that helps people be successful in OSINT.
- :small_orange_diamond: Security Weekly - the latest information security and hacking news.
+ ๐ธ The many hats club - featuring stories from a wide range of Infosec people (Whitehat, Greyhat and Blackhat).
+ ๐ธ Darknet Diaries - true stories from the dark side of the Internet.
+ ๐ธ OSINTCurious Webcasts - is the investigative curiosity that helps people be successful in OSINT.
+ ๐ธ Security Weekly - the latest information security and hacking news.
- :small_orange_diamond: rev3rse security - offensive, binary exploitation, web app security, hardening, red team, blue team.
- :small_orange_diamond: LiveOverflow - a lot more advanced topics than what is typically offered in paid online courses - but for free.
- :small_orange_diamond: J4vv4D - the important information regarding our internet security.
- :small_orange_diamond:
+ ๐ธ rev3rse security - offensive, binary exploitation, web app security, hardening, red team, blue team.
+ ๐ธ LiveOverflow - a lot more advanced topics than what is typically offered in paid online courses - but for free.
+ ๐ธ J4vv4D - the important information regarding our internet security.
+ ๐ธ
CyberTalks - talks, interviews, and article about cybersecurity.
- :small_orange_diamond: @blackroomsec - a white-hat hacker/pentester. Intergalactic Minesweeper Champion 1990.
- :small_orange_diamond: @MarcoCiappelli - Co-Founder @ITSPmagazine, at the intersection of IT security and society.
- :small_orange_diamond: @binitamshah - Linux Evangelist. Malwares. Kernel Dev. Security Enthusiast.
- :small_orange_diamond: @joe_carson - an InfoSec Professional and Tech Geek.
- :small_orange_diamond: @mikko - CRO at F-Secure, Reverse Engineer, TED Speaker, Supervillain.
- :small_orange_diamond: @esrtweet - often referred to as ESR, is an American software developer, and open-source software advocate.
- :small_orange_diamond: @gynvael - security researcher/programmer, @DragonSectorCTF founder/player, technical streamer.
- :small_orange_diamond: @x0rz - Security Researcher & Cyber Observer.
- :small_orange_diamond: @hasherezade - programmer, malware analyst. Author of PEbear, PEsieve, libPeConv.
- :small_orange_diamond: @TinkerSec - tinkerer, cypherpunk, hacker.
- :small_orange_diamond: @alisaesage - independent hacker and researcher.
- :small_orange_diamond: @SwiftOnSecurity - systems security, industrial safety, sysadmin, author of decentsecurity.com.
- :small_orange_diamond: @dakami - is one of just seven people with the authority to restore the DNS root keys.
- :small_orange_diamond: @samykamkar - is a famous "grey hat" hacker, security researcher, creator of the MySpace "Samy" worm.
- :small_orange_diamond: @securityweekly - founder & CTO of Security Weekly podcast network.
- :small_orange_diamond: @jack_daniel - @SecurityBSides co-founder.
- :small_orange_diamond: @thegrugq - Security Researcher.
- :small_orange_diamond: @matthew_d_green - a cryptographer and professor at Johns Hopkins University.
+ ๐ธ @blackroomsec - a white-hat hacker/pentester. Intergalactic Minesweeper Champion 1990.
+ ๐ธ @MarcoCiappelli - Co-Founder @ITSPmagazine, at the intersection of IT security and society.
+ ๐ธ @binitamshah - Linux Evangelist. Malwares. Kernel Dev. Security Enthusiast.
+ ๐ธ @joe_carson - an InfoSec Professional and Tech Geek.
+ ๐ธ @mikko - CRO at F-Secure, Reverse Engineer, TED Speaker, Supervillain.
+ ๐ธ @esrtweet - often referred to as ESR, is an American software developer, and open-source software advocate.
+ ๐ธ @gynvael - security researcher/programmer, @DragonSectorCTF founder/player, technical streamer.
+ ๐ธ @x0rz - Security Researcher & Cyber Observer.
+ ๐ธ @hasherezade - programmer, malware analyst. Author of PEbear, PEsieve, libPeConv.
+ ๐ธ @TinkerSec - tinkerer, cypherpunk, hacker.
+ ๐ธ @alisaesage - independent hacker and researcher.
+ ๐ธ @SwiftOnSecurity - systems security, industrial safety, sysadmin, author of decentsecurity.com.
+ ๐ธ @dakami - is one of just seven people with the authority to restore the DNS root keys.
+ ๐ธ @samykamkar - is a famous "grey hat" hacker, security researcher, creator of the MySpace "Samy" worm.
+ ๐ธ @securityweekly - founder & CTO of Security Weekly podcast network.
+ ๐ธ @jack_daniel - @SecurityBSides co-founder.
+ ๐ธ @thegrugq - Security Researcher.
+ ๐ธ @matthew_d_green - a cryptographer and professor at Johns Hopkins University.
- :small_orange_diamond: @haveibeenpwned - check if you have an account that has been compromised in a data breach.
- :small_orange_diamond: @bugcrowd - trusted by more of the Fortune 500 than any other crowdsourced security platform.
- :small_orange_diamond: @Malwarebytes - most trusted security company. Unmatched threat visibility.
- :small_orange_diamond: @sansforensics - the world's leading Digital Forensics and Incident Response provider.
- :small_orange_diamond: @attcyber - AT&T Cybersecurityโs Edge-to-Edge technologies provide threat intelligence, and more.
- :small_orange_diamond: @TheManyHatsClub - an information security focused podcast and group of individuals from all walks of life.
- :small_orange_diamond: @hedgehogsec - Hedgehog Cyber. Gibraltar and Manchester's top boutique information security firm.
- :small_orange_diamond: @NCSC - the National Cyber Security Centre. Helping to make the UK the safest place to live and work online.
- :small_orange_diamond: @Synacktiv - IT security experts.
+ ๐ธ @haveibeenpwned - check if you have an account that has been compromised in a data breach.
+ ๐ธ @bugcrowd - trusted by more of the Fortune 500 than any other crowdsourced security platform.
+ ๐ธ @Malwarebytes - most trusted security company. Unmatched threat visibility.
+ ๐ธ @sansforensics - the world's leading Digital Forensics and Incident Response provider.
+ ๐ธ @attcyber - AT&T Cybersecurityโs Edge-to-Edge technologies provide threat intelligence, and more.
+ ๐ธ @TheManyHatsClub - an information security focused podcast and group of individuals from all walks of life.
+ ๐ธ @hedgehogsec - Hedgehog Cyber. Gibraltar and Manchester's top boutique information security firm.
+ ๐ธ @NCSC - the National Cyber Security Centre. Helping to make the UK the safest place to live and work online.
+ ๐ธ @Synacktiv - IT security experts.
- :small_orange_diamond: How to Do Things at ARL - how to configure modems, scan images, record CD-ROMs, and other.*
+ ๐ธ How to Do Things at ARL - how to configure modems, scan images, record CD-ROMs, and other.*
- :small_orange_diamond: Diffie-Hellman Key Exchange (short version) - how Diffie-Hellman Key Exchange worked.
+ ๐ธ Diffie-Hellman Key Exchange (short version) - how Diffie-Hellman Key Exchange worked.
- :small_orange_diamond: Sandcat Browser - a penetration-oriented browser with plenty of advanced functionality already built in.
- :small_orange_diamond: Metasploit - tool and framework for pentesting system, web and many more, contains a lot a ready to use exploit.
- :small_orange_diamond: Burp Suite - tool for testing web app security, intercepting proxy to replay, inject, scan and fuzz.
- :small_orange_diamond: OWASP Zed Attack Proxy - intercepting proxy to replay, inject, scan and fuzz HTTP requests.
- :small_orange_diamond: w3af - is a Web Application Attack and Audit Framework.
- :small_orange_diamond: mitmproxy - an interactive TLS-capable intercepting HTTP proxy for penetration testers.
- :small_orange_diamond: Nikto2 - web server scanner which performs comprehensive tests against web servers for multiple items.
- :small_orange_diamond: sqlmap - tool that automates the process of detecting and exploiting SQL injection flaws.
- :small_orange_diamond: Recon-ng - is a full-featured Web Reconnaissance framework written in Python.
- :small_orange_diamond: AutoRecon - is a network reconnaissance tool which performs automated enumeration of services.
- :small_orange_diamond: Faraday - an Integrated Multiuser Pentest Environment.
- :small_orange_diamond: Photon - incredibly fast crawler designed for OSINT.
- :small_orange_diamond: XSStrike - most advanced XSS detection suite.
- :small_orange_diamond: Sn1per - automated pentest framework for offensive security experts.
- :small_orange_diamond: vuls - is an agent-less vulnerability scanner for Linux, FreeBSD, and other.
- :small_orange_diamond: tsunami - is a general purpose network security scanner with an extensible plugin system.
- :small_orange_diamond: aquatone - a tool for domain flyovers.
- :small_orange_diamond: BillCipher - information gathering tool for a website or IP address.
- :small_orange_diamond: WhatWaf - detect and bypass web application firewalls and protection systems.
- :small_orange_diamond: Corsy - CORS misconfiguration scanner.
- :small_orange_diamond: Raccoon - is a high performance offensive security tool for reconnaissance and vulnerability scanning.
- :small_orange_diamond: dirhunt - find web directories without bruteforce.
- :small_orange_diamond: John The Ripper - is a fast password cracker, currently available for many flavors of Unix, Windows, and other.
- :small_orange_diamond: hashcat - world's fastest and most advanced password recovery utility.
- :small_orange_diamond: p0f - is a tool to identify the players behind any incidental TCP/IP communications.
- :small_orange_diamond: ssh_scan - a prototype SSH configuration and policy scanner.
- :small_orange_diamond: LeakLooker - find open databases - powered by Binaryedge.io
- :small_orange_diamond: exploitdb - searchable archive from The Exploit Database.
- :small_orange_diamond: getsploit - is a command line utility for searching and downloading exploits.
- :small_orange_diamond: ctf-tools - some setup scripts for security research tools.
- :small_orange_diamond: pwntools - CTF framework and exploit development library.
- :small_orange_diamond: security-tools - collection of small security tools created mostly in Python. CTFs, pentests and so on.
- :small_orange_diamond: pentestpackage - is a package of Pentest scripts.
- :small_orange_diamond: python-pentest-tools - python tools for penetration testers.
- :small_orange_diamond: fuzzdb - dictionary of attack patterns and primitives for black-box application fault injection.
- :small_orange_diamond: AFL - is a free software fuzzer maintained by Google.
- :small_orange_diamond: AFL++ - is AFL with community patches.
- :small_orange_diamond: syzkaller - is an unsupervised, coverage-guided kernel fuzzer.
- :small_orange_diamond: pwndbg - exploit development and reverse engineering with GDB made easy.
- :small_orange_diamond: GDB PEDA - Python Exploit Development Assistance for GDB.
- :small_orange_diamond: IDA - multi-processor disassembler and debugger useful for reverse engineering malware.
- :small_orange_diamond: radare2 - framework for reverse-engineering and analyzing binaries.
- :small_orange_diamond: routersploit - exploitation framework for embedded devices.
- :small_orange_diamond: Ghidra - is a software reverse engineering (SRE) framework.
- :small_orange_diamond: Cutter - is an SRE platform integrating Ghidra's decompiler.
- :small_orange_diamond: Vulnreport - open-source pentesting management and automation platform by Salesforce Product Security.
- :small_orange_diamond: Mentalist - is a graphical tool for custom wordlist generation.
- :small_orange_diamond: archerysec - vulnerability assessment and management helps to perform scans and manage vulnerabilities.
- :small_orange_diamond: Osmedeus - fully automated offensive security tool for reconnaissance and vulnerability scanning.
- :small_orange_diamond: beef - the browser exploitation framework project.
- :small_orange_diamond: AutoSploit - automated mass exploiter.
- :small_orange_diamond: SUDO_KILLER - is a tool to identify and exploit sudo rules' misconfigurations and vulnerabilities.
- :small_orange_diamond: yara - the pattern matching swiss knife.
- :small_orange_diamond: mimikatz - a little tool to play with Windows security.
- :small_orange_diamond: sherlock - hunt down social media accounts by username across social networks.
- :small_orange_diamond: OWASP Threat Dragon - is a tool used to create threat model diagrams and to record possible threats.
+ ๐ธ Sandcat Browser - a penetration-oriented browser with plenty of advanced functionality already built in.
+ ๐ธ Metasploit - tool and framework for pentesting system, web and many more, contains a lot a ready to use exploit.
+ ๐ธ Burp Suite - tool for testing web app security, intercepting proxy to replay, inject, scan and fuzz.
+ ๐ธ OWASP Zed Attack Proxy - intercepting proxy to replay, inject, scan and fuzz HTTP requests.
+ ๐ธ w3af - is a Web Application Attack and Audit Framework.
+ ๐ธ mitmproxy - an interactive TLS-capable intercepting HTTP proxy for penetration testers.
+ ๐ธ Nikto2 - web server scanner which performs comprehensive tests against web servers for multiple items.
+ ๐ธ sqlmap - tool that automates the process of detecting and exploiting SQL injection flaws.
+ ๐ธ Recon-ng - is a full-featured Web Reconnaissance framework written in Python.
+ ๐ธ AutoRecon - is a network reconnaissance tool which performs automated enumeration of services.
+ ๐ธ Faraday - an Integrated Multiuser Pentest Environment.
+ ๐ธ Photon - incredibly fast crawler designed for OSINT.
+ ๐ธ XSStrike - most advanced XSS detection suite.
+ ๐ธ Sn1per - automated pentest framework for offensive security experts.
+ ๐ธ vuls - is an agent-less vulnerability scanner for Linux, FreeBSD, and other.
+ ๐ธ tsunami - is a general purpose network security scanner with an extensible plugin system.
+ ๐ธ aquatone - a tool for domain flyovers.
+ ๐ธ BillCipher - information gathering tool for a website or IP address.
+ ๐ธ WhatWaf - detect and bypass web application firewalls and protection systems.
+ ๐ธ Corsy - CORS misconfiguration scanner.
+ ๐ธ Raccoon - is a high performance offensive security tool for reconnaissance and vulnerability scanning.
+ ๐ธ dirhunt - find web directories without bruteforce.
+ ๐ธ John The Ripper - is a fast password cracker, currently available for many flavors of Unix, Windows, and other.
+ ๐ธ hashcat - world's fastest and most advanced password recovery utility.
+ ๐ธ p0f - is a tool to identify the players behind any incidental TCP/IP communications.
+ ๐ธ ssh_scan - a prototype SSH configuration and policy scanner.
+ ๐ธ LeakLooker - find open databases - powered by Binaryedge.io
+ ๐ธ exploitdb - searchable archive from The Exploit Database.
+ ๐ธ getsploit - is a command line utility for searching and downloading exploits.
+ ๐ธ ctf-tools - some setup scripts for security research tools.
+ ๐ธ pwntools - CTF framework and exploit development library.
+ ๐ธ security-tools - collection of small security tools created mostly in Python. CTFs, pentests and so on.
+ ๐ธ pentestpackage - is a package of Pentest scripts.
+ ๐ธ python-pentest-tools - python tools for penetration testers.
+ ๐ธ fuzzdb - dictionary of attack patterns and primitives for black-box application fault injection.
+ ๐ธ AFL - is a free software fuzzer maintained by Google.
+ ๐ธ AFL++ - is AFL with community patches.
+ ๐ธ syzkaller - is an unsupervised, coverage-guided kernel fuzzer.
+ ๐ธ pwndbg - exploit development and reverse engineering with GDB made easy.
+ ๐ธ GDB PEDA - Python Exploit Development Assistance for GDB.
+ ๐ธ IDA - multi-processor disassembler and debugger useful for reverse engineering malware.
+ ๐ธ radare2 - framework for reverse-engineering and analyzing binaries.
+ ๐ธ routersploit - exploitation framework for embedded devices.
+ ๐ธ Ghidra - is a software reverse engineering (SRE) framework.
+ ๐ธ Cutter - is an SRE platform integrating Ghidra's decompiler.
+ ๐ธ Vulnreport - open-source pentesting management and automation platform by Salesforce Product Security.
+ ๐ธ Mentalist - is a graphical tool for custom wordlist generation.
+ ๐ธ archerysec - vulnerability assessment and management helps to perform scans and manage vulnerabilities.
+ ๐ธ Osmedeus - fully automated offensive security tool for reconnaissance and vulnerability scanning.
+ ๐ธ beef - the browser exploitation framework project.
+ ๐ธ AutoSploit - automated mass exploiter.
+ ๐ธ SUDO_KILLER - is a tool to identify and exploit sudo rules' misconfigurations and vulnerabilities.
+ ๐ธ yara - the pattern matching swiss knife.
+ ๐ธ mimikatz - a little tool to play with Windows security.
+ ๐ธ sherlock - hunt down social media accounts by username across social networks.
+ ๐ธ OWASP Threat Dragon - is a tool used to create threat model diagrams and to record possible threats.
- :small_orange_diamond: PTES - the penetration testing execution standard.
- :small_orange_diamond: Pentests MindMap - amazing mind map with vulnerable apps and systems.
- :small_orange_diamond: WebApps Security Tests MindMap - incredible mind map for WebApps security tests.
- :small_orange_diamond: Brute XSS - master the art of Cross Site Scripting.
- :small_orange_diamond: XSS cheat sheet - contains many vectors that can help you bypass WAFs and filters.
- :small_orange_diamond: Offensive Security Bookmarks - security bookmarks collection, all things that author need to pass OSCP.
- :small_orange_diamond: Awesome Pentest Cheat Sheets - collection of the cheat sheets useful for pentesting.
- :small_orange_diamond: Awesome Hacking by HackWithGithub - awesome lists for hackers, pentesters and security researchers.
- :small_orange_diamond: Awesome Hacking by carpedm20 - a curated list of awesome hacking tutorials, tools and resources.
- :small_orange_diamond: Awesome Hacking Resources - collection of hacking/penetration testing resources to make you better.
- :small_orange_diamond: Awesome Pentest - collection of awesome penetration testing resources, tools and other shiny things.
- :small_orange_diamond: Awesome-Hacking-Tools - is a curated list of awesome Hacking Tools.
- :small_orange_diamond: Hacking Cheat Sheet - author hacking and pentesting notes.
- :small_orange_diamond: blackhat-arsenal-tools - official Black Hat arsenal security tools repository.
- :small_orange_diamond: Penetration Testing and WebApp Cheat Sheets - the complete list of Infosec related cheat sheets.
- :small_orange_diamond: Cyber Security Resources - includes thousands of cybersecurity-related references and resources.
- :small_orange_diamond: Pentest Bookmarks - there are a LOT of pentesting blogs.
- :small_orange_diamond: Cheatsheet-God - Penetration Testing Reference Bank - OSCP/PTP & PTX Cheatsheet.
- :small_orange_diamond: ThreatHunter-Playbook - to aid the development of techniques and hypothesis for hunting campaigns.
- :small_orange_diamond: Beginner-Network-Pentesting - notes for beginner network pentesting course.
- :small_orange_diamond: OSCPRepo - is a list of resources that author have been gathering in preparation for the OSCP.
- :small_orange_diamond: PayloadsAllTheThings - a list of useful payloads and bypass for Web Application Security and Pentest/CTF.
- :small_orange_diamond: payloads - git all the Payloads! A collection of web attack payloads.
- :small_orange_diamond: command-injection-payload-list - command injection payload list.
- :small_orange_diamond: Awesome Shodan Search Queries - great search queries to plug into Shodan.
- :small_orange_diamond: AwesomeXSS - is a collection of Awesome XSS resources.
- :small_orange_diamond: php-webshells - common php webshells.
- :small_orange_diamond: Pentesting Tools Cheat Sheet - a quick reference high level overview for typical penetration testing.
- :small_orange_diamond: OWASP Cheat Sheet Series - is a collection of high value information on specific application security topics.
- :small_orange_diamond: OWASP dependency-check - is an open source solution the OWASP Top 10 2013 entry.
- :small_orange_diamond: OWASP ProActive Controls - OWASP Top 10 Proactive Controls 2018.
- :small_orange_diamond: PENTESTING-BIBLE - hacking & penetration testing & red team & cyber security resources.
- :small_orange_diamond: pentest-wiki - is a free online security knowledge library for pentesters/researchers.
- :small_orange_diamond: DEF CON Media Server - great stuff from DEFCON.
- :small_orange_diamond: Awesome Malware Analysis - a curated list of awesome malware analysis tools and resources.
- :small_orange_diamond: SQL Injection Cheat Sheet - detailed technical stuff about the many different variants of the SQL Injection.
- :small_orange_diamond: Entersoft Knowledge Base - great and detailed reference about vulnerabilities.
- :small_orange_diamond: HTML5 Security Cheatsheet - a collection of HTML5 related XSS attack vectors.
- :small_orange_diamond: XSS String Encoder - for generating XSS code to check your input validation filters against XSS.
- :small_orange_diamond: GTFOBins - list of Unix binaries that can be exploited by an attacker to bypass local security restrictions.
- :small_orange_diamond: Guifre Ruiz Notes - collection of security, system, network and pentest cheatsheets.
- :small_orange_diamond: SSRF Tips - a collection of SSRF Tips.
- :small_orange_diamond: shell-storm repo CTF - great archive of CTFs.
- :small_orange_diamond: ctf - CTF (Capture The Flag) writeups, code snippets, notes, scripts.
- :small_orange_diamond: My-CTF-Web-Challenges - collection of CTF Web challenges.
- :small_orange_diamond: MSTG - The Mobile Security Testing Guide (MSTG) is a comprehensive manual for mobile app security testing.
- :small_orange_diamond: Internal-Pentest-Playbook - notes on the most common things for an Internal Network Penetration Test.
- :small_orange_diamond: KeyHacks - shows quick ways in which API keys leaked by a bug bounty program can be checked.
- :small_orange_diamond: securitum/research - various Proof of Concepts of security research performed by Securitum.
- :small_orange_diamond: public-pentesting-reports - is a list of public pentest reports released by several consulting security groups.
- :small_orange_diamond: awesome-bug-bounty - is a comprehensive curated list of available Bug Bounty.
- :small_orange_diamond: bug-bounty-reference - is a list of bug bounty write-ups.
- :small_orange_diamond: Awesome-Bugbounty-Writeups - is a curated list of bugbounty writeups.
- :small_orange_diamond: Bug bounty writeups - list of bug bounty writeups (2012-2020).
- :small_orange_diamond: hackso.me - a great journey into security.
+ ๐ธ PTES - the penetration testing execution standard.
+ ๐ธ Pentests MindMap - amazing mind map with vulnerable apps and systems.
+ ๐ธ WebApps Security Tests MindMap - incredible mind map for WebApps security tests.
+ ๐ธ Brute XSS - master the art of Cross Site Scripting.
+ ๐ธ XSS cheat sheet - contains many vectors that can help you bypass WAFs and filters.
+ ๐ธ Offensive Security Bookmarks - security bookmarks collection, all things that author need to pass OSCP.
+ ๐ธ Awesome Pentest Cheat Sheets - collection of the cheat sheets useful for pentesting.
+ ๐ธ Awesome Hacking by HackWithGithub - awesome lists for hackers, pentesters and security researchers.
+ ๐ธ Awesome Hacking by carpedm20 - a curated list of awesome hacking tutorials, tools and resources.
+ ๐ธ Awesome Hacking Resources - collection of hacking/penetration testing resources to make you better.
+ ๐ธ Awesome Pentest - collection of awesome penetration testing resources, tools and other shiny things.
+ ๐ธ Awesome-Hacking-Tools - is a curated list of awesome Hacking Tools.
+ ๐ธ Hacking Cheat Sheet - author hacking and pentesting notes.
+ ๐ธ blackhat-arsenal-tools - official Black Hat arsenal security tools repository.
+ ๐ธ Penetration Testing and WebApp Cheat Sheets - the complete list of Infosec related cheat sheets.
+ ๐ธ Cyber Security Resources - includes thousands of cybersecurity-related references and resources.
+ ๐ธ Pentest Bookmarks - there are a LOT of pentesting blogs.
+ ๐ธ Cheatsheet-God - Penetration Testing Reference Bank - OSCP/PTP & PTX Cheatsheet.
+ ๐ธ ThreatHunter-Playbook - to aid the development of techniques and hypothesis for hunting campaigns.
+ ๐ธ Beginner-Network-Pentesting - notes for beginner network pentesting course.
+ ๐ธ OSCPRepo - is a list of resources that author have been gathering in preparation for the OSCP.
+ ๐ธ PayloadsAllTheThings - a list of useful payloads and bypass for Web Application Security and Pentest/CTF.
+ ๐ธ payloads - git all the Payloads! A collection of web attack payloads.
+ ๐ธ command-injection-payload-list - command injection payload list.
+ ๐ธ Awesome Shodan Search Queries - great search queries to plug into Shodan.
+ ๐ธ AwesomeXSS - is a collection of Awesome XSS resources.
+ ๐ธ php-webshells - common php webshells.
+ ๐ธ Pentesting Tools Cheat Sheet - a quick reference high level overview for typical penetration testing.
+ ๐ธ OWASP Cheat Sheet Series - is a collection of high value information on specific application security topics.
+ ๐ธ OWASP dependency-check - is an open source solution the OWASP Top 10 2013 entry.
+ ๐ธ OWASP ProActive Controls - OWASP Top 10 Proactive Controls 2018.
+ ๐ธ PENTESTING-BIBLE - hacking & penetration testing & red team & cyber security resources.
+ ๐ธ pentest-wiki - is a free online security knowledge library for pentesters/researchers.
+ ๐ธ DEF CON Media Server - great stuff from DEFCON.
+ ๐ธ Awesome Malware Analysis - a curated list of awesome malware analysis tools and resources.
+ ๐ธ SQL Injection Cheat Sheet - detailed technical stuff about the many different variants of the SQL Injection.
+ ๐ธ Entersoft Knowledge Base - great and detailed reference about vulnerabilities.
+ ๐ธ HTML5 Security Cheatsheet - a collection of HTML5 related XSS attack vectors.
+ ๐ธ XSS String Encoder - for generating XSS code to check your input validation filters against XSS.
+ ๐ธ GTFOBins - list of Unix binaries that can be exploited by an attacker to bypass local security restrictions.
+ ๐ธ Guifre Ruiz Notes - collection of security, system, network and pentest cheatsheets.
+ ๐ธ SSRF Tips - a collection of SSRF Tips.
+ ๐ธ shell-storm repo CTF - great archive of CTFs.
+ ๐ธ ctf - CTF (Capture The Flag) writeups, code snippets, notes, scripts.
+ ๐ธ My-CTF-Web-Challenges - collection of CTF Web challenges.
+ ๐ธ MSTG - The Mobile Security Testing Guide (MSTG) is a comprehensive manual for mobile app security testing.
+ ๐ธ Internal-Pentest-Playbook - notes on the most common things for an Internal Network Penetration Test.
+ ๐ธ KeyHacks - shows quick ways in which API keys leaked by a bug bounty program can be checked.
+ ๐ธ securitum/research - various Proof of Concepts of security research performed by Securitum.
+ ๐ธ public-pentesting-reports - is a list of public pentest reports released by several consulting security groups.
+ ๐ธ awesome-bug-bounty - is a comprehensive curated list of available Bug Bounty.
+ ๐ธ bug-bounty-reference - is a list of bug bounty write-ups.
+ ๐ธ Awesome-Bugbounty-Writeups - is a curated list of bugbounty writeups.
+ ๐ธ Bug bounty writeups - list of bug bounty writeups (2012-2020).
+ ๐ธ hackso.me - a great journey into security.
- :small_orange_diamond: PHP-backdoors - a collection of PHP backdoors. For educational or testing purposes only.
+ ๐ธ PHP-backdoors - a collection of PHP backdoors. For educational or testing purposes only.
- :small_orange_diamond: Weakpass - for any kind of bruteforce find wordlists or unleash the power of them all at once!
- :small_orange_diamond: Hashes.org - is a free online hash resolving service incorporating many unparalleled techniques.
- :small_orange_diamond: SecLists - collection of multiple types of lists used during security assessments, collected in one place.
- :small_orange_diamond: Probable-Wordlists - sorted by probability originally created for password generation and testing.
- :small_orange_diamond: skullsecurity passwords - password dictionaries and leaked passwords repository.
- :small_orange_diamond: Polish PREMIUM Dictionary - official dictionary created by the team on the forum bezpieka.org.* 1
- :small_orange_diamond: statistically-likely-usernames - wordlists for creating statistically likely username lists.
+ ๐ธ Weakpass - for any kind of bruteforce find wordlists or unleash the power of them all at once!
+ ๐ธ Hashes.org - is a free online hash resolving service incorporating many unparalleled techniques.
+ ๐ธ SecLists - collection of multiple types of lists used during security assessments, collected in one place.
+ ๐ธ Probable-Wordlists - sorted by probability originally created for password generation and testing.
+ ๐ธ skullsecurity passwords - password dictionaries and leaked passwords repository.
+ ๐ธ Polish PREMIUM Dictionary - official dictionary created by the team on the forum bezpieka.org.* 1
+ ๐ธ statistically-likely-usernames - wordlists for creating statistically likely username lists.
- :small_orange_diamond: YesWeHack - bug bounty platform with infosec jobs.
- :small_orange_diamond: Openbugbounty - allows any security researcher reporting a vulnerability on any website.
- :small_orange_diamond: hackerone - global hacker community to surface the most relevant security issues.
- :small_orange_diamond: bugcrowd - crowdsourced cybersecurity for the enterprise.
- :small_orange_diamond: Crowdshield - crowdsourced security & bug bounty management.
- :small_orange_diamond: Synack - crowdsourced security & bug bounty programs, crowd security intelligence platform, and more.
- :small_orange_diamond: Hacktrophy - bug bounty platform.
+ ๐ธ YesWeHack - bug bounty platform with infosec jobs.
+ ๐ธ Openbugbounty - allows any security researcher reporting a vulnerability on any website.
+ ๐ธ hackerone - global hacker community to surface the most relevant security issues.
+ ๐ธ bugcrowd - crowdsourced cybersecurity for the enterprise.
+ ๐ธ Crowdshield - crowdsourced security & bug bounty management.
+ ๐ธ Synack - crowdsourced security & bug bounty programs, crowd security intelligence platform, and more.
+ ๐ธ Hacktrophy - bug bounty platform.
- :small_orange_diamond: OWASP-VWAD - comprehensive and well maintained registry of all known vulnerable web applications.
- :small_orange_diamond: DVWA - PHP/MySQL web application that is damn vulnerable.
- :small_orange_diamond: metasploitable2 - vulnerable web application amongst security researchers.
- :small_orange_diamond: metasploitable3 - is a VM that is built from the ground up with a large amount of security vulnerabilities.
- :small_orange_diamond: DSVW - is a deliberately vulnerable web application written in under 100 lines of code.
- :small_orange_diamond: OWASP Mutillidae II - free, open source, deliberately vulnerable web-application.
- :small_orange_diamond: OWASP Juice Shop Project - the most bug-free vulnerable application in existence.
- :small_orange_diamond: OWASP Node js Goat Project - OWASP Top 10 security risks apply to web apps developed using Node.js.
- :small_orange_diamond: juicy-ctf - run Capture the Flags and Security Trainings with OWASP Juice Shop.
- :small_orange_diamond: SecurityShepherd - web and mobile application security training platform.
- :small_orange_diamond: Security Ninjas - open source application security training program.
- :small_orange_diamond: hackazon - a modern vulnerable web app.
- :small_orange_diamond: dvna - damn vulnerable NodeJS application.
- :small_orange_diamond: django-DefectDojo - is an open-source application vulnerability correlation and security orchestration tool.
- :small_orange_diamond: Google Gruyere - web application exploits and defenses.
- :small_orange_diamond: Bodhi - is a playground focused on learning the exploitation of client-side web vulnerabilities.
- :small_orange_diamond: Websploit - single vm lab with the purpose of combining several vulnerable appliations in one environment.
- :small_orange_diamond: vulhub - pre-built Vulnerable Environments based on docker-compose.
- :small_orange_diamond: CloudGoat 2 - the new & improved "Vulnerable by Design"
+ ๐ธ OWASP-VWAD - comprehensive and well maintained registry of all known vulnerable web applications.
+ ๐ธ DVWA - PHP/MySQL web application that is damn vulnerable.
+ ๐ธ metasploitable2 - vulnerable web application amongst security researchers.
+ ๐ธ metasploitable3 - is a VM that is built from the ground up with a large amount of security vulnerabilities.
+ ๐ธ DSVW - is a deliberately vulnerable web application written in under 100 lines of code.
+ ๐ธ OWASP Mutillidae II - free, open source, deliberately vulnerable web-application.
+ ๐ธ OWASP Juice Shop Project - the most bug-free vulnerable application in existence.
+ ๐ธ OWASP Node js Goat Project - OWASP Top 10 security risks apply to web apps developed using Node.js.
+ ๐ธ juicy-ctf - run Capture the Flags and Security Trainings with OWASP Juice Shop.
+ ๐ธ SecurityShepherd - web and mobile application security training platform.
+ ๐ธ Security Ninjas - open source application security training program.
+ ๐ธ hackazon - a modern vulnerable web app.
+ ๐ธ dvna - damn vulnerable NodeJS application.
+ ๐ธ django-DefectDojo - is an open-source application vulnerability correlation and security orchestration tool.
+ ๐ธ Google Gruyere - web application exploits and defenses.
+ ๐ธ Bodhi - is a playground focused on learning the exploitation of client-side web vulnerabilities.
+ ๐ธ Websploit - single vm lab with the purpose of combining several vulnerable appliations in one environment.
+ ๐ธ vulhub - pre-built Vulnerable Environments based on docker-compose.
+ ๐ธ CloudGoat 2 - the new & improved "Vulnerable by Design"
AWS deployment tool.
- :small_orange_diamond: secDevLabs - is a laboratory for learning secure web development in a practical manner.
- :small_orange_diamond: CORS-vulnerable-Lab - sample vulnerable code and its exploit code.
- :small_orange_diamond: RootTheBox - a Game of Hackers (CTF Scoreboard & Game Manager).
- :small_orange_diamond: KONTRA - application security training (OWASP Top Web & Api).
+ ๐ธ secDevLabs - is a laboratory for learning secure web development in a practical manner.
+ ๐ธ CORS-vulnerable-Lab - sample vulnerable code and its exploit code.
+ ๐ธ RootTheBox - a Game of Hackers (CTF Scoreboard & Game Manager).
+ ๐ธ KONTRA - application security training (OWASP Top Web & Api).
- :small_orange_diamond: Offensive Security - true performance-based penetration testing training for over a decade.
- :small_orange_diamond: Hack The Box - online platform allowing you to test your penetration testing skills.
- :small_orange_diamond: Hacking-Lab - online ethical hacking, computer network and security challenge platform.
- :small_orange_diamond: pwnable.kr - non-commercial wargame site which provides various pwn challenges.
- :small_orange_diamond: Pwnable.tw - is a wargame site for hackers to test and expand their binary exploiting skills.
- :small_orange_diamond: picoCTF - is a free computer security game targeted at middle and high school students.
- :small_orange_diamond: CTFlearn - is an online platform built to help ethical hackers learn and practice their cybersecurity knowledge.
- :small_orange_diamond: ctftime - CTF archive and a place, where you can get some another CTF-related info.
- :small_orange_diamond: Silesia Security Lab - high quality security testing services.
- :small_orange_diamond: Practical Pentest Labs - pentest lab, take your Hacking skills to the next level.
- :small_orange_diamond: Root Me - the fast, easy, and affordable way to train your hacking skills.
- :small_orange_diamond: rozwal.to - a great platform to train your pentesting skills.
- :small_orange_diamond: TryHackMe - learning Cyber Security made easy.
- :small_orange_diamond: hackxor - is a realistic web application hacking game, designed to help players of all abilities develop their skills.
- :small_orange_diamond: Hack Yourself First - it's full of nasty app sec holes.
- :small_orange_diamond: OverTheWire - can help you to learn and practice security concepts in the form of fun-filled games.
- :small_orange_diamond: Wizard Labs - is an online Penetration Testing Lab.
- :small_orange_diamond: PentesterLab - provides vulnerable systems that can be used to test and understand vulnerabilities.
- :small_orange_diamond: RingZer0 - tons of challenges designed to test and improve your hacking skills.
- :small_orange_diamond: try2hack - several security-oriented challenges for your entertainment.
- :small_orange_diamond: Ubeeri - preconfigured lab environments.
- :small_orange_diamond: Pentestit - emulate IT infrastructures of real companies for legal pen testing and improving pentest skills.
- :small_orange_diamond: Microcorruption - reversal challenges done in the web interface.
- :small_orange_diamond: Crackmes - download crackmes to help improve your reverse engineering skills.
- :small_orange_diamond: DomGoat - DOM XSS security learning and practicing platform.
- :small_orange_diamond: Stereotyped Challenges - upgrade your web hacking techniques today!
- :small_orange_diamond: Vulnhub - allows anyone to gain practical 'hands-on' experience in digital security.
- :small_orange_diamond: W3Challs - is a penetration testing training platform, which offers various computer challenges.
- :small_orange_diamond: RingZer0 CTF - offers you tons of challenges designed to test and improve your hacking skills.
- :small_orange_diamond: Hack.me - a platform where you can build, host and share vulnerable web apps for educational purposes.
- :small_orange_diamond: HackThis! - discover how hacks, dumps and defacements are performed and secure your website.
- :small_orange_diamond: Enigma Group WebApp Training - these challenges cover the exploits listed in the OWASP Top 10 Project.
- :small_orange_diamond: Reverse Engineering Challenges - challenges, exercises, problems and tasks - by level, by type, and more.
- :small_orange_diamond: 0x00sec - the home of the Hacker - Malware, Reverse Engineering, and Computer Science.
- :small_orange_diamond: We Chall - there are exist a lots of different challenge types.
- :small_orange_diamond: Hacker Gateway - is the go-to place for hackers who want to test their skills.
- :small_orange_diamond: Hacker101 - is a free class for web security.
- :small_orange_diamond: contained.af - a stupid game for learning about containers, capabilities, and syscalls.
- :small_orange_diamond: flAWS challenge! - a series of levels you'll learn about common mistakes and gotchas when using AWS.
- :small_orange_diamond: CyberSec WTF - provides web hacking challenges derived from bounty write-ups.
- :small_orange_diamond: CTF Challenge - CTF Web App challenges.
- :small_orange_diamond: gCTF - most of the challenges used in the Google CTF 2017.
- :small_orange_diamond: Hack This Site - is a free, safe and legal training ground for hackers.
- :small_orange_diamond: Attack & Defense - is a browser-based cloud labs.
- :small_orange_diamond: Cryptohack - a fun platform for learning modern cryptography.
- :small_orange_diamond: Cryptopals - the cryptopals crypto challenges.
+ ๐ธ Offensive Security - true performance-based penetration testing training for over a decade.
+ ๐ธ Hack The Box - online platform allowing you to test your penetration testing skills.
+ ๐ธ Hacking-Lab - online ethical hacking, computer network and security challenge platform.
+ ๐ธ pwnable.kr - non-commercial wargame site which provides various pwn challenges.
+ ๐ธ Pwnable.tw - is a wargame site for hackers to test and expand their binary exploiting skills.
+ ๐ธ picoCTF - is a free computer security game targeted at middle and high school students.
+ ๐ธ CTFlearn - is an online platform built to help ethical hackers learn and practice their cybersecurity knowledge.
+ ๐ธ ctftime - CTF archive and a place, where you can get some another CTF-related info.
+ ๐ธ Silesia Security Lab - high quality security testing services.
+ ๐ธ Practical Pentest Labs - pentest lab, take your Hacking skills to the next level.
+ ๐ธ Root Me - the fast, easy, and affordable way to train your hacking skills.
+ ๐ธ rozwal.to - a great platform to train your pentesting skills.
+ ๐ธ TryHackMe - learning Cyber Security made easy.
+ ๐ธ hackxor - is a realistic web application hacking game, designed to help players of all abilities develop their skills.
+ ๐ธ Hack Yourself First - it's full of nasty app sec holes.
+ ๐ธ OverTheWire - can help you to learn and practice security concepts in the form of fun-filled games.
+ ๐ธ Wizard Labs - is an online Penetration Testing Lab.
+ ๐ธ PentesterLab - provides vulnerable systems that can be used to test and understand vulnerabilities.
+ ๐ธ RingZer0 - tons of challenges designed to test and improve your hacking skills.
+ ๐ธ try2hack - several security-oriented challenges for your entertainment.
+ ๐ธ Ubeeri - preconfigured lab environments.
+ ๐ธ Pentestit - emulate IT infrastructures of real companies for legal pen testing and improving pentest skills.
+ ๐ธ Microcorruption - reversal challenges done in the web interface.
+ ๐ธ Crackmes - download crackmes to help improve your reverse engineering skills.
+ ๐ธ DomGoat - DOM XSS security learning and practicing platform.
+ ๐ธ Stereotyped Challenges - upgrade your web hacking techniques today!
+ ๐ธ Vulnhub - allows anyone to gain practical 'hands-on' experience in digital security.
+ ๐ธ W3Challs - is a penetration testing training platform, which offers various computer challenges.
+ ๐ธ RingZer0 CTF - offers you tons of challenges designed to test and improve your hacking skills.
+ ๐ธ Hack.me - a platform where you can build, host and share vulnerable web apps for educational purposes.
+ ๐ธ HackThis! - discover how hacks, dumps and defacements are performed and secure your website.
+ ๐ธ Enigma Group WebApp Training - these challenges cover the exploits listed in the OWASP Top 10 Project.
+ ๐ธ Reverse Engineering Challenges - challenges, exercises, problems and tasks - by level, by type, and more.
+ ๐ธ 0x00sec - the home of the Hacker - Malware, Reverse Engineering, and Computer Science.
+ ๐ธ We Chall - there are exist a lots of different challenge types.
+ ๐ธ Hacker Gateway - is the go-to place for hackers who want to test their skills.
+ ๐ธ Hacker101 - is a free class for web security.
+ ๐ธ contained.af - a stupid game for learning about containers, capabilities, and syscalls.
+ ๐ธ flAWS challenge! - a series of levels you'll learn about common mistakes and gotchas when using AWS.
+ ๐ธ CyberSec WTF - provides web hacking challenges derived from bounty write-ups.
+ ๐ธ CTF Challenge - CTF Web App challenges.
+ ๐ธ gCTF - most of the challenges used in the Google CTF 2017.
+ ๐ธ Hack This Site - is a free, safe and legal training ground for hackers.
+ ๐ธ Attack & Defense - is a browser-based cloud labs.
+ ๐ธ Cryptohack - a fun platform for learning modern cryptography.
+ ๐ธ Cryptopals - the cryptopals crypto challenges.
- :small_orange_diamond: fbctf - platform to host Capture the Flag competitions.
- :small_orange_diamond: ctfscoreboard - scoreboard for Capture The Flag competitions.
+ ๐ธ fbctf - platform to host Capture the Flag competitions.
+ ๐ธ ctfscoreboard - scoreboard for Capture The Flag competitions.
- :small_orange_diamond: Bugcrowd University - open source education content for the researcher community.
- :small_orange_diamond: OSCPRepo - a list of resources and scripts that I have been gathering in preparation for the OSCP.
- :small_orange_diamond: OWASP Top 10: Real-World Examples - test your web apps with real-world examples (two-part series).
- :small_orange_diamond: phrack.org - an awesome collection of articles from several respected hackers and other thinkers.
- :small_orange_diamond: Practical-Ethical-Hacking-Resources - compilation of resources from TCM's Udemy Course.
+ ๐ธ Bugcrowd University - open source education content for the researcher community.
+ ๐ธ OSCPRepo - a list of resources and scripts that I have been gathering in preparation for the OSCP.
+ ๐ธ OWASP Top 10: Real-World Examples - test your web apps with real-world examples (two-part series).
+ ๐ธ phrack.org - an awesome collection of articles from several respected hackers and other thinkers.
+ ๐ธ Practical-Ethical-Hacking-Resources - compilation of resources from TCM's Udemy Course.
- :small_orange_diamond: Feedly - organize, read and share what matters to you.
- :small_orange_diamond: Inoreader - similar to feedly with a support for filtering what you fetch from rss.
+ ๐ธ Feedly - organize, read and share what matters to you.
+ ๐ธ Inoreader - similar to feedly with a support for filtering what you fetch from rss.
- :small_orange_diamond: #hackerspaces - hackerspace IRC channels.
+ ๐ธ #hackerspaces - hackerspace IRC channels.
- :small_orange_diamond: The Hacker News - leading news source dedicated to promoting awareness for security experts and hackers.
- :small_orange_diamond: Latest Hacking News - provides the latest hacking news, exploits and vulnerabilities for ethical hackers.
- :small_orange_diamond: Security Newsletter - security news as a weekly digest (email notifications).
- :small_orange_diamond: Google Online Security Blog - the latest news and insights from Google on security and safety on the Internet.
- :small_orange_diamond: Qualys Blog - expert network security guidance and news.
- :small_orange_diamond: DARKReading - connecting the Information Security Community.
- :small_orange_diamond: Darknet - latest hacking tools, hacker news, cybersecurity best practices, ethical hacking & pen-testing.
- :small_orange_diamond: publiclyDisclosed - public disclosure watcher who keeps you up to date about the recently disclosed bugs.
- :small_orange_diamond: Reddit - Hacking - a subreddit dedicated to hacking and hackers.
- :small_orange_diamond: Packet Storm - information security services, news, files, tools, exploits, advisories and whitepapers.
- :small_orange_diamond: Sekurak - about security, penetration tests, vulnerabilities and many others (PL/EN).
- :small_orange_diamond: nf.sec - basic aspects and mechanisms of Linux operating system security (PL).
+ ๐ธ The Hacker News - leading news source dedicated to promoting awareness for security experts and hackers.
+ ๐ธ Latest Hacking News - provides the latest hacking news, exploits and vulnerabilities for ethical hackers.
+ ๐ธ Security Newsletter - security news as a weekly digest (email notifications).
+ ๐ธ Google Online Security Blog - the latest news and insights from Google on security and safety on the Internet.
+ ๐ธ Qualys Blog - expert network security guidance and news.
+ ๐ธ DARKReading - connecting the Information Security Community.
+ ๐ธ Darknet - latest hacking tools, hacker news, cybersecurity best practices, ethical hacking & pen-testing.
+ ๐ธ publiclyDisclosed - public disclosure watcher who keeps you up to date about the recently disclosed bugs.
+ ๐ธ Reddit - Hacking - a subreddit dedicated to hacking and hackers.
+ ๐ธ Packet Storm - information security services, news, files, tools, exploits, advisories and whitepapers.
+ ๐ธ Sekurak - about security, penetration tests, vulnerabilities and many others (PL/EN).
+ ๐ธ nf.sec - basic aspects and mechanisms of Linux operating system security (PL).
- :small_orange_diamond: Changelog - is a community of hackers; news & podcasts for developers and hackers.
+ ๐ธ Changelog - is a community of hackers; news & podcasts for developers and hackers.
- :small_orange_diamond: Unbound DNS Tutorial - a validating, recursive, and caching DNS server.
- :small_orange_diamond: Knot Resolver on Fedora - how to get faster and more secure DNS resolution with Knot Resolver on Fedora.
- :small_orange_diamond: DNS-over-HTTPS - tutorial to setup your own DNS-over-HTTPS (DoH) server.
- :small_orange_diamond: dns-over-https - a cartoon intro to DNS over HTTPS.
- :small_orange_diamond: DNS-over-TLS - following to your DoH server, setup your DNS-over-TLS (DoT) server.
- :small_orange_diamond: DNS Servers - how (and why) i run my own DNS Servers.
+ ๐ธ Unbound DNS Tutorial - a validating, recursive, and caching DNS server.
+ ๐ธ Knot Resolver on Fedora - how to get faster and more secure DNS resolution with Knot Resolver on Fedora.
+ ๐ธ DNS-over-HTTPS - tutorial to setup your own DNS-over-HTTPS (DoH) server.
+ ๐ธ dns-over-https - a cartoon intro to DNS over HTTPS.
+ ๐ธ DNS-over-TLS - following to your DoH server, setup your DNS-over-TLS (DoT) server.
+ ๐ธ DNS Servers - how (and why) i run my own DNS Servers.
- :small_orange_diamond: OpenSSL Certificate Authority - build your own certificate authority (CA) using the OpenSSL tools.
- :small_orange_diamond: step-ca Certificate Authority - build your own certificate authority (CA) using open source step-ca.
+ ๐ธ OpenSSL Certificate Authority - build your own certificate authority (CA) using the OpenSSL tools.
+ ๐ธ step-ca Certificate Authority - build your own certificate authority (CA) using open source step-ca.
- :small_orange_diamond: os-tutorial - how to create an OS from scratch.
- :small_orange_diamond: Write your Own Virtual Machine - how to write your own virtual machine (VM).
- :small_orange_diamond: x86 Bare Metal Examples - dozens of minimal operating systems to learn x86 system programming.
- :small_orange_diamond: simple-computer - the scott CPU from "But How Do It Know?" by J. Clark Scott.
- :small_orange_diamond: littleosbook - the little book about OS development.
+ ๐ธ os-tutorial - how to create an OS from scratch.
+ ๐ธ Write your Own Virtual Machine - how to write your own virtual machine (VM).
+ ๐ธ x86 Bare Metal Examples - dozens of minimal operating systems to learn x86 system programming.
+ ๐ธ simple-computer - the scott CPU from "But How Do It Know?" by J. Clark Scott.
+ ๐ธ littleosbook - the little book about OS development.