Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/qwaz/ctf-env-setup
- Owner: Qwaz
- Created: 2019-01-19T08:22:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T05:21:14.000Z (3 months ago)
- Last Synced: 2024-08-16T06:31:25.126Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 23.4 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)