GoFileX
Late-90s IRC TUI for walking wordlists against a password-gated GoFile share. Documented API only. Sequential listings. 429 is law.
- Name
- GoFileX
- Repo
- https://github.com/abraxas/GoFileX
- Language
- Python
- Related
- Hunting the Fortinet Hunter 0-Day · Phase 1
- Released
- 2026-09-01
- Tags
- gofile, tui, ctf, python
I wrote GoFileX so I could walk a password-gated GoFile share without bursting an unpublished listing quota. It talks only to the documented REST API. One guest token, reused. Sequential GET /contents. Website-token computed locally. Sessions resume per share id. A 429 backs off; repeated 429s pause the client.
Built for the first door of Hunting the Fortinet Hunter 0-Day. The share password stays off this site. The hunt is still live. The client does not have to.
Python 3.10+, Textual TUI, httpx for HTTP. Clone from github.com/abraxas/GoFileX. Use it against shares you own or have permission to test. Also: GoFile API, FAQ.