MonsterFan

Results 2 issues of MonsterFan

**报错信息** docker搭建容器正常启动,注册页面提示:邮件发送失败 ![1683460680307](https://user-images.githubusercontent.com/57214513/236676000-6f077bed-14cf-4292-bea9-28f16367fa3f.png) **操作系统**: windows 10 **tips** 用户注册页面一定要验证邮箱吗?如果是内部使用的话能否在管理员界面中增添不进行邮箱校验的功能呢?

bug

尝试在kali2021系统中部署Docker时发现Dockerfile中的pip会因为国内网络问题报错 我尝试修改了Dockerfile文件如下,通过pip换源并指定版本的方式能够成功部署Docker OM ubuntu:16.04 MAINTAINER kira "[email protected]" RUN apt-get update RUN apt-get install -y python-dev python-pip libncurses5-dev git net-tools inetutils-ping nmap RUN git clone https://github.com/w3h/isf.git /root/isf RUN chmod +x /root/isf/isf.py...