File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ RUN apt-get update -y
5
5
RUN apt-get install -y apt-transport-https
6
6
7
7
RUN apt-get install -y \
8
- build-essential gdbserver cmake pkg-config \
9
- strace curl wget gcc zsh vim gdb git netcat tmux \
10
- procps python3 python3-pip python3-dev file binutils sudo locales \
8
+ build-essential gdb gdbserver cmake pkg-config libc6-dbg nasm libtool-bin clang \
9
+ procps strace binutils file \
10
+ unzip curl wget zsh vim git netcat tmux htop ascii xz-utils ripgrep dnsutils \
11
+ python3 python3-pip python3-dev sudo locales \
11
12
ruby-standalone
12
13
13
14
RUN gem install one_gadget
Original file line number Diff line number Diff line change @@ -22,9 +22,10 @@ Vagrant.configure("2") do |config|
22
22
23
23
apt-get install -y apt-transport-https
24
24
apt-get install -y \
25
- openjdk-11-jdk build-essential cmake pkg-config \
26
- unzip curl wget gcc zsh vim gdb git strace netcat \
27
- procps python3 python3-pip python3-dev file binutils sudo locales
25
+ openjdk-11-jdk gcc build-essential gdb cmake pkg-config libc6-dbg nasm libtool-bin clang \
26
+ unzip curl wget zsh neovim git htop tmux file binutils sudo locales ascii xz-utils ripgrep \
27
+ strace ltrace netcat procps dnsutils \
28
+ python3 python3-pip python3-dev
28
29
29
30
apt-get install -y task-gnome-desktop
30
31
@@ -33,7 +34,7 @@ Vagrant.configure("2") do |config|
33
34
echo "wolvsec:wolvsec" | chpasswd
34
35
echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
35
36
36
- pip3 install pwntools numpy ipython
37
+ pip3 install pwntools numpy ipython z3-solver
37
38
38
39
## Install GEF for better GDB experience
39
40
wget -O /home/wolvsec/.gdbinit-gef.py -q https://gef.blah.cat/py
109
110
apt-get install -y code
110
111
111
112
# Dark mode :)
112
- runuser -l wolvsec 'gsettings set org.gnome.desktop.interface gtk-theme Adwaita-dark'
113
+ runuser -l wolvsec -c 'gsettings set org.gnome.desktop.interface gtk-theme Adwaita-dark'
113
114
SHELL
114
115
end
You can’t perform that action at this time.
0 commit comments