Skip to content

olivercalazans/offscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

560 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OffScan

OffScan is a Go-based command-line tool for Wi-Fi penetration testing, offensive security assessments, and active attacks on Linux. It provides a compact, efficient interface for scanning, probing, and capturing network traffic, designed for both defenders and red-teamers. What it can do:


Offensive Tests Network Exploration
  • ARP Poisoning
  • Beacon Flooding
  • Deauthentication Attack
  • Host Discovery
  • Port Scanning
  • Wifi Mapping

Dependencies

This project uses Go modules to manage its dependencies.
If you don't have Go installed, follow the instructions on the official Go website to install the latest version.

All Go dependencies are managed automatically via the go.mod file – no manual installation required.
You can find them listed in the go.mod file.

However, because OffScan relies on libpcap for low-level network operations and iw command, you must install both on your system before compiling.

sudo apt install libpcap-dev iw

Warning

The code is primarily designed for Linux systems. While it can run on Windows via WSL (Windows Subsystem for Linux), network interface limitations in WSL may restrict functionality and cause unreliable behavior.


Legal and ethical use warning

Caution

This is an offensive security tool for authorized testing and education.

PROHIBITED:

  • Testing without explicit written permission
  • Any illegal activity
  • Unauthorized access or disruption

YOU AGREE TO:

  1. Use only with proper authorization
  2. Comply with all applicable laws
  3. Assume full liability for misuse

The Developer assumes NO liability. See LEGAL.md for full policy.


License

This project is licensed under the GPL-3.0 License. See the LICENSE file for details.

About

Wi-Fi pentest tool for offensive security assessments and active attacks

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages