{"id":19362578,"url":"https://github.com/noctisatrae/syphon","last_synced_at":"2025-08-08T19:18:05.642Z","repository":{"id":227363110,"uuid":"771213824","full_name":"noctisatrae/syphon","owner":"noctisatrae","description":"A simple scanner leveraging Elixir's concurrency \u0026 distributed OTP architecture.","archived":false,"fork":false,"pushed_at":"2024-07-15T00:39:57.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-06T20:29:11.704Z","etag":null,"topics":["elixir","hacking","information-gathering","nmap"],"latest_commit_sha":null,"homepage":"https://github.com/noctisatrae/syphon","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/noctisatrae.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-12T22:22:03.000Z","updated_at":"2024-07-15T00:40:00.000Z","dependencies_parsed_at":"2024-03-12T23:34:24.159Z","dependency_job_id":"d23fbd83-9960-4cd4-a1cf-b909e55e55f3","html_url":"https://github.com/noctisatrae/syphon","commit_stats":null,"previous_names":["noctisatrae/syphon"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noctisatrae%2Fsyphon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noctisatrae%2Fsyphon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noctisatrae%2Fsyphon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noctisatrae%2Fsyphon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noctisatrae","download_url":"https://codeload.github.com/noctisatrae/syphon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240483778,"owners_count":19808632,"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":["elixir","hacking","information-gathering","nmap"],"created_at":"2024-11-10T07:29:34.861Z","updated_at":"2025-02-24T12:49:15.443Z","avatar_url":"https://github.com/noctisatrae.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Syphon\nA simple scanner leveraging Elixir's concurrency \u0026 distributed architecture.\n\n```elixir\n# exemple usage with the -Pn scan\nmap = [\n  # {\"127.0.0.1\", [\"-Pn\"]}, # specific -Pn flag for localhost\n  {\"google.com\", [\"-T4\"]} # use default flags\n]\nScan.targets map, [\"-sV\"], 10000\n```\n\nThis will save the scan results into a text file, and automatically sort scans by date \u0026 host.\n\n## Installation\n\n```elixir\ndef deps do\n  [\n    {:syphon, git:\"https://github.com/noctisatrae/syphon.git\", tag: \"0.1.0\"}\n  ]\nend\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoctisatrae%2Fsyphon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoctisatrae%2Fsyphon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoctisatrae%2Fsyphon/lists"}