{"id":21974527,"url":"https://github.com/francescodisalesgithub/fuzzing-web-server","last_synced_at":"2025-03-22T23:40:55.899Z","repository":{"id":159504214,"uuid":"448141262","full_name":"FrancescoDiSalesGithub/fuzzing-web-server","owner":"FrancescoDiSalesGithub","description":"web server docker container for fuzzing pratice","archived":false,"fork":false,"pushed_at":"2022-01-15T17:32:42.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T03:19:31.356Z","etag":null,"topics":["docker","exercise","fuzzing","hacking","pratice","webserver-setup"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/FrancescoDiSalesGithub.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":"2022-01-15T00:09:33.000Z","updated_at":"2024-04-25T07:10:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ba3558f-cd71-40e9-a128-2141f8d8e81d","html_url":"https://github.com/FrancescoDiSalesGithub/fuzzing-web-server","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/FrancescoDiSalesGithub%2Ffuzzing-web-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrancescoDiSalesGithub%2Ffuzzing-web-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrancescoDiSalesGithub%2Ffuzzing-web-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrancescoDiSalesGithub%2Ffuzzing-web-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FrancescoDiSalesGithub","download_url":"https://codeload.github.com/FrancescoDiSalesGithub/fuzzing-web-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245036127,"owners_count":20550662,"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":["docker","exercise","fuzzing","hacking","pratice","webserver-setup"],"created_at":"2024-11-29T15:46:02.591Z","updated_at":"2025-03-22T23:40:55.868Z","avatar_url":"https://github.com/FrancescoDiSalesGithub.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fuzzing-web-server\nweb server docker container for fuzzing pratice\n\n# How-to Install \n\n## Quick install\nIf you want a quick install without additional content, run the script: \n`./create-container.sh`\n\n## Custom install\nAdd your files and folders in the web-content folder and then run the script:\n`./create-container.sh`\n\n\n# Running the container\n\nOnce you have run the script, you have to check first if the image is in docker's image list:\n`docker images`\nAs you run the command, you should see an image called **fuzzing-web-server**.\nYou can create the container in two ways:\n\n* Using a docker network\n* Exposing the container's port in localhost\n\nIn the first solution:\n* Run `docker network create mynetwork-name` \n* Run `docker run --name=my-fuzzing-web-server --network=mynetwork-name fuzzing-web-server`\n\nIn the second solution run:\n`docker run --name=my-fuzzing-web-server -p 8080:8080 fuzzing-web-server`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrancescodisalesgithub%2Ffuzzing-web-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrancescodisalesgithub%2Ffuzzing-web-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrancescodisalesgithub%2Ffuzzing-web-server/lists"}