Skip to content

Latest commit

 

History

64 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DuzcuHackTool

This project is a Python-based "pentesting" (penetration testing) menu tool that includes various cybersecurity and network analysis capabilities.


📸 Screenshots

Here are some screenshots showcasing different functionalities and the user interface of the DuzcuHackTool. All sensitive information in these screenshots has been anonymized for privacy and security.

Main Menu & System Compatibility

Main Menu ScreenshotScreenshot_1

This screenshot displays the main menu of DuzcuHackTool, showing available features and a compatibility matrix for different Linux distributions.

Network Scan Results (Wi-Fi)

Network Scan ResultsScreenshot_2

This image shows the results of a Wi-Fi network scan, listing detected access points (ESSID) and their BSSIDs/channels.

Connected Device MAC Address (Wi-Fi Attack Target)

Connected Device MAC AddressScreenshot_3

This screenshot demonstrates the selection process for targeting a specific device connected to a Wi-Fi network, showing its MAC address.

OSINT Search Function

OSINT Search FunctionScreenshot_4

This screenshot displays the OSINT (Open-Source Intelligence) search menu, showing results from a Google search and options for opening identified links.

Bombing Attack Menu

Bombing Attack MenuScreenshot_5

This image shows the "Bombing Attack" sub-menu, where users can choose between SMS Bomber and WhatsApp Bomber functionalities.

Sms Bombing Menu

Sms_BomberScreenshot_2026-03-31_20_42_12


✨ Features

  • SMS Bomber: Automated SMS sending to phone numbers. (Some services are specifically integrated to work for numbers in Turkey.)
  • Phishing Campaigns: Ability to create various phishing attacks (Login, Image, Video phishing, Clipboard data theft).
  • Network Analysis: Scanning and analyzing nearby Wi-Fi networks.
  • Wireless Network Attacks: Deauthentication attacks targeting specific Wi-Fi networks (for authorized environments only).
  • OSINT Tools: Open-Source Intelligence gathering functionalities.
  • Bluetooth Attacks: Capabilities for attacking Bluetooth devices.
  • WhatsApp Spam: Automated message sending to specified contacts or groups.
  • Dependency Checker: Automatically detects missing Python libraries and provides installation instructions.

🚀 Setup and Usage

Follow these steps to set up and run the project correctly.

1. Linux Debain/Ubuntu

First, clone the project from GitHub to your local machine and navigate into the project directory:

apt install git

apt install python3

git clone https://github.com/duzcu480/HacktoolTR

cd HacktoolTR

pip3 install -r requirements.txt

pip3 install -r requirements.txt --break-system-packages

python3 main.py

#(For attacks / Saldırılar İçin)

sudo python3 main.py

#(Just SmsBomber / Sadece SmsBomber)

python3 sbomb.py

2. Termux (Android)

pkg install git

pkg install python3

git clone https://github.com/duzcu480/HacktoolTR

cd HacktoolTR

pip3 install -r requirements.txt

pip3 install -r requirements.txt --break-system-packages

python3 main.py

#(Just SmsBomber / Sadece SmsBomber)

python3 sbomb.py

3. Arch Linux

sudo pacman -S git

sudo pacman -S python python-pip

git clone https://github.com/duzcu480/HacktoolTR

cd HacktoolTR

pip3 install -r requirements.txt

pip3 install -r requirements.txt --break-system-packages

sudo python3 main.py

python3 sbomb.py

About

HackTool-TR: The contents of this tool have been adapted to Linux and Turkish. A versatile Python-based tool providing various modules for offensive operations and targeted information gathering, accessible via an interactive console menu.

Topics

Resources

Stars

17 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages