{"id":17229343,"url":"https://github.com/fpoli/passivesniffer","last_synced_at":"2025-07-01T14:32:25.832Z","repository":{"id":145745111,"uuid":"44664272","full_name":"fpoli/PassiveSniffer","owner":"fpoli","description":"Purely passive network analyzer for private LANs","archived":false,"fork":false,"pushed_at":"2015-10-26T17:54:21.000Z","size":372,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T16:47:57.308Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fpoli.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}},"created_at":"2015-10-21T08:56:46.000Z","updated_at":"2015-10-27T18:27:31.000Z","dependencies_parsed_at":"2023-04-11T04:54:01.981Z","dependency_job_id":null,"html_url":"https://github.com/fpoli/PassiveSniffer","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/fpoli%2FPassiveSniffer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpoli%2FPassiveSniffer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpoli%2FPassiveSniffer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpoli%2FPassiveSniffer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fpoli","download_url":"https://codeload.github.com/fpoli/PassiveSniffer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245526519,"owners_count":20629837,"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":[],"created_at":"2024-10-15T04:47:33.027Z","updated_at":"2025-03-25T19:19:13.147Z","avatar_url":"https://github.com/fpoli.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PassiveSniffer\n\nPurely passive traffic analyzer, aimed at analyzing private LANs.\n\nThe backend sniffs broadcast packets using a Lua script running in Tshark,\nand stores relevant information in a Redis database\n(discarding packets coming from public IPs).\n\nThe frontend is a simple website written in Python (tornado) that displays\nthe information collected in the last X minutes (X=30 by default),\ngrouping them by MAC address and IP.\n\n## Requirements\n\n- Python\n    - tornado\n    - python-redis\n- Redis\n- Tshark\n- LuaSocket\n\nOn Ubuntu 14.04 you can install them by running\n```\napt-get install\tpython-tornado python-redis redis-server tshark lua-socket\n```\n\n## Usage\n\n- Start Redis server: `service redis-server start`\n- Start sniffer: `make sniffer` or `IFACE=wlan0 make sniffer` (`make sniffer-debug` for debugging)\n- Start server: `make server`\n- View results at http://localhost:8888\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpoli%2Fpassivesniffer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffpoli%2Fpassivesniffer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpoli%2Fpassivesniffer/lists"}