ffuf/go.mod
Joona Hoikkala 9bddff79b9
New functionality to map fired blind payloads back to the initial request (#632)
* Fix ioutil deprecation and use xdg paths instead (wip)

* Clean up deprecated ioutil references, add config directory structure creation and run entry creation

* Add wordlist position setting and FFUFHASH variable

* Save full wordlist paths and print out a raw request when searched

* Cast from string to 32bit integer, 2billion should be enough for a position

* Use correct format strings for float
2023-02-02 11:51:11 +02:00

8 lines
115 B
Modula-2

module github.com/ffuf/ffuf
go 1.13
require (
github.com/adrg/xdg v0.4.0
github.com/pelletier/go-toml v1.8.1
)