Skip to content

Commit ffd8501

Browse files
committed
add simple documentation
1 parent f5d21ba commit ffd8501

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
# docker-binex-pwn
1+
# HackInSDN Binary Exploitation Pwn
2+
3+
[![ci-badge]][ci-link]
4+
5+
Docker image with pwn tools:
6+
7+
- gdb
8+
- strace
9+
- ltrace
10+
- netcat-openbsd
11+
- python3
12+
- 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

Comments
 (0)