Files
ctf/byuctf/forensics/are_you_looking_me_up/solve.sh
2025-05-27 03:40:34 +02:00

5 lines
101 B
Bash
Executable File

#! /bin/bash
awk -F, '$17=="udp" && $22==53 { print $20 }' logs.txt \
| sort | uniq -c | sort -rn