A small, cross-platform utility for automating boring SoC work. It automatically analyzes content in your clipboard and looks for information that you need.
- Automatically clipboard content lookup
- Proxy-aware for easy integration in corporate networks
- Builtin OCR for extracting data from images, also great for collaboration on calls.
- AbuseIPDB
- VirusTotal
- CIRCL CVE
- MAC Address, Base64, LocalIP, DNS lookup, etc.
Install dependencies
pip install -r requirements.txt
This program needs a configuration file with API keys to work. Edit config.ini
to add your API keys.
If you want to share the tool with your team, just setup your keys inside server/main.py
and let DTS Toolbox connect to that tunnel.
cd server
pip install -r requirements.txt
python main.py
AbuseIPDB and VirusTotal keys are needed.
Further more, English tesseract data is needed for OCR. Download here: https://github.com/tesseract-ocr/tessdata/blob/main/eng.traineddata
python main.py
GPLv3