You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/scripts/suricatasc
Victor Julien 8fde6f967f suricatasc: add/list/remove hostbit commands
Syntax:
    add-hostbit <ip> <bit name> <expire>
Example:
    add-hostbit 1.2.3.4 blacklist 3600

Syntax:
    remove-hostbit <ip> <bit name>
Example:
    remove-hostbit 1.2.3.4 blacklist

Syntax:
    list-hostbit <ip>
Example:
    list-hostbit 1.2.3.4
10 years ago
..
src suricatasc: add/list/remove hostbit commands 10 years ago
Makefile.am fix regression in 'make distclean' due to commit cd305c3a 12 years ago
setup.py
suricatasc.in In non interactive mode, print errors to stderr 11 years ago