Skip to content

Commit

Permalink
Merge pull request #176 from infoengine1337/features/20230308-edit
Browse files Browse the repository at this point in the history
[update] enable debuginfod
  • Loading branch information
infoengine1337 authored Mar 8, 2023
2 parents 518f599 + 4c1b42b commit cf83f44
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 cf83f44

Please sign in to comment.