Giter Site home page Giter Site logo

eonraider / packet-sniffer Goto Github PK

View Code? Open in Web Editor NEW
709.0 24.0 90.0 15.41 MB

A Network Packet Sniffing tool developed in Python 3.

License: GNU Affero General Public License v3.0

Python 100.00%
network-programming ethical-hacking pentesting-tools tcp-ip packet-sniffer

packet-sniffer's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

packet-sniffer's Issues

Docker support

Add very basic docker support.

Provides a means for those on Windows and Mac (#2 and #4) to run this program.

AttributeError: 'Ethernet' object has no attribute 'lower'

I am on ubuntu based machine, using python 3.8.5

ran the script
sudo python3 packet_sniffer.py -i wlo1 -d

Traceback (most recent call last):
  File "packet_sniffer.py", line 153, in <module>
    sniff(cli_args)
  File "packet_sniffer.py", line 138, in sniff
    packet_sniffer.execute()
  File "packet_sniffer.py", line 44, in execute
    setattr(self, protocol.lower(), protocol)
AttributeError: 'Ethernet' object has no attribute 'lower'

Error on Mac. Cannot import name 'PF_PACKET' from 'socket'

I get this error when I try to run it on my Mac (OSX 10.13.6)

$python3.9 packet_sniffer.py -i en9 -d
Traceback (most recent call last):
  File "/Users/frak/git/Packet-Sniffer/packet_sniffer.py", line 10, in <module>
    from socket import ntohs, socket, PF_PACKET, SOCK_RAW
ImportError: cannot import name 'PF_PACKET' from 'socket' (/usr/local/Cellar/python@3.9/3.9.0_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/socket.py)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.