Skip to Content
ProjectsCTF Tools

Box Tools

Box Tools  automates the setup of one or more target folders, standardizes directory layouts, downloads common web, Linux, and Windows tooling, and generates reverse shells so each target is ready for attack. Similar to ad-box, I created this script for the OSCP exam and CTF machines, not for actual engagements.

Usage

./box-tools.sh <directory1> [directory2 ...] # Example ./box-tools.sh SomeDir ... SomeDir ├── exploit └── shells ├── tools ├── chisel ├── linux ├── webapp └── windows └── uploads-downloads

Each directory ends with tooling, payloads, and transfer folders precreated, saving time when juggling multiple boxes.

Notes

  • I only recommend this script for CTFs or OSCP-like certifications (not for real engagements).
Last updated on