Currently the http-url and http modules are requiring a pattern passed via the -k parameter like -k "root:"
It would make sense to use sane defaults for each tested file like:
/etc/passwd -> root:
/etc/hosts -> localhost
boot.ini -> [boot loader]
and just make -k optional where people can overwrite the tested pattern.
Currently the http-url and http modules are requiring a pattern passed via the -k parameter like
-k "root:"It would make sense to use sane defaults for each tested file like:
/etc/passwd -> root:
/etc/hosts -> localhost
boot.ini -> [boot loader]
and just make -k optional where people can overwrite the tested pattern.