Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 476 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 476 Bytes

CTF-scripts

A collection of CTF related scripts, can be used to build a solid ground for CTFs

Some other needed commands:

sudo apt install tcpdump nmap tmux htop # install commonly used tools on machine
ssh ctf "sudo tcpdump -s 0 -U -n -w - -i ens3 not port 22" | wireshark -k -i - # remote wireshark connection, needs NOPASSWD rule for sudo for tcpdump
docker-compose up -d --no-deps --build <service_name> # rebuild and recreate docker container for service_name