migrate to git.charlotte.sh
This commit is contained in:
commit
fbd588721e
412 changed files with 13750 additions and 0 deletions
4
automation-sys320/week15/finalC2.bash
Normal file
4
automation-sys320/week15/finalC2.bash
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
cat access.log | cut -d' ' -f1,4,7 | tr -d '[' | \
|
||||
egrep -i -f IOC.txt > report.txt
|
Loading…
Add table
Add a link
Reference in a new issue