Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

dedsecurity/dedsecurity-framework

Repository files navigation

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

AltStyle によって変換されたページ (->オリジナル) /