Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quentinra/onectf
onectf - simple modular ctf toolkit
https://github.com/quentinra/onectf
Last synced: 7 days ago
JSON representation
onectf - simple modular ctf toolkit
- Host: GitHub
- URL: https://github.com/quentinra/onectf
- Owner: QuentinRa
- License: mit
- Created: 2024-01-10T17:41:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T17:44:44.000Z (3 months ago)
- Last Synced: 2024-10-10T18:47:31.174Z (28 days ago)
- Language: Python
- Homepage:
- Size: 165 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OneCTF - Modular CTF toolkit
[![GitHub](https://img.shields.io/github/license/QuentinRa/onectf)](LICENSE)
[![GitHub issues closed](https://img.shields.io/github/issues-closed/QuentinRa/onectf?color=%23a0)](https://github.com/QuentinRa/onectf/issues)
[![GitHub pull requests closed](https://img.shields.io/github/issues-pr-closed/QuentinRa/onectf?color=%23a0)](https://github.com/QuentinRa/onectf/pulls)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/QuentinRa/onectf)](https://github.com/QuentinRa/onectf)A set of CTF utilities. Mostly written for fun or to practice.
```bash
$ sudo apt install pipx
$ pipx ensurepath
$ pipx install git+https://github.com/QuentinRa/onectf.git
$ onectf -h
```The documentation for each module:
* [AXFR](docs/axfr.md): find hidden subdomains vulnerable to zone transfer
* [Crawl](docs/crawl.md): HTML web crawler
* [Hosts](docs/hosts.md): host file management utility
* [Request](docs/request.md): request encoder
* [uffuf](docs/uffuf.md): file upload fuzzer