Skip to content

Sha2ow-M4st3r/LSniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

LSniffer

Screenshot

LSniffer is a C script that allows you to sniffing all incoming and outgoing packets from the network with low level socket. It can capture and decrypt packets for Ethernet, ARP, IP, TCP, UDP, and ICMP protocols.

What is packet sniffer

A packet analyzer (also known as a packet sniffer) is a computer program or piece of computer hardware that can intercept and log traffic that passes over a digital network or part of a network.

Packet capture is the process of intercepting and logging traffic. As data streams flow across the network, the sniffer captures each packet and, if needed, decodes the packet's raw data, showing the values of various fields in the packet, and analyzes its content according to the appropriate RFC or other specifications.

Screenshot

For more information: Wikipedia

Protocols

Screenshots

Screenshot

Installation

**LSniff only work on linux platform**

- sudo git clone https://github.com/Sha2ow-M4st3r/LSniffer.git
- cd LSniffer
- sudo gcc LSniffer.c -o LSniffer.out

Usage

sudo ./LSniffer.out

Never forget: You Can't Run From Your Shadow. But You Can Invite It To Dance

About

Low Level Network Packet Sniffer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages