mirror of
https://github.com/ffuf/ffuf
synced 2024-11-10 06:04:17 +00:00
9bddff79b9
* 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
8 lines
115 B
Modula-2
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
|
|
)
|