ByCh4n
Delebetor
Shell

Installs and manages a curated set of penetration-testing tools via apt and git, with per-tool reporting.

Last updated Aug 1, 2026
10
Stars
3
Forks
0
Issues
0
Stars/day
Attention Score
38
Language breakdown
Shell 97.4%
Makefile 2.6%
β–Έ Files click to expand
README

Delebetor

ShellCheck License Stars

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 apt and git
  • Per-tool status reporting β€” no more silent failures
  • Separate web tool set for web-focused assessments
  • Guarded delete action (root + confirmation) to clean up /opt and 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

Special thanks to @lazypwny751.

License

Licensed under the MIT license.

πŸ”— More in this category

Β© 2026 GitRepoTrend Β· ByCh4n/Delebetor Β· Updated daily from GitHub