CyberRoFlo / CTF

Scripts created, borrowed, modified for use in CTFs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CTF

This repository will serve as a central resource for me to be able to collect, modify, add, delete, and create scripts that were used during participation in Capture-The-Flag events.

cat ip_list | grep -E -o "/bot/([0-9]{1,3}[.]){3}[0-9]{1,3}" | grep -E -o "([0-9]{1,3}[.]){3}[0-9]{1,3}"| sort -n | uniq -c | sort -n | grep -E -o "([0-9]{1,3}[.]){3}[0-9]{1,3}" | tee ip_target

About

Scripts created, borrowed, modified for use in CTFs.