7 lines
173 B
Bash
Executable File
7 lines
173 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# suricata IDS tester
|
|
#
|
|
|
|
curl https://raw.githubusercontent.com/3CORESec/testmynids.org/master/tmNIDS -o /tmp/tmNIDS && chmod +x /tmp/tmNIDS && bash /tmp/tmNIDS
|