{"id":27201185,"url":"https://github.com/codexlynx/nixos-gowitness","last_synced_at":"2025-06-23T18:36:17.503Z","repository":{"id":287070199,"uuid":"963486534","full_name":"codexlynx/nixos-gowitness","owner":"codexlynx","description":"A NixOS module for gowitness.","archived":false,"fork":false,"pushed_at":"2025-04-09T19:41:25.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T05:59:12.273Z","etag":null,"topics":["cyberintelligence","cyberthreatintelligence","gowitness","nix","nix-flake","nixos","nixos-module","reconnaissance"],"latest_commit_sha":null,"homepage":"","language":"Nix","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/codexlynx.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":"2025-04-09T18:53:01.000Z","updated_at":"2025-04-09T20:25:40.000Z","dependencies_parsed_at":"2025-04-09T20:36:24.931Z","dependency_job_id":"906b15c0-86f1-4dc2-bd5f-578e1c06f494","html_url":"https://github.com/codexlynx/nixos-gowitness","commit_stats":null,"previous_names":["codexlynx/nixos-gowitness"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codexlynx/nixos-gowitness","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codexlynx%2Fnixos-gowitness","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codexlynx%2Fnixos-gowitness/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codexlynx%2Fnixos-gowitness/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codexlynx%2Fnixos-gowitness/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codexlynx","download_url":"https://codeload.github.com/codexlynx/nixos-gowitness/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codexlynx%2Fnixos-gowitness/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261534536,"owners_count":23173421,"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":["cyberintelligence","cyberthreatintelligence","gowitness","nix","nix-flake","nixos","nixos-module","reconnaissance"],"created_at":"2025-04-09T21:55:21.040Z","updated_at":"2025-06-23T18:36:17.488Z","avatar_url":"https://github.com/codexlynx.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nixos-gowitness\n[![CI](https://github.com/codexlynx/nixos-gowitness/actions/workflows/std.yml/badge.svg)](https://github.com/codexlynx/nixos-gowitness/actions/workflows/std.yml)\n\nAn NixOS module for [gowitness](https://github.com/sensepost/gowitness), a web screenshot service from Orange Cyberdefense ([sensepost](https://sensepost.com/)).\n\n### Usage example:\n```nix\n{\n  inputs = {\n    nixpkgs.url = \"github:NixOS/nixpkgs/nixos-unstable\";\n    gowitness.url = \"github:codexlynx/nixos-gowitness\";\n  };\n\n  outputs = { self, nixpkgs, gowitness }:\n    {\n      nixosConfigurations.default = nixpkgs.lib.nixosSystem {\n        system = \"x86_64-linux\";\n\n        modules = [\n          gowitness.nixosModules.default\n          {\n            system.stateVersion = \"25.05\";\n\n            users = {\n              mutableUsers = false;\n              users.root.password = \"\";\n            };\n\n            services.gowitness.enable = true;\n          }\n        ];\n      };\n    };\n}\n```\n\n```sh\n$ nix run .\\#nixosConfigurations.default.config.system.build.vm\n```\n\n### Run test:\n```sh\n$ nix run github:divnix/std#std -- //gowitness/tests/default:run\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodexlynx%2Fnixos-gowitness","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodexlynx%2Fnixos-gowitness","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodexlynx%2Fnixos-gowitness/lists"}