final work on Port Scan
This commit is contained in:
21
CPE449/portScanDetection/test-files
Executable file
21
CPE449/portScanDetection/test-files
Executable file
@ -0,0 +1,21 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "udp_scan.pcap: "
|
||||
|
||||
./anw0044.exe -i udp_scan.pcap
|
||||
|
||||
echo "halfopen.pcap: "
|
||||
|
||||
./anw0044.exe -i halfopen.pcap
|
||||
|
||||
echo "null_scan.pcap: "
|
||||
|
||||
./anw0044.exe -i null_scan.pcap
|
||||
|
||||
echo "noscan.pcap: "
|
||||
|
||||
./anw0044.exe -i noscan.pcap
|
||||
|
||||
echo "connect_scan.pcap: "
|
||||
|
||||
./anw0044.exe -i connect_scan.pcap
|
Reference in New Issue
Block a user