Dedsecurity Framework Save

Ded Security Framework is a tool aimed at security professionals

Project README

Ded Security Framework

Website:  https://www.dedsecurity.com
Author:   Simon Kinjo
Maintenance:  Simon Kinjo

Ded Security Framework is a tool aimed at security professionals


Screenshot

Installation

Make sure you have installed the dependencies:

  • python 3
  • git
  • deno
  • gcc

Clone the source with git:

  git clone https://github.com/dedsecurity/dedsecurity-framework
  cd dedsecurity-framework

Use the package manager pip to install the libraries.

pip install -r requirements.txt

$ chmod +x install.sh
$ ./install.sh

Tools

  • 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

Usage remote access

run remotelinux.py or remotewindows.py and then run in the terminal

nc -l -p 888 -v

you have to install the netcat

Use curl

deno run --allow-net curl.ts https://google.com

you have to install the deno

Usage cat

deno run --allow-read cat.ts test.txt

Using specific port

python speciport.py dedsecurity.com

Contributing

Feel free to submitting pull requests to us.

License

MIT

Open Source Agenda is not affiliated with "Dedsecurity Framework" Project. README Source: dedsecurity/dedsecurity-framework

Open Source Agenda Badge

Open Source Agenda Rating