Skip to content

Commit

Permalink
[update] enable debuginfod
Browse files Browse the repository at this point in the history
  • Loading branch information
infoengine1337 committed Mar 8, 2023
1 parent 518f599 commit 4c1b42b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
su $username -c 'echo "source /usr/share/pwndbg/gdbinit.py \n set debuginfod enabled on " >> ~/.gdbinit'

0 comments on commit 4c1b42b

Please sign in to comment.