https://github.com/pyaillet/ctf-tools
Some ctf-tools gathered as a Docker image
https://github.com/pyaillet/ctf-tools
ctf hacktoberfest
Last synced: 6 months ago
JSON representation
Some ctf-tools gathered as a Docker image
- Host: GitHub
- URL: https://github.com/pyaillet/ctf-tools
- Owner: pyaillet
- License: lgpl-3.0
- Created: 2019-10-23T10:57:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T20:44:51.000Z (over 6 years ago)
- Last Synced: 2025-02-04T19:14:33.270Z (over 1 year ago)
- Topics: ctf, hacktoberfest
- Language: Dockerfile
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Welcome to ctf-tools 👋
> Some tools used for CTF
## Usage
```sh
docker run -it \
--privileged \
-p 9090:9090 \
-v $(pwd)/:/home/r2/ \
docker.pkg.github.com/pyaillet/ctf-tools/ctf-tools:latest bash
```
## Author
👤 **pyaillet**
* Twitter: [@pyaillet](https://twitter.com/pyaillet)
* Github: [@pyaillet](https://github.com/pyaillet)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/pyaillet/ctf-tools/issues).
## Show your support
Give a ⭐️ if this project helped you!
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_