{"id":21548597,"url":"https://github.com/technion/erlvulnscan","last_synced_at":"2025-04-10T05:53:39.282Z","repository":{"id":31462751,"uuid":"35026633","full_name":"technion/erlvulnscan","owner":"technion","description":"Concurrent network scanner for CVE-2015-1635","archived":false,"fork":false,"pushed_at":"2017-12-07T04:29:26.000Z","size":1451,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T07:07:47.512Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/technion.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}},"created_at":"2015-05-04T09:40:29.000Z","updated_at":"2023-08-20T11:24:56.000Z","dependencies_parsed_at":"2022-09-22T17:41:24.771Z","dependency_job_id":null,"html_url":"https://github.com/technion/erlvulnscan","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technion%2Ferlvulnscan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technion%2Ferlvulnscan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technion%2Ferlvulnscan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technion%2Ferlvulnscan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/technion","download_url":"https://codeload.github.com/technion/erlvulnscan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248166927,"owners_count":21058480,"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":[],"created_at":"2024-11-24T06:19:06.681Z","updated_at":"2025-04-10T05:53:39.263Z","avatar_url":"https://github.com/technion.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"Webbased concurrent scanner for CVE-2015-1635.\n\n[Live implementation running here](http://erlvulnscan.lolware.net/). This demonstration website is used for development of this project and it stability is not guaranteed.\n\n[Information on this project is written here](https://lolware.net/2015/06/15/mass-vulnerability-scanning.html).  As the \"TODO\" list documented there has been completed this code is now in a stable state. \n\n[Code documentation can be found here](https://htmlpreview.github.io/?https://github.com/technion/erlvulnscan/blob/master/doc/index.html).\n\n## Development and deployment\n\nClone the repository\n\n\tgit clone https://github.com/technion/erlvulnscan.git\n\nGet prerequisiites\n\n\t./rebar3 get-deps\n\nCompile\n\n\t./rebar3 compile\n\nStatic analysis\n\n    ./rebar3 built-plt #First time only\n    ./rebar3 dialyzer\n\nGenerate release\n\n\t./rebar3 generate\n\nCreate edocs (only necessary after API change as these are synced to git)\n\n\t./rebar3 doc\n\nRun test harness (EUnit and Common Test both implemented)\n\n    ./rebar3 eunit\n    ./rebar3 ct\n\nObserving the cache whille attached to running process\n\n    ets:match(simple_cache, '$1').\n\nThe \"logs\" directory can be accessed to identify two sources of tests by aliasing it to a URL. Accessing this directory without a subfolder will show the results of the CT test suite. Accessing view.png will show the PhantomJS output from the frontend test.\n\n## Building the frontend\nThe frontend is built using Webpack plugins. From the frontend/ directory:\n\nInstall the requirements:\n\n    npm install\n\nTo build the frontend:\n\n    webpack\n\n### nginx setup\n\nThese rules were used for routing:\n\n    location /netscan {\n        proxy_pass http://localhost:8080;\n    }\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnion%2Ferlvulnscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnion%2Ferlvulnscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnion%2Ferlvulnscan/lists"}