Skip to content

Commit

Permalink
feat(gef): fix gdb gef installation
Browse files Browse the repository at this point in the history
  • Loading branch information
bliutech committed Jan 29, 2024
1 parent 1ab04c1 commit fcb09ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/install-pwn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ cargo install pwninit
cargo install xgadget --features cli-bin
gem install one_gadget

curl -fsSLo /usr/local/lib/gef.py 'https://github.com/hugsy/gef/raw/main/gef.py'
echo 'source /usr/local/lib/gef.py' >/etc/gdbinit
bash -c "$(curl -fsSL https://gef.blah.cat/sh)"

echo 'Configuring pwntools'
cat <<-'EOF' >/etc/pwn.conf
Expand Down

0 comments on commit fcb09ee

Please sign in to comment.