@wsl8297: 想学网络安全,最耗时间的往往不是学习本身,而是找资料:教程一套、工具一套、练习环境又在别处,东拼西凑就先浪费大半天。 GitHub 上的 h4cker 项目由安全领域知名作者 Omar Santos 长期维护,把常用资源做成了一份一站式导…
摘要
该文章介绍了 Omar Santos 维护的 h4cker GitHub 项目,它是一个一站式网络安全资源导航,涵盖攻防技术、云安全、应用安全、AI 安全以及主流安全认证备考资料,帮助学习者高效找到教程、工具和实验环境。
查看缓存全文
缓存时间: 2026/06/03 17:53
想学网络安全,最耗时间的往往不是学习本身,而是找资料:教程一套、工具一套、练习环境又在别处,东拼西凑就先浪费大半天。
GitHub 上的 h4cker 项目由安全领域知名作者 Omar Santos 长期维护,把常用资源做成了一份一站式导航:攻防技术、云安全、应用安全到 AI 安全,按方向清晰归类,每个领域都配好工具、脚本、实验环境与参考资料,打开就能顺着学。
GitHub:http://github.com/The-Art-of-Hacking/h4cker…
它还提供从零搭建练习环境的完整指南,方便本地直接动手实操;并单独整理了主流安全认证的备考资料与学习路径,涵盖 CompTIA、思科、ISC2 等。
无论你是入门想快速找到路线,还是考证需要系统复习,都值得收藏,随时翻一翻。
The-Art-of-Hacking/h4cker
Source: https://github.com/The-Art-of-Hacking/h4cker
This repository is a comprehensive collection of cybersecurity references, scripts, tools, code, labs, and training resources. It is carefully curated and maintained by Omar Santos.
Overview
The repository serves as supplemental material for books, video courses, and live training created by Omar Santos. It includes resources for offensive security, defensive security, cloud and container security, application security, AI security, certifications, labs, and reference material.
Directory Overview
- Cybersecurity Domains: cybersecurity-domains contains the main domain taxonomy, including fundamentals, offensive security, defensive security, application security, cloud and container security, infrastructure and network security, cryptography and PKI, hardware and embedded security, governance/risk/compliance, and labs/practice.
- AI: ai contains AI security, LLM engineering, AI-assisted incident response and automation, and AI ethics/privacy/governance resources.
- Certifications: certifications contains certification roadmaps, Cisco SCOR, cloud certifications, Kubernetes/CNCF certifications, CompTIA, ISC2, offensive security certification references, and supplemental exam topics.
- Build Your Own Lab: build-your-own-lab remains a root-level section for lab-building and cyber range resources.
- Training Reference: training-reference contains cheat sheets, O’Reilly resources, curated people/projects to follow, and organized tool indexes.
How to Use
Start with the domain landing page that matches your goal, then follow the links to tools, labs, scripts, and references. Certification resources are grouped separately so exam preparation material is easy to find without mixing it into the broader domain taxonomy.
Contributing
If you wish to contribute, please read the CONTRIBUTING.md file.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contact
For any inquiries or feedback, please contact Omar Santos.
相似文章
@grgerwcwetwet: 推荐一个 GitHub 上很硬核的网络工具教程项目:fanqiang。 从常见客户端怎么安装,到苹果美区账号注册、VPS 入门、软路由配置、不同系统的使用教程,基本都整理成了小白能看懂的步骤。 覆盖 Windows、macOS、Linux…
推荐一个GitHub上很硬核的网络工具教程项目:fanqiang,从客户端安装到账号注册、VPS配置,覆盖Windows/macOS/Linux/Android/iOS全平台,更新近十年,累计4w+ Star。
@cevenif: 搞攻防、做渗透、练红队的朋友,这个仓库不翻一遍真的亏了。 GitHub 上一位叫 A-poc 的老哥,把 150 多款红队常用工具按阶段整理好了,从前期信息收集到后期痕迹清理,门类很全。 侦察阶段有 spiderfoot、nuclei、S…
GitHub 上一位叫 A-poc 的用户整理了150多款红队常用工具,按阶段从信息收集到痕迹清理分类,并附带19条实战小技巧,供安全人员学习研究。
@Suu766: 如果你学会翻墙之后,还没打开过 GitHub 那你可能错过了整个互联网最有价值的免费资源库 很多人每天都在找工具 而有的人,已经直接去工具的源头了 这个视频会带你从零带你认识 GitHub 看懂它,你会发现一个完全不同的互联网 时间轴参考…
这是一个介绍GitHub的教程视频,教用户如何从零开始注册、搜索和下载开源项目。
@yhslgg: https://x.com/yhslgg/status/2068317116831510838
介绍五个免费开源OSINT工具(Blackbird、Maigret、SpiderFoot、theHarvester、Shodan Python)的组合使用思路,覆盖查人、查公司、查设备等场景,并提供实战案例和安装方法。
@FakeMaidenMaker: the-book-of-secret-knowledge:工程师的秘籍合集 每次想找一个顺手的命令行工具或技巧,都得重新 Google 一堆,找到了又记不住,下次还得再找。 最近发现一个超好用的资源库,把日常折腾命令行会用到的 CLI 工…
介绍 GitHub 上的 the-book-of-secret-knowledge 仓库,收集了大量 CLI 工具、cheatsheet、运维技巧和安全资源,适合工程师日常查阅。