mirror of
https://github.com/ffuf/ffuf
synced 2024-11-10 06:04:17 +00:00
643f6b883f
* Scraper functionality * Handle matched only - case for scraper * Add scraper output to different formats * Fix the ancient merge reminders * Load scraper rules from directory * Scraper fixes
11 lines
238 B
Modula-2
11 lines
238 B
Modula-2
module github.com/ffuf/ffuf
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.8.0
|
|
github.com/adrg/xdg v0.4.0
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pelletier/go-toml v1.9.5
|
|
golang.org/x/net v0.5.0 // indirect
|
|
)
|