add cofig for rustscan

This commit is contained in:
Tobias Powalowski 2024-06-18 07:15:56 +02:00
parent 0f4ca8dfef
commit 95adcaf875

View file

@ -10,8 +10,8 @@ _run ()
# add iproute 2, add openssl helper libraries
_map _full_dir /usr/lib/{tc,engines-3} /usr/share/tc
# add config for rustmap, no nmap available
echo "ulimit = 5000" >> ${_ROOTDIR}/root/.rustscan.toml
echo "scripts = \"None\"" ${_ROOTDIR}/root/.rustscan.toml
echo "ulimit = 5000" >> ${_ROOTFS}/root/.rustscan.toml
echo "scripts = \"None\"" ${_ROOTFS}/root/.rustscan.toml
# add elinks defaults
_file_rename /usr/share/archboot/net/etc/elinks/bookmarks /etc/elinks/bookmarks
_file_rename /usr/share/archboot/net/etc/profile.d/elinks.sh /etc/profile.d/elinks.sh