https://github.com/quentinra/onectf
onectf - simple modular ctf toolkit
https://github.com/quentinra/onectf
Last synced: 10 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T18:10:35.000Z (over 1 year ago)
- Last Synced: 2025-04-05T23:42:08.031Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 172 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
[](LICENSE)
[](https://github.com/QuentinRa/onectf/issues)
[](https://github.com/QuentinRa/onectf/pulls)
[](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