Dedsecurity – Pentesting Framework

dedsecurity

Dedsecurity-Framework is a Toolkit.

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

Installation

Use the package manager pip to install the libraries.

pip install -r requirements.txt

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
  • Shell for Server
  • Curl
  • wifi.py is a software that obtains the wifi passwords saved on the computer
  • cat.js shows the contents of the file

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.js test.txt

Download: https://github.com/dedsecubr/dedsecurity-framework

Please follow and like us:

Leave a Reply

Your email address will not be published. Required fields are marked *