Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

21 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿพ mySimpleSniffer

A simple Wi-Fi packet sniffer and monitor built in Java using JNetPcap 1.3.

This project captures wireless packets in monitor mode and prints information to the console. Itโ€™s a learning project built while exploring packet capture and the JNetPcap library.


๐Ÿ“Œ Features

  • ๐Ÿ“ก Monitor mode Wi-Fi packet sniffing
  • ๐Ÿง  Built with Java + JNetPcap 1.3
  • ๐Ÿž Simple learning / exploratory tool for network capture
  • ๐Ÿ“œ Code comments reference JNetPcap guide sections

๐Ÿ“‹ Overview

This tool uses JNetPcap (an older Java wrapper for libpcap) to:

  1. Open a network interface in monitor mode
  2. Capture live packets
  3. Print packet summaries and details to console
  4. (Future) Dump packets to file

The code is intended for learning and experimentation โ€” not productionโ€“ready.


๐Ÿ› ๏ธ Requirements

  • Java (JDK 8+)
  • JNetPcap 1.3 library installed and on your classpath
    (native libraries must be available for your OS)
  • A wireless interface capable of monitor mode
  • Required OS privileges (root / administrator)

๐Ÿš€ Compile & Run

Clone the repository:

git clone https://github.com/pressure679/mySimpleSniffer.git
cd mySimpleSniffer

About

Jnetpcap 1.3 wifi monitor/sniffer

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages