Installs and manages a curated set of penetration-testing tools via apt and git, with per-tool reporting.
Delebetor
Delebetor installs and configures the tools commonly used during penetration testing, and can also remove them again when you are done. It groups tools by install method β apt packages and git-based projects under /opt β and reports the result of every single tool so you always know what succeeded and what failed.
Features
- Installs a curated set of pentest tools via
aptandgit - Per-tool status reporting β no more silent failures
- Separate
webtool set for web-focused assessments - Guarded
deleteaction (root + confirmation) to clean up/optand history - Usable interactively (menu) or non-interactively (command arguments)
Requirements
bash- An
apt-based distribution (Kali Linux / Debian / Ubuntu) git- Root privileges (
sudo)
Installation
git clone https://github.com/ByCh4n/Delebetor.git
cd Delebetor
sudo make install
This installs the delebetor command to /usr/bin. You can also run it directly with sudo bash Delebetor.sh.
Usage
Launch the interactive shell:
sudo delebetor
Or run a command directly:
sudo delebetor install
| Command | Description | |---------|-------------| | install | Install the full apt + git pentest tool set | | web | Install the web-focused tool set (nuclei, subfinder, httprobe, dnsrecon) | | delete | Remove /opt tools and shell history (asks for confirmation) | | banner | Print the ASCII banner | | version / -v | Show the version | | help / -h | Show the command list | | exit | Quit the interactive shell |
Disclaimer
This project is provided for **authorized security testing and educational purposes only**. The delete action permanently removes files under /opt and your shell history β use it with care. The author accepts no liability for misuse or data loss.
Author
HΓΌseyin AltΔ±ntaΕ β ByCh4n
- GitHub: @ByCh4n
- LinkedIn: huseyinaltns
- X: @huseyinaltns
License
Licensed under the MIT license.