Pentesting Tools

Unbekannt Framework – The Comprehensive Hacking And Pentesting Suite For Windows

The Linux version is no longer supported! The last Linux version is 6.0 that you find inside this repository.

The reason for this is that the Unbekannt Framework originally existed for Windows and Linux only supports a few features. Thats why I decided not to release new versions for Linux anymore.

It is strongly recommended to install the requirements for Unbekannt Framework. Some modules need third-party tools so you dont get errors inside the modules.

Using Unbekannt Framework

For more help read the help page inside the Unbekannt Framework by typing help

The modules:

Modules                       Description
———————                       ———————————
module/network/ping           ping an ip address to see if the host is up or down
module/network/looukp         lookup an ip address to see geo location and more
module/network/scan           scan an ip address to see all open ports
module/network/netscan        scan an entire network for available ip and mac addresses
module/network/ddos           ddos ip addresses or websites
module/network/lanc           use lanc to sniffer/spoof your network
module/network/pcps           use pcps to sniffrt/spoof your network (includes xbox and ps4)

module/tools/reverse_tcp      setup reverse tcp shell or listen for incoming connections
module/tools/send_sms         send an anonymous sms every 24 hours
module/tools/webkit           ip and user-agent graber via url
module/tools/ssh_exec         multiply command execution over ssh

module/exec/moba              enhanced terminal for windows with x11 server, tabbed ssh client, network tools
module/exec/putty             connect via ssh to server
module/exec/box               privat tcp chat

Installing

The latest version (recommended):

Older versions:

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

groupdel Command in Linux: Remove a Group and Audit Files

The groupdel command in Linux removes a group from the system. It deletes the group's entry from /etc/group and /etc/gshadow,…

12 hours ago

wc Command in Linux: Count Lines, Words, Characters, and Bytes

The wc command in Linux counts lines, words, characters, and bytes in files or standard input. It…

12 hours ago

top Command in Linux: Monitor Processes and Resource Usage

The top command in Linux provides a real-time view of running processes and system resource usage. From…

12 hours ago

usermod Command in Linux: Modify User Accounts and Groups

The usermod command in Linux modifies existing user account attributes. You can use it to manage group…

12 hours ago

sort Command in Linux: Sort Text, Numbers, Columns, and More

The sort command in Linux reads lines from files or standard input and writes them to standard…

2 days ago

wall Command in Linux: Broadcast Messages to Logged-In Users

The wall command in Linux sends a message to the terminals of all currently logged-in users. The…

2 days ago