mirror of https://github.com/OISF/suricata
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.
61 lines
771 B
ReStructuredText
61 lines
771 B
ReStructuredText
Suricata Socket Control
|
|
=======================
|
|
|
|
SYNOPSIS
|
|
--------
|
|
|
|
**suricatasc** [OPTIONS] [SOCKET]
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
|
|
Suricata socket control tool
|
|
|
|
SOCKET
|
|
------
|
|
|
|
Optional path to Suricata unix socket
|
|
|
|
OPTIONS
|
|
-------
|
|
|
|
.. option:: -v, --verbose
|
|
|
|
Enable verbose output
|
|
|
|
.. option:: -c, --command <COMMAND>
|
|
|
|
Execute command and return JSON
|
|
|
|
.. option:: -h, --help
|
|
|
|
Print help
|
|
|
|
COMMANDS
|
|
---------
|
|
|
|
.. include:: ../partials/commands-sc.rst
|
|
|
|
PCAP MODE COMMANDS
|
|
-------------------
|
|
|
|
.. include:: ../partials/commands-pcap-sc.rst
|
|
|
|
|
|
BUGS
|
|
----
|
|
|
|
Please visit Suricata's support page for information about submitting
|
|
bugs or feature requests.
|
|
|
|
NOTES
|
|
-----
|
|
|
|
* Suricata Home Page
|
|
|
|
https://suricata.io/
|
|
|
|
* Suricata Support Page
|
|
|
|
https://suricata.io/support/
|