diff --git a/modules/pentest/airootfs.any/root/customize_airootfs_pentest.sh b/modules/pentest/airootfs.any/root/customize_airootfs_pentest.sh index f4a8a3554..1783cba6e 100644 --- a/modules/pentest/airootfs.any/root/customize_airootfs_pentest.sh +++ b/modules/pentest/airootfs.any/root/customize_airootfs_pentest.sh @@ -19,4 +19,4 @@ su $username -c \ "wget https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/big.txt https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/common.txt https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/raft-large-directories.txt https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/raft-large-files.txt -P ~/seclists-wordlist" # set PwnDBG to gdb plugin -su $username -c 'echo "source /usr/share/pwndbg/gdbinit.py" >> ~/.gdbinit' \ No newline at end of file +su $username -c 'echo "source /usr/share/pwndbg/gdbinit.py \n set debuginfod enabled on " >> ~/.gdbinit' \ No newline at end of file