GitHub RadarRed team tool
Official DedSec Project GitHub Repository Primary language: Python. 986 stars.
Project links:Open GitHub projectBack to radar
<div align="center"> <img src="https://raw.githubusercontent.com/dedsec1121fk/dedsec1121fk.github.io/47ad8e5cbaaee04af552ae6b90edc49cd75b324b/Assets/Images/Logos/Black%20Purple%20Butterfly%20Logo.jpeg" alt="DedSec Project Logo" width="150"/> <h1>DedSec Project</h1> <p> <a href="https://ded-sec.space/"><strong>Official Website</strong></a> </p> <p> <a href="https://github.com/sponsors/dedsec1121fk"><img src="https://img.shields.io/badge/Sponsor-DedSec-purple?style=for-the-badge&logo=GitHub" alt="Sponsor Project"></a> </p>
<p> <img src="https://img.shields.io/badge/Purpose-Educational-blue.svg" alt="Purpose: Educational"> <img src="https://img.shields.io/badge/Platform-Android%20(Termux)-brightgreen.svg" alt="Platform: Android (Termux)"> <img src="https://img.shields.io/badge/Language-Python%20%7C%20JS%20%7C%20Shell-yellow.svg" alt="Language: Python | JS | Shell"> <img src="https://img.shields.io/badge/Interface-EN%20%7C%20GR-lightgrey.svg" alt="Interface: EN | GR"> </p> </div>
---
<a id="english-readme"></a>
Για να μεταβείτε στην πλήρη Ελληνική έκδοση, συνεχίστε [Πατώντας Εδώ](#greek-readme).
The DedSec Project is a broad educational toolkit built for Android + Termux, bringing together many scripts, utilities, local web interfaces, and practice environments in one place. Its purpose is to help users learn how tools work, understand defensive awareness, and organize common Termux workflows from a single project.
<a id="table-of-contents"></a>
<h2>Table of Contents</h2>
<a id="how-to-install-and-setup-the-dedsec-project"></a>
<details> <summary><strong>How To Install And Setup The DedSec Project</strong></summary>
This section follows the installation HTML and shows the full setup flow for the DedSec Project on Android with Termux. It covers first-time installation, the exact post-setup steps you should follow, how to update an existing copy, and how to open the project again later without reinstalling it.
| Component | Minimum Specification | | :-------- | :-------------------- | | Device | Android phone or tablet with Termux installed | | Storage | Minimum 8GB free space | | RAM | Minimum 2GB | | Internet | Needed for first installation and updates |
Use this path if you are installing the DedSec Project for the first time.
Important: open the Termux app on your device before copying and pasting the command below.
Run:
pkg update -y && pkg upgrade -y && pkg install git nano -y && termux-setup-storageWhat this does:
git and nanoRun:
git clone https://github.com/dedsec1121fk/DedSecThis downloads the full project into a folder named DedSec.
Run:
cd DedSec && bash Setup.shThe script will handle the complete installation.
After setup finishes, do the following:
After reopening Termux, you can quickly open the project menu by typing:
e for Englishg for GreekUse this if the project is already installed and you only want the newest files.
First enter the project folder:
cd ~/DedSecThen pull the newest changes:
git pullIf needed, run setup again:
bash Setup.shThis is useful after major project changes, new dependencies, or menu updates.
If the project is already installed and configured, you usually do not need to reinstall it every time.
You can:
e for English or g for Greek to open the menu quicklycd ~/DedSecIf you need to run setup again manually:
bash Setup.shtermux-setup-storage again.pkg install git -y.</details>
<a id="website-help-paths"></a>
<details> <summary><strong>Website Help Paths</strong></summary>
This follows the same starter/help path from the website index.html, but here the website buttons are written as normal linked text. Each link also shows the exact website path.
The best path to start is:
Start with the installation guide, then learn what each tool does before running anything.
Pages/guide-for-installation.htmlPages/learn-about-the-tools.htmlPages/assistance.htmlThen download our free e-book:
Assets/Master Termux In 7 Days English.pdfCheck our exclusive ButSystem.py and become a real detective:
Pages/butsystem-exclusive.htmlIf Termux or DedSec breaks, open Assistance first. If you need anything custom-made or direct help, check our Store.
Pages/store.htmlPages/assistance.htmlCheck the menu (the three lines at the top right) to find more stuff like assistance, frequently asked questions, our vision, contact ways, etc.
</details>
<a id="settings--configuration"></a>
<details> <summary><strong>Settings & Configuration</strong></summary>
The DedSec Project includes Settings.py, the central control panel for keeping the toolkit configured, updated, backed up, connected, and easy to open after installation.
dedsec1121fk/DedSec repository by fetching the newest files and applying the latest version.sal-scar/DedSec repository, useful when the first source is unavailable or when you want the mirror source.bash.bashrc, and removes the default MOTD when needed.~/Language.json and hides or shows the Greek folder depending on whether English or Greek is selected.