lowsecurity777 / PSFuzz

Proviesec Fuzz Scanner - dir/path web scanner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSFuzz

PSFuzz - ProvieSec Fuzz Scanner - Web path discovery

License contributions welcome

Proviesec logo Buy Me A Coffee

Introduction

⭐ Star us on GitHub — it motivates a lot! ⭐

Web path discovery

Discover with ProSecFuzz hidden files and directories on a web server.

Installation & Usage

go get https://github.com/Proviesec/PSFuzz

Wordlists

Summary:

Options

Required

Optional

  • -s/-status Example: -s true Default:false only Status Code 200
  • -c/-concurrency Example: -c 5
  • -o/-Output Example: -o true

Example

image

Todos

  • Multi requests
  • Optional param output
  • Redirect handler - 301... -> Can be activated via parameter
  • Output
    • TXT
    • HTML
  • Wildcard parameter
  • Pausing progress
  • Progress bar
  • List of URLs
  • Parameter
    • Port List
    • Length
    • Response Status List
    • Words match list title/page
    • Set Optional Header
    • Set request Timeout
    • Add Cookies
  • 403 Bypass
  • Status bypass
  • Show positiv false: status 200, but title 404
  • Show possible false 200, same length of startsite...
  • Show titel of Page
  • Fingerprint check
  • fuzz Parameter check (normal Response vs. with paramter)
  • compare two scans
    • save scan
    • load scan
  • optional config file
    • load config
    • save config
    • yaml file
  • Proxy

Example

go run main.go -url https://www.google.com -d list.txt -s true -c 2

About

Proviesec Fuzz Scanner - dir/path web scanner

License:MIT License


Languages

Language:Go 94.4%Language:Shell 5.6%