Module armorlib::scan_modules::strings [] [src]

This scan module searches for common problematic strings. It uses the Aho–Corasick algorithm for n*log(s) search time complexity, wheren` is the length of the string and s is the number of strings in the string database.

Structs

StringsScanModule