linxidd's Stars
BugScanTeam/DNSLog
DNSLog 是一款监控 DNS 解析记录和 HTTP 访问记录的工具。
nian-hua/crypto-wiki
exakat/php-static-analysis-tools
A reviewed list of useful PHP static analysis tools
HackTricks-wiki/hacktricks
Welcome to the page where you will find each trick/technique/whatever I have learnt in CTFs, real life apps, and reading researches and news.
Xyntax/1000php
1000个PHP代码审计案例(2016.7以前乌云公开漏洞)
file/file
Read-only mirror of file CVS repository, updated every half hour. NOTE: do not make pull requests here, nor comment any commits, submit them usual way to bug tracker or to the mailing list. Maintainer(s) are not tracking this git mirror.
guchangan1/All-Defense-Tool
本项目集成了全网优秀的攻防武器工具项目,包含自动化利用,子域名、目录扫描、端口扫描等信息收集工具,各大中间件、cms、OA漏洞利用工具,爆破工具、内网横向、免杀、社工钓鱼以及应急响应、甲方安全资料等其他安全攻防资料。
vulhub/vulhub
Pre-Built Vulnerable Environments Based on Docker-Compose
80vul/phpcodz
Php Codz Hacking
incredibleindishell/SSRF_Vulnerable_Lab
This Lab contain the sample codes which are vulnerable to Server-Side Request Forgery attack
AntSwordProject/AntSword-Labs
Awesome environment for antsword tests
keon/algorithms
Minimal examples of data structures and algorithms in Python
jakevdp/PythonDataScienceHandbook
Python Data Science Handbook: full text in Jupyter Notebooks
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
forthespada/CS-Books
🔥🔥超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~
faif/python-patterns
A collection of design patterns/idioms in Python
vinta/awesome-python
An opinionated list of awesome Python frameworks, libraries, software and resources.
mahmoud/awesome-python-applications
💿 Free software that works great, and also happens to be open-source Python.
aosabook/500lines
500 Lines or Less
LeCoupa/awesome-cheatsheets
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
prakhar1989/awesome-courses
:books: List of awesome university courses for learning Computer Science!
oz123/awesome-c
A curated list of awesome C frameworks, libraries, resources and other shiny things. Inspired by all the other awesome-... projects out there.
pcottle/learnGitBranching
An interactive git visualization and tutorial. Aspiring students of git can use this app to educate and challenge themselves towards mastery of git!
RsaCtfTool/RsaCtfTool
RSA attack tool (mainly for ctf) - retrieve private key from weak public key and/or uncipher data
taviso/ctftool
Interactive CTF Exploration Tool
w181496/Web-CTF-Cheatsheet
Web CTF CheatSheet 🐈
zardus/ctf-tools
Some setup scripts for security research tools.
hhstore/annotated-py-projects
fastapi/flask/sanic/asyncio/bottle/webpy 等源码注解合集
Simple-XX/SimpleKernel
Simple kernel for learning operating systems. 用于学习操作系统的简单内核
cstack/db_tutorial
Writing a sqlite clone from scratch in C