Update reporter.sh
This commit is contained in:
parent
039dd09a1d
commit
642c0c84a2
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ determine_categories() {
|
||||||
case "$dpt" in
|
case "$dpt" in
|
||||||
53) echo "14,1,2" ;; # Port Scan | DNS Compromise | DNS Poisoning
|
53) echo "14,1,2" ;; # Port Scan | DNS Compromise | DNS Poisoning
|
||||||
123) echo "14,17" ;; # Port Scan | Spoofing
|
123) echo "14,17" ;; # Port Scan | Spoofing
|
||||||
*) echo "14,4" ;; # Port Scan | DDoS Attack
|
*) echo "14" ;; # Port Scan
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
*) echo "14,15" ;; # Port Scan | Hacking
|
*) echo "14,15" ;; # Port Scan | Hacking
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue