added few ctfs
This commit is contained in:
1
byuctf/forensics/are_you_looking_me_up/.gitignore
vendored
Normal file
1
byuctf/forensics/are_you_looking_me_up/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
logs.txt
|
||||
4
byuctf/forensics/are_you_looking_me_up/solve.sh
Executable file
4
byuctf/forensics/are_you_looking_me_up/solve.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#! /bin/bash
|
||||
|
||||
awk -F, '$17=="udp" && $22==53 { print $20 }' logs.txt \
|
||||
| sort | uniq -c | sort -rn
|
||||
Reference in New Issue
Block a user