pierre

command module
v0.0.0-...-94f366d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2023 License: MIT Imports: 12 Imported by: 0

README

pierre

my first thingo in go

a basic fuzzer created in Go as a learning exercise. i wrote some of my own packages for the ✨learning experience✨

usage

The keyword FUZZ is used to specify which part of the url to fuzz. (directory or subdomain)


Directory Fuzzing

```bash

go run main.go -u="http://0.0.0.0:80/FUZZ" -w /path/to/wordlist.txt

Fuzzing with file extensions

  • -x specifies file extensions. comma separated.

go run main.go -u="http://0.0.0.0:80/FUZZ" -w /path/to/wordlist.txt -x .php,.help,.txt,.go

Include and Exclude Status Codes (Status code filtering)


go run main.go -u="http://0.0.0.0:80/FUZZ" -w wordlist.txt -x .php,.help,.txt,.go -fi 200,404

go run main.go -u https://example.com -w wordlist.txt -e php,html,js -t 1000 -c 200 -f 200,404,403

go run main.go -u="http://0.0.0.0:80/FUZZ" -w wordlist.txt -x .php,.help,.txt,.go -fi 200,404 -fe 200,404
go run main.go -u="http://0.0.0.0:80/FUZZ" -w wordlist.txt -x .php,.help,.txt,.go -si 469 -se 469

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
python3 -m http.server 80
python3 -m http.server 80

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL