docling-project / docling-project/docling

Allow free commands in --input-cmd

Open
#1,074 1 comment 0 reactions 0 assignees View on GitHub
enhancement triage/close-stale
Dominant language
Python
Stars
66.4k
Forks
4.8k
Avg merge
2d 21h
Merged PRs (30d)
84

Description

### Requested feature
Sometimes we need to manipulate inputs into something closer to what we want, like cutting a string with cut and then encoding the value in base64.

Exemples:

ffuf --input-cmd "echo 192.168.1.\$FFUF_NUM" -u "http://FUZZ" -mc 200

ffuf --input-cmd "python3 generate_payload.py" -u "https://example.com/FUZZ" -mc 200

ffuf --input-cmd "cat subdomains.txt | grep example" -u "https://FUZZ.com" -mc 200

Thanks.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.