https://github.com/gill-singh-a/http-sniffer
A Python Program that sniffs HTTP Packets and displays useful information on the screen
https://github.com/gill-singh-a/http-sniffer
http http-protocol http-sniffing network network-protocols networking python python-3 scapy sniffing
Last synced: about 2 months ago
JSON representation
A Python Program that sniffs HTTP Packets and displays useful information on the screen
- Host: GitHub
- URL: https://github.com/gill-singh-a/http-sniffer
- Owner: Gill-Singh-A
- Created: 2023-04-14T09:30:52.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T18:44:58.000Z (almost 3 years ago)
- Last Synced: 2025-02-23T06:46:12.620Z (over 1 year ago)
- Topics: http, http-protocol, http-sniffing, network, network-protocols, networking, python, python-3, scapy, sniffing
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTTP Sniffer
A Python Program that sniffs HTTP Packets and displays useful information on the screen.
## Requirements
Language Used = Python3
Modules/Packages used:
* os
* sys
* pickle
* scapy
* datetime
* optparse
* colorama
* time
## Input
* '-i', "--iface" : Interface on which sniffing has to be done
* '-v', "--verbose" : Display Useful Information related to the packets on the screen (True/False)(Default = True)
* '-w', "--write" : Dump the Packets to file
* '-r', "--read" : Read Packets from a dump file
## Output
It displays the IP Addresses with method they are trying to access something with HTTP and RAW Data, when RAW Layer is present in the sniffed packet depending upon the inputs provided by the user.