{"id":19600348,"url":"https://github.com/0xkayala/netfuzzer","last_synced_at":"2026-03-09T04:31:40.648Z","repository":{"id":227256894,"uuid":"770809653","full_name":"0xKayala/NetFuzzer","owner":"0xKayala","description":"NetFuzzer is a comprehensive network security assessment tool for internal and external network components, including Host Machines, Firewalls, Routers, Switches, Active Directory, SMBs, Printers, etc.","archived":false,"fork":false,"pushed_at":"2025-08-04T11:35:56.000Z","size":116,"stargazers_count":15,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-04T15:43:06.792Z","etag":null,"topics":["netfuzzer","network","ntpt"],"latest_commit_sha":null,"homepage":"https://github.com/0xKayala/NetFuzzer","language":"Shell","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/0xKayala.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,"publiccode":null,"codemeta":null}},"created_at":"2024-03-12T07:48:34.000Z","updated_at":"2025-08-04T11:36:00.000Z","dependencies_parsed_at":"2024-03-20T08:24:00.296Z","dependency_job_id":"a49e6e8e-667d-4945-b2c3-df4b19963738","html_url":"https://github.com/0xKayala/NetFuzzer","commit_stats":null,"previous_names":["0xkayala/netfuzzer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0xKayala/NetFuzzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xKayala%2FNetFuzzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xKayala%2FNetFuzzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xKayala%2FNetFuzzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xKayala%2FNetFuzzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xKayala","download_url":"https://codeload.github.com/0xKayala/NetFuzzer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xKayala%2FNetFuzzer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30283414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["netfuzzer","network","ntpt"],"created_at":"2024-11-11T09:14:30.681Z","updated_at":"2026-03-09T04:31:40.625Z","avatar_url":"https://github.com/0xKayala.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NetFuzzer\nNetFuzzer is a comprehensive network security assessment tool designed for internal and external networks. It includes features such as host discovery, port scanning, OS detection, SSL enumeration, and SMB and RPC enumeration. This tool uses Nmap, smbclient, rpcclient, and other utilities, with the potential for additional features in the future. NetFuzzer aims to simplify network security assessments and welcomes collaborations and contributions to enhance its functionality and usability.\n\n**Important:** Make sure the tools `Nmap`, `smbclient` \u0026 `rpcclient` are installed on your machine and executing correctly to use the `NetFuzzer` without any issues.\n\n### Tools included:\n[Nmap]() `sudo apt -y install nmap`\u003cbr\u003e\u003cbr\u003e\n[smbclient/rpcclient]() `sudo apt -y install smbclient`\n\n## Screenshot\n![image](https://github.com/0xKayala/NetFuzzer/assets/16838353/8cd3a6d5-dff1-4f93-a373-bd9e689055c8)\n\n## Output\n![image](https://github.com/0xKayala/NetFuzzer/assets/16838353/297e0cd2-faa9-48c3-b6e4-56a7fec4dfb5)\n![image](https://github.com/0xKayala/NetFuzzer/assets/16838353/63fbbd71-f20b-4d50-b620-b438f9e49a11)\n![image](https://github.com/0xKayala/NetFuzzer/assets/16838353/eec79e73-16bf-480a-b70e-afa3059a1421)\n![image](https://github.com/0xKayala/NetFuzzer/assets/16838353/59825ca9-57c1-490e-a024-f509b93ec0a2)\n\n## Usage\n\n```sh\nnetfuzzer -h\n```\n\nThis will display help for the tool. Here are the options it supports.\n\n```console\nNetFuzzer is a comprehensive network security assessment tool for internal/external networks including firewalls, routers, switches, Active Directory, SMBs, etc.\n\n\nUsage: /usr/bin/netfuzzer [options]\n\n\nOptions:\n  -h, --help              Display help information\n  -t, --target \u003ctarget\u003e   Target IP address, range, or hostname\n  -f, --filename \u003cfile\u003e   File containing list of targets (one per line)\n  -s, --scan \u003cscan_type\u003e  Specify the type of scan to run:\n                          1. live_hosts - Discover live hosts\n                          2. reverse_dns - Perform reverse DNS lookup\n                          3. port_scan - Scan ports and detect versions\n                          4. os_detection - Detect OS\n                          5. traceroute - Perform traceroute\n                          6. ssl_enum - Perform SSL enumeration\n                          7. smb_enum - Perform SMB enumeration\n                          8. rpc_enum - Perform RPC enumeration\n                          9. vuln_scan - Perform vulnerability scan\"\n                          10. nuclei_scan - Perform Nuclei scan\"\n```  \n\n## Installation:\n\nTo install `NetFuzzer`, follow these steps:\n\n```\ngit clone https://github.com/0xKayala/NetFuzzer.git \u0026\u0026 cd NetFuzzer \u0026\u0026 sudo chmod +x install.sh \u0026\u0026 ./install.sh \u0026\u0026 netfuzzer -h \u0026\u0026 cd ..\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xkayala%2Fnetfuzzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xkayala%2Fnetfuzzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xkayala%2Fnetfuzzer/lists"}