gitextract_tubl_69k/ ├── LICENSE ├── Makefile ├── README.md ├── cmd/ │ └── root.go ├── config/ │ ├── Prints.go │ ├── ReadandWrite.go │ ├── Request.go │ ├── bar.go │ ├── config.go │ ├── flag.go │ ├── judgment.go │ └── scan.go ├── crawler/ │ └── crawler.go ├── default/ │ └── default.ini ├── dic/ │ ├── asp.txt │ ├── aspx.txt │ ├── dicc.txt │ ├── fuzz.txt │ ├── jsp.txt │ ├── php.txt │ ├── test.txt │ └── user-agents.txt ├── go.mod ├── go.sum ├── main.go ├── proxy.txt └── url.txt