browser-security:Web App安全102练习

时间:2021-05-07 18:27:24
【文件属性】:
文件名称:browser-security:Web App安全102练习
文件大小:543KB
文件格式:ZIP
更新时间:2021-05-07 18:27:24
HTML 现代浏览器安全 这个简单的Node / Express.js应用程序提供了一种轻松地以交互方式了解浏览器安全功能的简便方法。 安装及使用 使用Docker Hub的Docker(最简单) 安装 运行公共Docker Hub容器,将文件浏览器凭据作为环境变量传递(可以修改其值以适合您的偏好) docker run -e "FILE_BROWSER_USER=student" -e "FILE_BROWSER_PASSWORD=pwd" -d -p 127.0.0.1:4000:3100 -p 127.0.0.1:4001:8080 uwciso/browser-security:1.1 浏览到位于的练习和位于的文件浏览器 Docker,来自本地构建的容器 安装 git clone https://github.com/uwciso/browser-security.git cd b
【文件预览】:
browser-security-master
----.gitignore(81B)
----app.js(938B)
----Dockerfile(532B)
----package.json(498B)
----package-lock.json(126KB)
----filemanager-2.0.16-installer.sh(4KB)
----public()
--------sri_mime.html(4KB)
--------assets.html(4KB)
--------js()
--------stylesheets()
--------csp.html(9KB)
--------network-tab.html(782B)
--------index.html(901B)
--------favicon.ico(1KB)
--------cookies.html(5KB)
--------img()
----start.sh(1KB)
----solutions.md(6KB)
----README.md(4KB)

网友评论