Extend exclude pattern functionality #1427
Labels
Status: Completed
Nothing further to be done with this issue. Awaiting to be closed.
Type: Enhancement
Most issues will probably ask for additions or changes.
Milestone
Please describe your feature request:
exclude-cdn
andexclude-private-ips
should be deprecated, then merged and extended into a uniqueexclude
flag that accepts:x.x.x.x/y
)*.scanme.*.sh
)^test$
)cdn
)private-ips
)*:8080
)Example:
httpx -exclude cdn,private-ips,http://*scanme.sh,*:8080,1.0.0.0/24
Each tools has its own implementation, hence it would be interesting implementing it as a shared logic that could be plugged into all of them. For example we can add a callback to
fastdialer.OnBeforeConnect
where we check all supported patterns.The text was updated successfully, but these errors were encountered: