{"id":13748490,"url":"https://github.com/wangjksjtu/JKSniffer","last_synced_at":"2025-05-09T10:32:52.313Z","repository":{"id":67121988,"uuid":"114606448","full_name":"wangjksjtu/JKSniffer","owner":"wangjksjtu","description":"An implementation of Sniffer Tool using Python","archived":false,"fork":false,"pushed_at":"2017-12-25T15:06:29.000Z","size":4779,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-15T22:34:54.426Z","etag":null,"topics":["packet-capture","pcap","pyqt4","python","scapy","sniffer"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wangjksjtu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-12-18T06:57:17.000Z","updated_at":"2022-10-25T09:14:40.000Z","dependencies_parsed_at":"2023-06-09T20:00:31.716Z","dependency_job_id":null,"html_url":"https://github.com/wangjksjtu/JKSniffer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangjksjtu%2FJKSniffer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangjksjtu%2FJKSniffer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangjksjtu%2FJKSniffer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wangjksjtu%2FJKSniffer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wangjksjtu","download_url":"https://codeload.github.com/wangjksjtu/JKSniffer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253234201,"owners_count":21875568,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["packet-capture","pcap","pyqt4","python","scapy","sniffer"],"created_at":"2024-08-03T07:00:43.012Z","updated_at":"2025-05-09T10:32:47.306Z","avatar_url":"https://github.com/wangjksjtu.png","language":"Python","funding_links":[],"categories":["资源清单"],"sub_categories":["Computer Communication and Network"],"readme":"# JKSniffer\nAn implementation of Sniffer Tool using Python\n\n[![GitHub stars](https://img.shields.io/github/stars/wangjksjtu/JKSniffer.svg)](https://github.com/wangjksjtu/JKSniffer/stargazers)\n[![GitHub forks](https://img.shields.io/github/forks/wangjksjtu/JKSniffer.svg)](https://github.com/wangjksjtu/JKSniffer/network)\n[![GitHub issues](https://img.shields.io/github/issues/wangjksjtu/JKSniffer.svg)](https://github.com/wangjksjtu/JKSniffer/issues)\n[![GitHub license](https://img.shields.io/badge/license-MIT-green.svg)](https://raw.githubusercontent.com/wangjksjtu/JKSniffer/master/LICENSE)\n\n![icon](https://github.com/wangjksjtu/JKSniffer/blob/master/src/icon/icon.png)\n\nThis project is established mainly for its __educational purposes__, which will be a good example for __PyQt__, __Socket__, __Scapy__ and __Threading__. In this project, you will learn how to capture a packet, interpret packets of different protocol (__ARP__, __ICMP__, __IPv4__,  __IPv6__, __TCP__, __UDP__) and create user-friendly GUI with multiple threadings using Python.\n\n### Environment ###\n- Python 2.7 (https://www.python.org/)\n- Scapy 2.3.2 (http://secdev.org/projects/scapy/)\n- Numpy (http://www.numpy.org/)\n- Gnuplot (http://www.gnuplot.info/)\n- PyX 0.14.1 (http://pyx.sourceforge.net/)\n- PyQt4 (http://pyqt.sourceforge.net/Docs/PyQt4/)\n\n### Installation ###\n    sudo apt-get install python-scapy, python-numpy\n    sudo apt-get install gnuplot, pyxplot\n    sudo apt-get install pyqt4\n    ...\n\n__Ps__: Install other essential libs if you need to utilize more characteristics of Scapy or reduce warnings in Scapy. Please refer [here](http://scapy.readthedocs.io/en/latest/installation.html) for more detailed information.\n\n### QuickStart ###\nIt is of great convenience to use this toolkit. Just type following commands in terminal. __Our implementation only supports for Linux now.__ We don't guarantee whether it will work completely in Windows. If you are interested in testing it in Windows. Please let me know.\n\n#### Clone this repository and Run ####\n\n    git clone https://github.com/wangjksjtu/JKSniffer\n    cd JKSniffer/src/\n    sudo python main.py\n\n#### ScreenShots ####\n\n![MainWindow](https://github.com/wangjksjtu/JKSniffer/blob/master/imgs/JKSniffer.png)\n![Capturing](https://github.com/wangjksjtu/JKSniffer/blob/master/imgs/JKSniffer2.png)\n![TCP Protocol](https://github.com/wangjksjtu/JKSniffer/blob/master/imgs/TCP.png)\n\nFor more details about this tool, please check [docs](https://github.com/wangjksjtu/JKSniffer/tree/master/docs/JKSniffer.pdf) or [demo](https://github.com/wangjksjtu/JKSniffer/tree/master/docs/Demo.pdf) of this repository (Chinese).\nAny of your contributions to documentations or codes is greatly appreciated.\n\n### Contributor ###\n- [_wangjksjtu_](https://github.com/wangjksjtu)\n- [_while9608_](https://github.com/while9608)\n\n### Contact Me ###\n- wangjksjtu_01@sjtu.edu.cn\n- 249446879@qq.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwangjksjtu%2FJKSniffer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwangjksjtu%2FJKSniffer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwangjksjtu%2FJKSniffer/lists"}