dedsec1121fk / DedSec

Guide can be found at: www.ded-sec.space

Repository from Github https://github.comdedsec1121fk/DedSecRepository from Github https://github.comdedsec1121fk/DedSec

DedSec Project Logo

DedSec Project

Your free guide to digital self-defense.

Official Website Β· DedSec Store

Purpose: Educational Platform: Android (Termux) Language: Python | Shell | JS


Welcome to the DedSec Project! Our mission is to empower you by revealing how real-world threats operate. This toolkit is packed with educational scripts and guides, showing you everything from how phishing attacks work to how you can turn your phone into a portable computer. Everything here is completely free and designed to turn you from a target into a defender.

πŸ“‹ Table of Contents


πŸš€ Installation & Usage (Command-Line Tools)

Get the DedSec Project command-line tools running on your Android device with Termux.

Requirements

Component Minimum Specification
Device Android with Termux installed
Storage 3GB of free space (Radio, images, and recordings consume more space.)
RAM 2GB

Step-by-Step Setup

Note: For best results, install Termux from the F-Droid store. This ensures you can also install necessary add-ons like Termux:API. You may need to enable "Install Unknown Apps" in your Android settings.

  1. Install Packages & Grant Permissions Open Termux and run the following command to set up storage and install necessary packages:

    termux-setup-storage && pkg update -y && pkg upgrade -y && pkg install aapt clang cloudflared curl ffmpeg fzf git jq libffi libffi-dev libxml2 libxslt nano ncurses nodejs openssh openssl openssl-tool proot python rust unzip wget zip -y
  2. Install Python Libraries Install the required Python modules using pip:

    pip install blessed bs4 cryptography flask flask-socketio geopy mutagen phonenumbers pycountry pydub pycryptodome requests werkzeug
  3. Install Termux API This package allows the scripts to interact with Android's native features:

    pkg install termux-api
  4. Clone the Repository Download the project files from GitHub:

    git clone [https://github.com/dedsec1121fk/DedSec](https://github.com/dedsec1121fk/DedSec)

    πŸ’‘ Tip: If you get an error like ModuleNotFoundError: No module named 'requests', run pip install requests and try again.

  5. Run the Project Navigate into the project directory and run the settings script to begin:

    cd DedSec/Scripts && python Settings.py

    πŸ’‘ Tip: You can open the main menu later by just typing m in Termux.


πŸ›‘οΈ Digital Self-Defense Toolkit

This toolkit contains various scripts for educational and defensive purposes only. Their function is to demonstrate how common attacks work so you can learn to recognize and protect yourself against them.

  • Fox Chat & Utilities: Includes various scripts like encrypted chat, an offline radio player, app management, and the settings menu to update the project.
  • Phishing Demonstrations: Modules that show how a malicious webpage can trick a user into giving away camera, microphone, and location access. For your self-tests, any captured data is saved locally into your phone's main Downloads folder.
  • SocialBrute: A script designed to demonstrate the weakness of simple or reused passwords by showing how automated attacks work.
  • URL Masker & HTML Finder: Educational tools to help you understand how web pages are structured and how links can be disguised.

βš–οΈ Legal Disclaimer & Terms of Use

CRITICAL NOTICE: PLEASE READ CAREFULLY BEFORE PROCEEDING.

Trademark Disclaimer: The "DedSec" name and logo used in this project are for thematic and inspirational purposes only. This is an independent, fan-made project created for educational purposes and has no official connection to the "Watch Dogs" franchise. It is not associated with, endorsed by, or affiliated with Ubisoft Entertainment S.A.. All trademarks and copyrights for "Watch Dogs" and "DedSec" as depicted in the games belong to their respective owners, Ubisoft Entertainment S.A..

This project, including all associated tools, scripts, and documentation ("the Software"), is provided strictly for educational, research, and ethical security testing purposes. It is intended for use exclusively in controlled, authorized environments by users who have obtained explicit, prior written permission from the owners of any systems they intend to test.

1. Assumption of Risk and Responsibility: By accessing or using the Software, you acknowledge and agree that you are doing so at your own risk. You are solely and entirely responsible for your actions and for any consequences that may arise from the use or misuse of this Software. This includes, but is not limited to, compliance with all applicable local, state, national, and international laws and regulations related to cybersecurity, data privacy, and electronic communications.

2. Prohibited Activities: Any use of the Software for unauthorized or malicious activities is strictly prohibited. This includes, without limitation: accessing systems, networks, or data without authorization; performing denial-of-service attacks; data theft; fraud; spreading malware; or any other activity that violates applicable laws. Engaging in such activities may result in severe civil and criminal penalties.

3. No Warranty: The Software is provided "AS IS," without any warranty of any kind, express or implied. This includes, but is not limited to, the implied warranties of merchantability, fitness for a particular purpose, and non-infringement. The developers and contributors make no guarantee that the Software will be error-free, secure, or uninterrupted.

4. Limitation of Liability: In no event shall the developers, contributors, or distributors of the Software be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the Software or the use or other dealings in the Software. This includes any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption).


🌐 Community & Contact

Connect with the DedSec Project community through our official channels:


✨ Credits

This project was made possible by the following contributors:

  • Creator: dedsec1121fk
  • Music Artists: BFR TEAM, PLANNO MAN, KouNouPi, ADDICTED, JAVASPA, ICE, Lefka City, Lavyrinthos, Komis X, GR$, Sakin, Christina Markesini, Grave_North, Aroy, Pi Thita, Bossikan, Lau Jr, XALILOP, Scav, PS, ARES127, ELG FAMILY, Zepo & Xan
  • Producer: JK
  • Artwork: Christina Chatzidimitriou
  • Voice-overs: Dimitra Isxuropoulou
  • Technical Help: lamprouil, UKI_hunter

About

Guide can be found at: www.ded-sec.space

License:Other


Languages

Language:Python 100.0%