Skip to content
Snippets Groups Projects
Verified Commit 63ebc3a4 authored by Daniel Petri's avatar Daniel Petri
Browse files

Add file

parent 9c1ec844
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:oracular FROM ubuntu:oracular
RUN apt update && apt install -y ca-certificates openssh-server python3-pip python3-dev xxd \ RUN apt update && apt install -y ca-certificates openssh-server python3-pip python3-dev xxd file \
libssl-dev libffi-dev build-essential binutils-multiarch git gdb gdb-multiarch ltrace strace tmux wget curl && \ libssl-dev libffi-dev build-essential binutils-multiarch git gdb gdb-multiarch ltrace strace tmux wget curl && \
apt clean && rm -rf /var/lib/apt/lists/* && touch /root/.hushlogin apt clean && rm -rf /var/lib/apt/lists/* && touch /root/.hushlogin
......
...@@ -79,7 +79,7 @@ There are probably way more useful tools, but here's a list to get started. ...@@ -79,7 +79,7 @@ There are probably way more useful tools, but here's a list to get started.
```bash ```bash
sudo apt install -y xxd gdb gdb-multiarch gdbserver binutils binutils-multiarch \ sudo apt install -y xxd gdb gdb-multiarch gdbserver binutils binutils-multiarch \
tmux wget curl socat strace ltrace git git-lfs \ tmux wget curl socat strace ltrace git git-lfs file \
``` ```
### pwndbg ### pwndbg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment