OpenBSD httpd pattern check Code
check your patterns for location matching in httpd
Brought to you by:
pettijohne
File | Date | Author | Commit |
---|---|---|---|
Makefile | 2018-11-25 |
![]() |
[7e3df8] Add a README |
README | 2018-11-25 |
![]() |
[7e3df8] Add a README |
pat.c | 2018-11-20 |
![]() |
[084cad] Fix a pesky seg fault and actually use usage() |
patterns.c | 2018-11-13 |
![]() |
[55155e] Initial commit |
patterns.h | 2018-11-13 |
![]() |
[55155e] Initial commit |
Installation: $ tar -xzf pat.tar.gz && cd pat $ make # make install Usage: pat [-i] "pattern" "string" Example: pat %a.. foobar foo pat -i Enter "pattern" "string", Ctrl-D to quit. %a.. foobar foo foo(bar) foobar bar ^D For more information on patterns see patterns(7)