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
- Init command ssh keypair by @xm1k3 in #45
- Space on init command ssh pub key creation by @xm1k3 in #48
- Better scp command by @xm1k3 in #49
- run command by @xm1k3 in #50
- Fixes on linode cloud provider by @xm1k3 in #51
- Scan command by @xm1k3 in #55
Full Changelog: v2.0...v2.1.0