We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d21ba commit ffd8501Copy full SHA for ffd8501
CHANGELOG.md
@@ -0,0 +1,12 @@
1
+# Changelog
2
+
3
+## [UNRELEASED] - Under development
4
5
+- Create Dockerfile to build Docker image with some pwn tools
6
+- Setup Github Workflow to build and publish the image
7
8
+## [1.0.0] - DATE_TODO
9
10
+- TODO
11
12
README.md
@@ -1 +1,20 @@
-# docker-binex-pwn
+# HackInSDN Binary Exploitation Pwn
+[![ci-badge]][ci-link]
+Docker image with pwn tools:
+- gdb
+- strace
+- ltrace
+- netcat-openbsd
+- python3
+- pip
13
+- ipython
14
+- pwntools
15
+- tmux
16
+- pwndbg
17
18
+[ci-badge]: ../../actions/workflows/docker-image.yml/badge.svg
19
+[ci-link]: ../../actions/workflows/docker-image.yml
20
0 commit comments