From 4c1b42bbcef3c951e217db5fdf5e4486833bd96d Mon Sep 17 00:00:00 2001 From: infoengine1337 <103350279+infoengine1337@users.noreply.github.com> Date: Wed, 8 Mar 2023 10:56:01 +0900 Subject: [PATCH] [update] enable debuginfod --- modules/pentest/airootfs.any/root/customize_airootfs_pentest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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