{"id":25810235,"url":"https://github.com/abelreqma/schnoz","last_synced_at":"2025-07-23T03:07:39.205Z","repository":{"id":227724653,"uuid":"772260889","full_name":"abelreqma/schnoz","owner":"abelreqma","description":"Advanced packet sniffer/analyzer and IDS with several options to conduct network monitoring and threat analysis","archived":false,"fork":false,"pushed_at":"2024-03-14T21:36:00.000Z","size":37,"stargazers_count":25,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T12:47:43.575Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abelreqma.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,"dei":null}},"created_at":"2024-03-14T20:59:10.000Z","updated_at":"2025-01-22T05:14:27.000Z","dependencies_parsed_at":"2024-03-14T21:45:53.419Z","dependency_job_id":"7b4b4b8d-4b6d-4155-9872-df26769eac02","html_url":"https://github.com/abelreqma/schnoz","commit_stats":null,"previous_names":["abelreqma/schnoz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abelreqma/schnoz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abelreqma%2Fschnoz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abelreqma%2Fschnoz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abelreqma%2Fschnoz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abelreqma%2Fschnoz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abelreqma","download_url":"https://codeload.github.com/abelreqma/schnoz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abelreqma%2Fschnoz/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266609270,"owners_count":23955611,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-02-27T23:37:14.440Z","updated_at":"2025-07-23T03:07:39.179Z","avatar_url":"https://github.com/abelreqma.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# _SCHNOZ_\nAdvanced packet sniffer/analyzer and IDS with several options to conduct network monitoring and threat analysis\n\n![Header](https://github.com/abelreqma/schnoz/assets/146870782/e151b47f-13fa-4f81-83b9-b5467779d564)\n\n\n### Description \nSchnoz is a tool that I wrote in Python to monitor network traffic and analyze potential threats. I compiled all of the small scripts regarding network analysis to create a multirange tool. Please make sure that you have scapy downloaded - _pip install scapy_\n\n### Features\nWhen running the code, there are four options that a user can choose from:\n\n**Active Sniffing (1)**:  Sniffs local traffic on a specified interface. Users must specify their intended interface based on _ifconfig_ and _Get-NetAdapter_. Users can choose any argument(s)\n\n**File Sniffing (2)**: Sniffs pcap files. Users can choose any argument(s)\n\n**Alert Mode (3)**: Sniffs through a specified interface or file for suspicious activity, alerting on potential malicious traffic. After choosing an interface or pcap file, the script then accepts either a wordlist or the schnozlist to alert off of. An alert will be printed with the packet summary if a term in either list is present in network traffic. I based the schnozlist on keywords that I’ve seen in CTFs, but more terms can be added if needed. \n\n**HTTP Analysis (4)**:  Analyzes HTTP packets (requests and responses) through an interface or a file. If -k is not specified, the script will print out all HTTP events. Only the argument of -k will work for this option. \n\n**Except for the keyword argument (-k), the arguments are only intended to be used with options 1 and 2.\nOnly Windows and Linux are currently supported (Linux users must comment out line 6)**\n\n\n### Arguments\n| Argument | Description |\n| --- | --- |\n| `-P` | Filters for protocol. Can use with -s y |\n| `-p` | Filters for port. Can use with -s y |\n| `-k` | Filters for a keyword and prints events  |\n| `-o` | Saves file. Specify file name |\n| `-s y` | Prints summaries of all events |\n| `-s t` | Prints summaries of TCP events |\n| `-s u` | Prints summaries of UDP events |\n| `-s h` | Prints summaries of HTTP events |\n\n\n### Examples\n**Active Scanning**:![as1w](https://github.com/abelreqma/schnoz/assets/146870782/aba61386-e11b-414c-9aaa-0f75b48efee3)![as2w](https://github.com/abelreqma/schnoz/assets/146870782/02c9427a-eb89-42a9-b0ee-54a349749581)\n\n\n\n**File Sniffing**:![fs1w](https://github.com/abelreqma/schnoz/assets/146870782/cacf4436-6093-41f6-a705-7784b0b191e0)![fs2w](https://github.com/abelreqma/schnoz/assets/146870782/7435583b-ec6f-4416-9fe4-2ccd1c08364e)\n\n**Alert Mode**:![am1kl](https://github.com/abelreqma/schnoz/assets/146870782/8ce282ac-64b1-4a83-ad73-e8077f91681e)![am2kl](https://github.com/abelreqma/schnoz/assets/146870782/41f3381b-8cfa-413b-9e1e-0ce115f90029)\n\n**HTTP Analysis**:![ha1w](https://github.com/abelreqma/schnoz/assets/146870782/aa47428a-c04e-4c73-abb8-357459d4fb5c)![ha2w](https://github.com/abelreqma/schnoz/assets/146870782/7a02fd7f-e08b-49f9-8773-532f7890b094)\n![ha3w](https://github.com/abelreqma/schnoz/assets/146870782/cb5df739-e857-4941-915d-170ef51fe497)\n\n\n**I am planning on expanding this program**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabelreqma%2Fschnoz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabelreqma%2Fschnoz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabelreqma%2Fschnoz/lists"}