Hacking Tools

Freeway – A Comprehensive Guide To WiFi Penetration Testing With Python

“Freeway” is a Python-based tool designed to enhance WiFi penetration testing and network security.

Utilizing the capabilities of Scapy, it equips ethical hackers and security professionals with the necessary tools to audit and secure networks.

Explore its robust features like packet monitoring, deauthentication attacks, and more to sharpen your cybersecurity skills.

1. Overview

Freeway is a Python scapy-based tool for WiFi penetration that aim to help ethical hackers and pentesters develop their skills and knowledge in auditing and securing home or enterprise networks.

2. Features

  • IEEE 802.11 Packet Monitoring
  • Deauthentication Attack
  • Beacon Flood
  • Packet Fuzzer
  • Network Audit
  • Channel Hopper
  • Evil Twin
  • Packet Crafter

Description of the features can be found in Section 6

3. Preparation

It is necessary to have:

  • A network adapter supporting monitor mode and frame injection.
  • An operating system running a Linux distribution.
  • Python 3+ installed.

Optionally, install Scapy and Rich packages for Python if not installing via pip.

4. Setup

Option A: Install via PyPi (RECOMMENDED)

  $ sudo pip install 3way

Option B: Install or run manually

First, clone the repository:

git clone https://github.com/FLOCK4H/Freeway

Navigate to the cloned repository:

cd Freeway

For more information click here.

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

B(l)utter

Flutter Mobile Application Reverse Engineering Tool by Compiling Dart AOT Runtime. Currently, the application supports…

22 hours ago

FLARE-VM : A Comprehensive Guide To Establishing A Reverse Engineering Lab On Windows

Welcome to FLARE-VM - a collection of software installations scripts for Windows systems that allows…

22 hours ago

AWeSomeUserFinder : Harnessing AWS IAM For Username Enumeration And Password Security

AWS IAM Username Enumerator and Password Spraying Tool in Python3 In order to use the…

22 hours ago

Monolith : The Ultimate Tool For Compiling Entire Web Pages Into Single HTML Files

A data hoarder’s dream come true: bundle any web page into a single HTML file.…

22 hours ago

Useful Bug Bounty And Security Related Write-ups : A Comprehensive Guide For Enthusiasts

This repo contains all variants of information security & Bug bounty & Penetration Testing write-up…

2 days ago

Admin-Panel-Dorks : Mastering Google Dorks To Uncover Hidden Admin Panels

site:*/sign-in site:*/account/login site:*/forum/ucp.php?mode=login inurl:memberlist.php?mode=viewprofile intitle:"EdgeOS" intext:"Please login" inurl:user_login.php intitle:"Web Management Login" site:*/users/login_form site:*/access/unauthenticated site:account.*.*/login site:admin.*.com/signin/…

2 days ago