Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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