ChamplainTechJournals/automation-sys320/week15/finalC2.bash
2025-04-19 23:42:08 -04:00

4 lines
97 B
Bash

#!/bin/bash
cat access.log | cut -d' ' -f1,4,7 | tr -d '[' | \
egrep -i -f IOC.txt > report.txt