Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khanguslee/ctf-tools
Random scripts to use for CTFs
https://github.com/khanguslee/ctf-tools
Last synced: 17 days ago
JSON representation
Random scripts to use for CTFs
- Host: GitHub
- URL: https://github.com/khanguslee/ctf-tools
- Owner: khanguslee
- Created: 2021-10-31T13:43:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T04:19:12.000Z (about 1 year ago)
- Last Synced: 2024-10-02T12:41:18.199Z (about 1 month ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CTF Tools
Random scripts to use for CTFs.
## Installation Guide
1. Create virtual environment in current folder
```bash
python3 -m venv .venv
```2. Activate virtual environment
```bash
source .venv/bin/activate
```3. Install packages
4. Deactivate virtual environment
```bash
deactivate
```## Tools
### `netcat.py`
This tool is similar to the `netcat` CLI tool.
If you need to communicate to a non-http server, you might sometimes need to communicate via
tcp/udp protocol instead.### `redis_gopher.py`
For redis