Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Hacker Search Engines | 6,150 | 2 days ago | 10 | mit | Shell | |||||
A curated list of awesome search engines useful during Penetration testing, Vulnerability assessments, Red/Blue Team operations, Bug Bounty and more | ||||||||||
Cve | 5,695 | 3 days ago | 13 | mit | HTML | |||||
Gather and update all available and newest CVEs with their PoC. | ||||||||||
Poc In Github | 5,518 | 15 hours ago | 12 | |||||||
📡 PoC auto collect from GitHub. ⚠️ Be careful Malware. | ||||||||||
Linux Kernel Exploitation | 5,005 | a month ago | cc-by-4.0 | |||||||
A collection of links related to Linux kernel security and exploitation | ||||||||||
Ladon | 4,318 | a month ago | 8 | June 05, 2023 | 31 | mit | PowerShell | |||
Ladon大型内网渗透工具,可PowerShell模块化、可CS插件化、可内存加载,无文件扫描。含端口扫描、服务识别、网络资产探测、密码审计、高危漏洞检测、漏洞利用、密码读取以及一键GetShell,支持批量A段/B段/C段以及跨网段扫描,支持URL、主机、域名列表扫描等。Ladon 11.9内置255个功能,网络资产探测模块32个通过多种协议(ICMP\NBT\DNS\MAC\SMB\WMI\SSH\HTTP\HTTPS\Exchange\mssql\FTP\RDP)以及方法快速获取目标网络存活主机IP、计算机名、工作组、共享资源、网卡地址、操作系统版本、网站、子域名、中间件、开放服务、路由器、交换机、数据库、打印机等信息,高危漏洞检测16个含MS17010、Zimbra、Exchange | ||||||||||
Faraday | 4,289 | 1 | 1 | 14 days ago | 37 | November 14, 2023 | 42 | gpl-3.0 | Python | |
Open Source Vulnerability Management Platform | ||||||||||
Vulmap | 2,935 | 7 months ago | 28 | gpl-3.0 | Python | |||||
Vulmap 是一款 web 漏洞扫描和验证工具, 可对 webapps 进行漏洞扫描, 并且具备漏洞验证功能 | ||||||||||
Honggfuzz | 2,903 | a day ago | 23 | apache-2.0 | C | |||||
Security oriented software fuzzer. Supports evolutionary, feedback-driven fuzzing based on code coverage (SW and HW based) | ||||||||||
Nettacker | 2,691 | 21 hours ago | 15 | October 29, 2023 | 33 | apache-2.0 | Python | |||
Automated Penetration Testing Framework - Open-Source Vulnerability Scanner - Vulnerability Management | ||||||||||
Winafl | 2,146 | 3 months ago | 141 | apache-2.0 | C | |||||
A fork of AFL for fuzzing Windows binaries |
为了更好地管理博客文章,分享更好的知识,该系列资源为作者CSDN博客的备份文件,共100篇。本资源为网络安全自学篇,包括作者安全工具利用、Web渗透、系统安全、CVE漏洞复现、安全论文及会议等知识,希望对您有所帮助!一起加油。
作者:CSDN Eastmount xiuzhang
博客:https://blog.csdn.net/eastmount/category_9183790.html
该类文章数量较大,推荐读者直接在百度网盘下载,Github可以在线阅读使用。地址如下:
百度网盘中下架,大家可以私聊我CSDN。
作者作为网络安全的小白,分享一些自学基础教程给大家,主要是关于安全工具和实践操作的在线笔记,希望您们喜欢。同时,更希望您能与我一起操作和进步,后续将深入学习网络安全和系统安全知识并分享相关实验。总之,希望该系列文章对博友有所帮助,写文不易,大神们不喜勿喷,谢谢!如果文章对您有帮助,将是我创作的最大动力,点赞、评论、私聊均可,一起加油喔~
工具下载地址:
eastmountyxz/NetworkSecuritySelf-study
//上传数据
git init
git status
git add .
git status
git commit -m 'NSS'
git remote add origin [email protected]:eastmountyxz/CSDNBlog-Security-Based.git
git pull --rebase origin master
git push -u origin master
//删除数据
git rm -r --cached blog03_05_tfidf.py
git commit -m 'del files'
git push -u origin master
修改时间:2021-05-05