GitHub RadarRed team tool
Official DedSec Project GitHub Repository Primary language: Python. 958 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>
---
<details> <summary><strong>🇬🇧 English</strong></summary>
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.
This README is structured so the installation process and every listed tool include both English and Greek sections, similar to the bilingual style used in README 2.md.
</details>
<details> <summary><strong>🇬🇷 Ελληνικά</strong></summary>
Το DedSec Project είναι ένα ευρύ εκπαιδευτικό toolkit για Android + Termux, που συγκεντρώνει πολλά scripts, utilities, local web interfaces και περιβάλλοντα εξάσκησης σε ένα σημείο. Ο σκοπός του είναι να βοηθά τους χρήστες να μαθαίνουν πώς λειτουργούν τα εργαλεία, να κατανοούν καλύτερα την αμυντική επίγνωση και να οργανώνουν συνηθισμένα Termux workflows μέσα από ένα ενιαίο project.
Αυτό το README είναι δομημένο έτσι ώστε η διαδικασία εγκατάστασης και κάθε καταχωρημένο εργαλείο να περιλαμβάνουν και English και Greek ενότητες, παρόμοια με το δίγλωσσο στυλ που χρησιμοποιείται στο README 2.md.
</details>
---
<details> <summary><strong>🇬🇧 English</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>
<details> <summary><strong>🇬🇷 Ελληνικά</strong></summary>
Αυτή η ενότητα ακολουθεί το installation HTML και δείχνει ολόκληρη τη ροή εγκατάστασης του DedSec Project σε Android με Termux. Περιλαμβάνει την πρώτη εγκατάσταση, τα ακριβή βήματα που πρέπει να ακολουθήσεις μετά το setup, τον τρόπο ενημέρωσης μιας υπάρχουσας εγκατάστασης και το πώς να ανοίγεις ξανά το project αργότερα χωρίς νέα εγκατάσταση.
| Στοιχείο | Ελάχιστη Προδιαγραφή | | :-------- | :------------------- | | Συσκευή | Κινητό ή tablet Android με εγκατεστημένο Termux | | Αποθηκευτικός χώρος | Ελάχιστο 8GB ελεύθερος χώρος | | RAM | Ελάχιστο 2GB | | Internet | Απαιτείται για την πρώτη εγκατάσταση και τις ενημερώσεις |
Χρησιμοποίησε αυτή τη διαδρομή αν εγκαθιστάς το DedSec Project για πρώτη φορά.
Σημαντικό: άνοιξε πρώτα την εφαρμογή Termux στη συσκευή σου πριν αντιγράψεις και επικολλήσεις την παρακάτω εντολή.
Τρέξε:
pkg update -y && pkg upgrade -y && pkg install git nano -y && termux-setup-storageΤι κάνει αυτό:
git και nanoΤρέξε:
git clone https://github.com/dedsec1121fk/DedSecΑυτό κατεβάζει ολόκληρο το project μέσα σε έναν φάκελο με όνομα DedSec.
Τρέξε:
cd DedSec && bash Setup.shΤο script θα αναλάβει την πλήρη εγκατάσταση.
Αφού ολοκληρωθεί το setup, κάνε τα εξής:
Αφού ανοίξεις ξανά το Termux, μπορείς να ανοίξεις γρήγορα το μενού του project γράφοντας:
e για Englishg για GreekΧρησιμοποίησε αυτή την επιλογή αν το project είναι ήδη εγκατεστημένο και θέλεις μόνο τα πιο πρόσφατα αρχεία.
Πρώτα μπες στον φάκελο του project:
cd ~/DedSecΜετά φέρε τις πιο νέες αλλαγές:
git pullΑν χρειάζεται, τρέξε ξανά το setup:
bash Setup.shΑυτό είναι χρήσιμο μετά από μεγάλες αλλαγές στο project, νέες εξαρτήσεις ή ε