{"id":50501946,"url":"https://github.com/mablanco/docker-jaeles","last_synced_at":"2026-06-02T12:30:47.944Z","repository":{"id":82939373,"uuid":"233047198","full_name":"mablanco/docker-jaeles","owner":"mablanco","description":"Docker image for Jaeles, a powerful, flexible and easily extensible framework written in Go for building your own Web Application Scanner","archived":false,"fork":false,"pushed_at":"2026-01-10T18:27:00.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-30T00:38:36.028Z","etag":null,"topics":["docker","pentesting","security"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/mablanco.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-01-10T12:57:27.000Z","updated_at":"2026-01-10T18:26:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"af8b0477-df5e-40d6-8780-bb91936ae501","html_url":"https://github.com/mablanco/docker-jaeles","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/mablanco/docker-jaeles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mablanco%2Fdocker-jaeles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mablanco%2Fdocker-jaeles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mablanco%2Fdocker-jaeles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mablanco%2Fdocker-jaeles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mablanco","download_url":"https://codeload.github.com/mablanco/docker-jaeles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mablanco%2Fdocker-jaeles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33822812,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker","pentesting","security"],"created_at":"2026-06-02T12:30:46.935Z","updated_at":"2026-06-02T12:30:47.933Z","avatar_url":"https://github.com/mablanco.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-jaeles\n\nDocker image for Jaeles, a powerful, flexible and easily extensible framework written in Go for building your own Web Application Scanner (\u003chttps://jaeles-project.github.io/\u003e). This is a multistage Docker image that first compiles the Golang source code and then builds an image from scratch that hosts the resulting executable.\n\n## How to use this image\n\nBefore first use, Jaeles needs to initialize its configuration, plugins and signatures. In order to prevent downloading them each and every time you launch a container, a volume should be created to store all this data:\n\n    docker volume create jaeles_config\n\nNow it's time to initialize Jaeles:\n\n    docker run -t --rm -v jaeles_config:/home/jaeles/.jaeles mablanco/jaeles config init -y\n\nYou can update signatures at a later date:\n\n    docker run -t --rm -v jaeles_config:/home/jaeles/.jaeles mablanco/jaeles config update\n\nI recommend running the Docker container with the `--rm` parameter when using Jaeles as a CLI tool, which will remove the container after finishing its execution.\n\nThis command will scan a website:\n\n    docker run -t --rm -v jaeles_config:/home/jaeles/.jaeles mablanco/jaeles scan -u http://example.com\n\nYou can have a look at Jaeles' inline help like this:\n\n    docker run --rm mablanco/jaeles\n\nThere are more usage examples at https://github.com/jaeles-project/jaeles#usage\n\n## Web UI\n\nYou can start the Web UI, as a daemonized process, with the following command (note that we are giving the container a name and removing the `--rm` parameter):\n\n    docker run -d -p 5000:5000 --name jaeles-server -v jaeles_config:/home/jaeles/.jaeles mablanco/jaeles server --host 0.0.0.0\n\nNow the Web UI is accesible at http://127.0.0.1:5000/. The password to access the Web UI can be obtained executing this command:\n\n    docker exec -it jaeles-server grep password /home/jaeles/.jaeles/config.yaml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmablanco%2Fdocker-jaeles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmablanco%2Fdocker-jaeles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmablanco%2Fdocker-jaeles/lists"}