Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 1.44 KB

README.md

File metadata and controls

63 lines (49 loc) · 1.44 KB

Sensitive File Founder on WebSite

A tool for fuzzing files on the website Included shell[[webbackdor]] file name list {--shell}, .env file list {--env}, git file list{--git} and sensitive file list {--sens}

Usage

git clone https://github.com/begininvoke/SensitiveFileFuzzer.git
cd SensitiveFileFuzzer
go build
./SensitiveFileFuzzer -url https://site.com --shell

Help

./SensitiveFileFuzzer -h
Usage of ./SensitiveFile:
  -all
        try all lists
  -env
        try env lists
  -git
        try git lists
  -sens
        try sens lists
  -shell
        try shellfile lists
  -url string
        url address https://google.com
  -v    show success result  only

config

To avoid mistakes you can enter custom settings for each route Sample config :--cached

{
  "path" : "/test.txt",
  "content" : "#application/json#text/html",
  "lentgh" : "*"

}

Content-Type:

content : "*" allow all responsegit and any header sets

content : "#application/json#text/html" all headers except (text/html , application/json) which are separated by #

content : "application/json" allow just application/json in response header

Content-Length: lentgh : 10 allow response header Content-Length >= 10

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT