Sign inSign up

brokenscripts/wfuzz

By brokenscripts

Updated over 7 years ago

wfuzz cloned from source: https://github.com/xmendez/wfuzz and built on alpine:edge

Image
0

1.3K

brokenscripts/wfuzz repository overview

Info

wfuzz - git cloned from source
alpine:edge

9 layers, ~67 MB

Example

docker run --rm brokenscripts/wfuzz -w wordlist/general/common.txt --hc 404 -u https://hackme.com/FUZZ
wordlists are cloned from wfuzz directly
--hc 404 - Skip any 404 pages, can include a , to seperate page errors to not display
-u url with FUZZ in path, the FUZZ is what will be fuzzed / attacked

Wordlists

(1.2 Mb default lists from source)

wordlist/
├── Injections
│   ├── All_attack.txt
│   ├── SQL.txt
│   ├── Traversal.txt
│   ├── XML.txt
│   ├── XSS.txt
│   └── bad_chars.txt
├── general
│   ├── admin-panels.txt
│   ├── big.txt
│   ├── catala.txt
│   ├── common.txt
│   ├── euskera.txt
│   ├── extensions_common.txt
│   ├── http_methods.txt
│   ├── medium.txt
│   ├── megabeast.txt
│   ├── mutations_common.txt
│   ├── spanish.txt
│   └── test.txt
├── others
│   ├── common_pass.txt
│   └── names.txt
├── stress
│   ├── alphanum_case.txt
│   ├── alphanum_case_extra.txt
│   ├── char.txt
│   ├── doble_uri_hex.txt
│   ├── test_ext.txt
│   └── uri_hex.txt
├── vulns
│   ├── apache.txt
│   ├── cgis.txt
│   ├── coldfusion.txt
│   ├── dirTraversal-nix.txt
│   ├── dirTraversal-win.txt
│   ├── dirTraversal.txt
│   ├── domino.txt
│   ├── fatwire.txt
│   ├── fatwire_pagenames.txt
│   ├── frontpage.txt
│   ├── iis.txt
│   ├── iplanet.txt
│   ├── jrun.txt
│   ├── netware.txt
│   ├── oracle9i.txt
│   ├── sharepoint.txt
│   ├── sql_inj.txt
│   ├── sunas.txt
│   ├── tests.txt
│   ├── tomcat.txt
│   ├── vignette.txt
│   ├── weblogic.txt
│   └── websphere.txt
└── webservices
    ├── ws-dirs.txt
    └── ws-files.txt

6 directories, 51 files

To Do:

  • Decrease image size
  • reduce image layers

Tag summary

Content type

Image

Digest

Size

21.7 MB

Last updated

over 7 years ago

docker pull brokenscripts/wfuzz