Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qwaz/ctf-env-setup

:game_die: CTF environment setup script for Ubuntu
https://github.com/qwaz/ctf-env-setup

Last synced: about 1 month ago
JSON representation

:game_die: CTF environment setup script for Ubuntu

Awesome Lists containing this project

README

        

# CTF Environment Setup

CTF environment setup script for Ubuntu

## Installation

```
git clone https://github.com/Qwaz/ctf-env-setup.git
cd ctf-env-setup
# edit options.sh to adjust optional features
./setup.sh
```

## Included

- Pyenv installation
- Git aliases

### Optional Features

- libc 32-bit architecture support
- [pwndbg](https://github.com/pwndbg/pwndbg)
- [qemu-user-static](https://wiki.debian.org/QemuUserEmulation) for multi-arch support
- zsh with [pure theme](https://github.com/sindresorhus/pure)
- [Rust](https://www.rust-lang.org/)
- `cat` replacement with [`bat`](https://github.com/sharkdp/bat)
- `ls` replacement with [`exa`](https://github.com/ogham/exa)
- [tmux](https://github.com/tmux/tmux) with [Dracula Theme](https://draculatheme.com/tmux)