{"id":35151223,"url":"https://github.com/scnr/installer","last_synced_at":"2026-04-01T17:18:18.183Z","repository":{"id":166956415,"uuid":"487185036","full_name":"scnr/installer","owner":"scnr","description":"Installation script for Ecsypno products.","archived":false,"fork":false,"pushed_at":"2026-01-14T01:04:04.000Z","size":140,"stargazers_count":8,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-28T00:37:16.143Z","etag":null,"topics":["audit","crawler","hacking","hacking-tool","javascript","penetration-testing","ruby","rust","security-audit","spider","sql-injection","vulnerability-scanner","web-application","web-application-security","xss"],"latest_commit_sha":null,"homepage":"https://ecsypno.com/pages/codename-scnr","language":"Shell","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/scnr.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-04-30T04:54:30.000Z","updated_at":"2026-03-27T23:18:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"9eae6f49-0e61-40f4-8224-4c19b1fc1409","html_url":"https://github.com/scnr/installer","commit_stats":null,"previous_names":["scnr/installer"],"tags_count":96,"template":false,"template_full_name":null,"purl":"pkg:github/scnr/installer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scnr%2Finstaller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scnr%2Finstaller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scnr%2Finstaller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scnr%2Finstaller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scnr","download_url":"https://codeload.github.com/scnr/installer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scnr%2Finstaller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290537,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"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":["audit","crawler","hacking","hacking-tool","javascript","penetration-testing","ruby","rust","security-audit","spider","sql-injection","vulnerability-scanner","web-application","web-application-security","xss"],"created_at":"2025-12-28T15:41:30.706Z","updated_at":"2026-04-01T17:18:18.163Z","avatar_url":"https://github.com/scnr.png","language":"Shell","readme":"# Codename SCNR Installer\n\nInstallation instructions for [Codename SCNR](https://ecsypno.com/pages/codename-scnr):\n\n* [Docker installation](#docker-installation) -- for Mac OSX, Linux and MS Windows. _(recommended)_\n* [Automated installation](#automated-installation) -- for Linux.\n* [Manual installation](#manual-installation) -- for Linux.\n* [Dependencies for headless environments or WSL](#dependencies-for-headless-environments-or-wsl)\n\n## Docker installation\n\nPrerequisites:\n* [Docker Compose](https://docs.docker.com/compose/)\n\n```bash\ngit clone https://github.com/scnr/installer.git codename-scnr-installer\ncd codename-scnr-installer\n\ndocker compose up -d --build # Start the services.\n# \"docker-compose\" with the dash may be required on some systems.\n\ndocker exec -it codename-scnr-app-1 bash # Connect to the container.\n\n# From within the container:\n./setup.sh # Install Codename SCNR over the network.\n```\n_In some Linux distributions, you may need to preface the `docker` commands with `sudo`._\n\nYou can now run Codename SCNR by using the executables under the `scnr-v*/bin` directory.\n\n1. For a CLI scan you can run `bin/scnr URL`.\n2. You can use Codename SCNR Pro by running `bin/scnr_pro`.\n\nFor more information please consult the [documentation](https://documentation.ecsypno.com/scnr/).\n\n### Updating\n\nYou can run `./setup.sh` when a new version is released to install it automatically.\n\n### Caution!\n\nUse `docker compose stop` to stop the container, and `docker compose start` to start it again.\n\n**DO NOT** use `docker compose up` nor `docker compose down`, as they will delete all filesystem\ndata.\n\n## Automated installation\n\nTo install run the following command in a terminal of your choice:\n\n```bash\nbash -c \"$(curl -sSL https://get.ecsypno.com/scnr)\"\n```\n\nYou can now run Codename SCNR by using the executables under the `scnr-v*/bin` directory.\n\n1. For a CLI scan you can run `bin/scnr URL`.\n2. You can use Codename SCNR Pro by running `bin/scnr_pro`\n   1. Setting up PostgreSQL is recommended for production workloads.\n\nFor more information please consult the [documentation](https://documentation.ecsypno.com/scnr/).\n\n### PostgreSQL\n\nFor a more reliable Codename SCNR Pro experience, it's best to configure it to use PostgreSQL.\n\nPlease exchange `secret` with a secure password in the role creation commands.\n\n#### Role creation\n\n```\n$ sudo -u postgres psql\npostgres=# CREATE USER \"scnr-pro\" WITH PASSWORD 'secret';\npostgres=# ALTER USER \"scnr-pro\" superuser;\n```\n\n#### Connection\n\n```\n# Backup SQLite config.\nmv ~/.scnr/pro/config/database.yml ~/.scnr/pro/config/database.yml.bak\n\n# Set to use PostgreSQL config.\ncp ~/.scnr/pro/config/database.postgres.yml ~/.scnr/pro/config/database.yml\n```\n\nNow edit `~/.scnr/pro/config/database.yml` to change the password from `secret`.\n\n#### Setup\n\nFrom the Codename SCNR package directory:\n\n    bin/scnr_pro_task db:create db:migrate db:seed\n\n## Manual installation\n\n1. Download the [latest package](https://github.com/scnr/installer/releases).\n2. Extract.\n\nYou can now run Codename SCNR by using the executables under the `bin/` directory.\n\nFor a CLI scan you can run `bin/scnr URL`.\n\nFor more information please consult the [documentation](https://documentation.ecsypno.com/scnr/).\n\n### Codename SCNR Pro (WebUI)\n\nYou can run Codename SCNR Pro by running `bin/scnr_pro`.\n\nIf you'd like to use the Codename SCNR WebUI, its database will need to be prepared.\n\nOut of the box, the WebUI comes configured with [SQLite](https://sqlite.org/index.html), however,\nfor better results and performance please switch to [PostgreSQL](https://www.postgresql.org/).\n\n#### PostgreSQL\n\n##### Configuration\n\nPlease exchange `secret` with a secure password in the role creation commands.\n\n###### Role creation\n\n```\n$ sudo -u postgres psql\npostgres=# CREATE USER \"scnr-pro\" WITH PASSWORD 'secret';\npostgres=# ALTER USER \"scnr-pro\" superuser;\n```\n\n###### Connection\n\nFrom the package root directory:\n\n```\n# Backup SQLite config.\nmv .system/scnr-ui-pro/config/database.yml .system/scnr-ui-pro/config/database.yml.bak\n\n# Set to use PostgreSQL config.\ncp .system/scnr-ui-pro/config/database.postgres.yml .system/scnr-ui-pro/config/database.yml\n```\n\nNow edit `.system/scnr-ui-pro/config/database.yml` to change the password from `secret`.\n\n#### Setup\n\nIf this is a fresh installation, you can setup a DB with:\n\n    ./bin/scnr_pro_task db:create db:migrate db:seed\n\n#### Update\n\nIf you'd like to update an existing installation you can do it with:\n\n    ./bin/scnr_pro_task db:migrate\n\n## Dependencies for headless environments or WSL\n\nFor minimal environments such as headless servers or the Windows Subsystem for Linux, please first run:\n\n```\nsudo apt-get update\nsudo apt-get install libgconf-2-4 libatk1.0-0 libatk-bridge2.0-0 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm-dev libnss3-dev libxss-dev libasound2 libicu-dev\n```\n\n## License\n\nCopyright 2023 [Ecsypno Single Member P.C.](https://ecsypno.com/).\n\nAll rights reserved.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscnr%2Finstaller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscnr%2Finstaller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscnr%2Finstaller/lists"}