Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@xm1k3 xm1k3 released this 07 Nov 22:40
· 2 commits to main since this release

Big change: Scan command

fleex scan --module testmodule.yaml --params VAR_NAME:var_value

Example:

# testmodule.yaml

name: ffuf-module-test
author: FleexSecurity
description: ffuf module test

vars:
  INPUT: wordlist.txt
  OUTPUT: scan-results.txt
  URL: https://tesla.com/FUZZ

commands:
  - /root/go/bin/ffuf -w {vars.INPUT} -u {vars.URL} -o {vars.OUTPUT} -of csv

More info here: https://github.com/FleexSecurity/fleex-modules

What's Changed

Full Changelog: v2.0...v2.1.0