hanc00l / nemo_go

Nemo是用来进行自动化信息收集的一个简单平台,通过集成常用的信息收集工具和技术,实现对内网及互联网资产信息的自动收集,提高隐患排查和渗透测试的工作效率。
Apache License 2.0
1.63k stars 245 forks source link

安装一直卡在这里 #145

Open ksnks opened 9 months ago

ksnks commented 9 months ago

┌──(root㉿kali)-[/home/kali/Desktop/nemo] └─# proxychains4 docker-compose up -d [proxychains] config file found: /etc/proxychains4.conf [proxychains] preloading /usr/lib/x86_64-linux-gnu/libproxychains.so.4 [proxychains] DLL init: proxychains-ng 4.16 [proxychains] DLL init: proxychains-ng 4.16 [proxychains] DLL init: proxychains-ng 4.16 Building web Step 1/8 : FROM ubuntu:22.04 ---> 9d28ccdc1fc7 Step 2/8 : ENV LC_ALL C.UTF-8 ---> Using cache ---> b228361a8f3a Step 3/8 : ENV TZ=Asia/Shanghai DEBIAN_FRONTEND=noninteractive ---> Using cache ---> ebe01122516c Step 4/8 : RUN set -x && sed -i 's/archive.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list && sed -i 's/security.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list && apt update && apt install -y tzdata && ln -fs /usr/share/zoneinfo/${TZ} /etc/localtime && echo ${TZ} > /etc/timezone && dpkg-reconfigure --frontend noninteractive tzdata && rm -rf /var/lib/apt/lists/* ---> Running in 670a26eb5e21

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Ign:1 http://mirrors.ustc.edu.cn/ubuntu jammy InRelease Ign:2 http://mirrors.ustc.edu.cn/ubuntu jammy-updates InRelease Ign:3 http://mirrors.ustc.edu.cn/ubuntu jammy-backports InRelease Ign:4 http://mirrors.ustc.edu.cn/ubuntu jammy-security InRelease Ign:1 http://mirrors.ustc.edu.cn/ubuntu jammy InRelease Ign:2 http://mirrors.ustc.edu.cn/ubuntu jammy-updates InRelease Ign:3 http://mirrors.ustc.edu.cn/ubuntu jammy-backports InRelease Ign:4 http://mirrors.ustc.edu.cn/ubuntu jammy-security InRelease Ign:1 http://mirrors.ustc.edu.cn/ubuntu jammy InRelease Ign:2 http://mirrors.ustc.edu.cn/ubuntu jammy-updates InRelease Ign:3 http://mirrors.ustc.edu.cn/ubuntu jammy-backports InRelease

hanc00l commented 9 months ago

不太明白,建议google一下相关的参考。