All Projects → legwindy → wybug

legwindy / wybug

Licence: other
一款复现wooyun经典漏洞的docker靶机环境

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to wybug

Intranet penetration cheetsheets
做redteam时使用,修改自Ridter的https://github.com/Ridter/Intranet_Penetration_Tips
Stars: ✭ 29 (+70.59%)
Mutual labels:  websecurity
Wossl
OpenSSL对称算法、哈希校验、非对称算法、证书管理、SSL安全
Stars: ✭ 144 (+747.06%)
Mutual labels:  websecurity
Open Redirect Payload List
🎯 Open Redirect Payload List
Stars: ✭ 214 (+1158.82%)
Mutual labels:  websecurity
Ostrio
▲ Web services for JavaScript, Angular.js, React.js, Vue.js, Meteor.js, Node.js, and other JavaScript-based websites, web apps, single page applications (SPA), and progressive web applications (PWA). Our services: Pre-rendering, Monitoring, Web Analytics, WebSec, and Web-CRON
Stars: ✭ 52 (+205.88%)
Mutual labels:  websecurity
Horn3t
Powerful Visual Subdomain Enumeration at the Click of a Mouse
Stars: ✭ 120 (+605.88%)
Mutual labels:  websecurity
Ssti Payloads
🎯 Server Side Template Injection Payloads
Stars: ✭ 150 (+782.35%)
Mutual labels:  websecurity
Sql Injection Payload List
🎯 SQL Injection Payload List
Stars: ✭ 716 (+4111.76%)
Mutual labels:  websecurity
netizenship
a commandline #OSINT tool to find the online presence of a username in popular social media websites like Facebook, Instagram, Twitter, etc.
Stars: ✭ 33 (+94.12%)
Mutual labels:  websecurity
Jwtxploiter
A tool to test security of json web token
Stars: ✭ 130 (+664.71%)
Mutual labels:  websecurity
Rfi Lfi Payload List
🎯 RFI/LFI Payload List
Stars: ✭ 202 (+1088.24%)
Mutual labels:  websecurity
Ctfcracktools
China's first CTFTools framework.中国国内首个CTF工具框架,旨在帮助CTFer快速攻克难关
Stars: ✭ 1,118 (+6476.47%)
Mutual labels:  websecurity
Quarantyne
Modern Web Firewall: stop account takeovers, weak passwords, cloud IPs, DoS attacks, disposable emails
Stars: ✭ 113 (+564.71%)
Mutual labels:  websecurity
Oscp Pentest Methodologies
备考 OSCP 的各种干货资料/渗透测试干货资料
Stars: ✭ 166 (+876.47%)
Mutual labels:  websecurity
Holisticinfosec For Webdevelopers Fascicle0
📚 Overview 🔒 Tooling 🔒 Process 🔒 Physical 🔒 People 📚
Stars: ✭ 37 (+117.65%)
Mutual labels:  websecurity
Sourceleakhacker
🐛 A multi threads web application source leak scanner
Stars: ✭ 226 (+1229.41%)
Mutual labels:  websecurity
Broxy
An HTTP/HTTPS intercept proxy written in Go.
Stars: ✭ 912 (+5264.71%)
Mutual labels:  websecurity
Xss Payload List
🎯 Cross Site Scripting ( XSS ) Vulnerability Payload List
Stars: ✭ 2,617 (+15294.12%)
Mutual labels:  websecurity
WebSecurityScannerWhitePaper
收集网络上公开的漏洞扫描器的白皮书。
Stars: ✭ 25 (+47.06%)
Mutual labels:  websecurity
caddy-security
🔐 Authentication, Authorization, and Accounting (AAA) App and Plugin for Caddy v2. 💎 Implements Form-Based, Basic, Local, LDAP, OpenID Connect, OAuth 2.0 (Github, Google, Facebook, Okta, etc.), SAML Authentication. MFA/2FA with App Authenticators and Yubico. 💎 Authorization with JWT/PASETO tokens. 🔐
Stars: ✭ 696 (+3994.12%)
Mutual labels:  websecurity
Recsech
Recsech is a tool for doing Footprinting and Reconnaissance on the target web. Recsech collects information such as DNS Information, Sub Domains, HoneySpot Detected, Subdomain takeovers, Reconnaissance On Github and much more you can see in Features in tools .
Stars: ✭ 173 (+917.65%)
Mutual labels:  websecurity

wybug --致力于高程度还原安全研究员发觉的经典漏洞

wybug是自己在企业内部安全培训的时候,为程序员特意编写的一些wooyun上安全研究员经典的漏洞环境,立志于抛开不相关的业务模型,直奔漏洞本身。自己在入门安全的道路上走了不少弯路,也希望通过此项目将自己的成长与所得分享给大家。用P神的Vulhub一样使用docker-compose,可快速构建漏洞环境。

目的主要是在黑盒发现安全问题的基础上,能通过白盒分析,并掌握思考相关的修复方案

使用方法

安装使用方法与vulhub一致请参考:

https://github.com/vulhub/vulhub/blob/master/README.md

国内在进行docker-compose build这一步时候会比较缓慢,建议更新docker源:

vi /etc/docker/daemon.json

添加: { "registry-mirrors": ["https://dftbcros.mirror.aliyuncs.com"] }

注意事项

务必不要在企业生产网络上激活此环境,可能给企业的信息安全造成相当大的危害。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].