Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CTF Tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pwn-la-Chapelle
CTF Tools
Commits
63ebc3a4
Verified
Commit
63ebc3a4
authored
2 months ago
by
Daniel Petri
Browse files
Options
Downloads
Patches
Plain Diff
Add file
parent
9c1ec844
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
README.md
+1
-1
1 addition, 1 deletion
README.md
with
2 additions
and
2 deletions
Dockerfile
+
1
−
1
View file @
63ebc3a4
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
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
63ebc3a4
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment