wok view libhtp/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents
children
line source
1 LibHTP is a security-aware parser for the HTTP protocol and the related bits
2 and pieces. The goals of the project, in the order of importance, are as
3 follows:
5 1. Completeness of coverage; LibHTP must be able to parse virtually all
6 traffic that is found in practice.
8 2. Permissive parsing; LibHTP must never fail to parse a stream that would
9 be parsed by some other web server.
11 3. Awareness of evasion techniques; LibHTP must be able to detect and
12 effectively deal with various evasion techniques, producing, where
13 practical, identical or practically identical results as the web
14 server processing the same traffic stream.
16 4. Performance; The performance must be adequate for the desired tasks.
17 Completeness and security are often detrimental to performance. Our
18 idea of handling the conflicting requirements is to put the library
19 user in control, allowing him to choose the most desired library
20 characteristic.