Kali Linux

Owt : The Most Compact WiFi Auditing Tool That Works On Command Line Linux

Owt compiles some necessary tools for wifi auditing in a unix bash script with a user friendly interface. The goal of owt is to have the smallest file size possible while still functioning at maximum proficiency.

Installation & Running The Script

~ $ git clone https://github.com/clu3bot/OWT.git
~ $ cd owt
~ $ sudo bash owt.sh

Note: owt requires root privileges

Make sure to allow updates regularly

Usage

NOTE These photos may be outdated but functionality will always be the same.

The first thing the user will see when starting owt is an update prompt that says check for script updates. Pressing enter will then check for updates of owt and automatically apply them.

Next the user will be prompted with the main intro where displayed is permissions status, the currently detected interface, and the distribution of Linux you are currently using. By pressing enter the script will automatically download any required dependencies.

After checking for required dependencies. You will have to put the the interface in monitor mode. Pressing Enter will do this for you.

Next the script will bring you to the owt main menu where the user can pick from 8 options.

Selecting Scan networks will scan for networks that you can select for your attack. This is required for all attacks besides Deauther and Beacon Flood.

After Scanning you will be given the scan results. This is where the user can select what network they want to use for attacking. After selecting a network you will be brought back the main menu.

Once the user has selected a network now its time to go to the WiFi Attacks menu. This is option 5 on the main menu. In the attacks menu there are 6 attack modes to choose from. All attacks require a network to be selected besides Deauther Attack and Beacon Flood attack.

If a network is not selected and you try to use a attack mode that requires it you will be redirected to Scan Networks.

Troubleshooting

Troubleshoot.sh will detect possible problems you may have with owt

~ $ cd owt
~ $ sudo bash troubleshoot.sh

R K

Recent Posts

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

1 week ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

2 weeks ago

Red Team Certification – A Comprehensive Guide To Advancing In Cybersecurity Operations

Embark on the journey of becoming a certified Red Team professional with our definitive guide.…

3 weeks ago

CVE-2024-5836 / CVE-2024-6778 : Chromium Sandbox Escape via Extension Exploits

This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…

3 weeks ago

Rust BOFs – Unlocking New Potentials In Cobalt Strike

This took me like 4 days (+2 days for an update), but I got it…

3 weeks ago

MaLDAPtive – Pioneering LDAP SearchFilter Parsing And Security Framework

MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…

3 weeks ago