11 2022 档案
摘要:想在本地启动OWASP top10项目,发现使用这个命令就能在其他电脑访问,但是0.0.0.0换成本机IP 就不行 mkdocs serve -a 0.0.0.0:8000 这是启动成功: 为什么呢?有知道的大神请指点一下
阅读全文
摘要:下载了一个WebGoat8.0版本,一开始在本机部署。但是想同时使用burpsuite, 但是burpsuite要求jdk8.0。这个WebGoat8.0要求的jdk版本冲突。所以只能将WebGoat8.0部署到远端主机,或者虚拟机。 特别注意:将webgoat部署到远端,--server.addr
阅读全文
摘要:mac上要想知道某个库安装在哪里; >>> import mkdocs >>> mkdocs <module 'mkdocs' from '/usr/local/Cellar/python@3.9/3.9.2_2/Frameworks/Python.framework/Versions/3.9/li
阅读全文