Skip to content

Commit

Permalink
docker on tag and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xmendez committed Oct 24, 2020
1 parent 5078f79 commit 04d9214
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: docker-release

This comment has been minimized.

Copy link
@Ifinityjester

on:
push
release:
types: [published]

jobs:
docker:
Expand Down Expand Up @@ -31,5 +32,5 @@ jobs:
file: Dockerfile
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/wfuzz:test
ghcr.io/${{ github.repository_owner }}/wfuzz:${{ github.event.release.tag_name }}
ghcr.io/${{ github.repository_owner }}/wfuzz:latest
27 changes: 27 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,33 @@ other tools included in the wfuzz framework.
$ wfencode -e md5 test

This comment has been minimized.

Copy link
@balkelaser
098f6bcd4621d373cade4e832627b4f6

* You can also run wfuzz from the official docker image::

$ docker run -v $(pwd)/wordlist:/wordlist/ -it ghcr.io/xmendez/wfuzz wfuzz
********************************************************
* Wfuzz 3.0.3 - The Web Fuzzer *
* *
* Version up to 1.4c coded by: *
* Christian Martorella (cmartorella@edge-security.com) *
* Carlos del ojo (deepbit@gmail.com) *
* *
* Version 1.4d to 3.0.3 coded by: *
* Xavier Mendez (xmendez@edge-security.com) *
********************************************************

Usage: wfuzz [options] -z payload,params <url>

FUZZ, ..., FUZnZ wherever you put these keywords wfuzz will replace them with the values of the specified payload.
FUZZ{baseline_value} FUZZ will be replaced by baseline_value. It will be the first request performed and could be used as a base for filtering.


Examples:
wfuzz -c -z file,users.txt -z file,pass.txt --sc 200 http://www.site.com/log.asp?user=FUZZ&pass=FUZ2Z
wfuzz -c -z range,1-10 --hc=BBB http://www.site.com/FUZZ{something not there}
wfuzz --script=robots -z list,robots.txt http://www.webscantest.com/FUZZ

Type wfuzz -h for further information or --help for advanced usage.


How it works
------------
Expand Down
8 changes: 8 additions & 0 deletions docs/user/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ To install WFuzz using `pip <https://pip.pypa.io>`_ ::

$ pip install wfuzz


Use the wfuzz docker image
------------------

You can pull wfuzz docker image from github registry by executing::

$ docker pull ghcr.io/xmendez/wfuzz

Get the Source Code
-------------------

Expand Down

2 comments on commit 04d9214

@balkelaser
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

من يمكنه مساعدتي على اخراق حسابات فيسبوك

@Jjauresse10
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

J'aime vraiment cette application

Please sign in to comment.