Website: https://www.dedsecurity.com
Author: Simon Kinjo
Maintenance: Simon KinjoDed Security Framework is a tool aimed at security professionals
Make sure you have installed the dependencies:
python3gitdenogcc
Clone the source with git:
git clone https://github.com/dedsecurity/dedsecurity-framework
cd dedsecurity-frameworkUse the package manager pip to install the libraries.
pip install -r requirements.txt$ chmod +x install.sh
$ ./install.sh-
Port-scanner
-
Banner-grabbing is a technique used to gain information about a computer system on a network and the services running on its open ports. Administrators can use this to take inventory of the systems and services on their network.
-
Exploit-Buffer Overflow
-
Remote access for Windows
-
Remote access for Linux
-
Brute-Force FTP
-
Curl
-
wifi.py is a software that obtains the wifi passwords saved on the computer
-
cat.js shows the contents of the file
-
speciport.py shows specific ports
-
dedframe.py is the console
-
dpc - Real-time semantic code analysis - powered by AI
run remotelinux.py or remotewindows.py and then run in the terminal
nc -l -p 888 -vyou have to install the netcat
deno run --allow-net curl.ts https://google.comyou have to install the deno
deno run --allow-read cat.ts test.txtpython speciport.py dedsecurity.comFeel free to submitting pull requests to us.

