File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ RUN pip3 cache purge
3737# create USER with PASS
3838ARG USER=nuclei
3939ARG PASS=riscv123
40- ARG QEMUVER=2023 .10
40+ ARG QEMUVER=2025 .10
4141ARG BRANCH=dev_nuclei_next
4242
4343RUN groupadd --system $USER
@@ -52,7 +52,7 @@ WORKDIR /home/$USER/
5252
5353RUN mkdir -p prebuilt
5454
55- RUN wget -q https://nucleisys.com/upload/files/toochain /qemu/nuclei-qemu-$QEMUVER-linux-x64.tar.gz -O prebuilt/nuclei-qemu.tar.gz
55+ RUN wget -q https://download. nucleisys.com/upload/files/toolchain /qemu/nuclei-qemu-$QEMUVER-linux-x64.tar.gz -O prebuilt/nuclei-qemu.tar.gz
5656
5757RUN cd prebuilt && tar --no-same-owner -xzf nuclei-qemu.tar.gz
5858
Original file line number Diff line number Diff line change 6565 python3 python3-pip mtools
6666 sudo pip3 install git-archive-all
6767 mkdir -p buildroot/dl
68- QEMUVER=2023 .10
68+ QEMUVER=2025 .10
6969 if [ ! -f buildroot/dl/nuclei-qemu-${QEMUVER}-linux-x64.tar.gz ] ; then
70- wget --progress=dot -P buildroot/dl https://nucleisys.com/upload/files/toochain /qemu/nuclei-qemu-${QEMUVER}-linux-x64.tar.gz
70+ wget --progress=dot -P buildroot/dl https://download. nucleisys.com/upload/files/toolchain /qemu/nuclei-qemu-${QEMUVER}-linux-x64.tar.gz
7171 fi
7272 mkdir -p prebuilt_tools
7373 tar -xzf buildroot/dl/nuclei-qemu-${QEMUVER}-linux-x64.tar.gz -C prebuilt_tools
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ See [How to evaluate Nuclei Linux SDK in docker](https://github.com/Nuclei-Softw
2727- Build dependencies
2828 - packages: see [ apt.txt] ( .github/apt.txt )
2929 - python pip packages: [ pipreq.txt] ( .github/pipreq.txt )
30- - Get prebuilt qemu and openocd 2023 .10 from [ Nuclei Development Tools] ( https://nucleisys.com/download.php#tools )
30+ - Get prebuilt qemu and openocd 2025 .10 from [ Nuclei Development Tools] ( https://nucleisys.com/download.php#tools )
3131- Setup qemu and openocd and add it into ** PATH**
3232- mtools version >= 4.0.24
3333
You can’t perform that action at this time.
0 commit comments