{"id":13464046,"url":"https://github.com/johackim/docker-hacklab","last_synced_at":"2025-04-06T23:17:22.292Z","repository":{"id":111533702,"uuid":"77489572","full_name":"johackim/docker-hacklab","owner":"johackim","description":"My personal hacklab, create your own.","archived":false,"fork":false,"pushed_at":"2022-09-30T15:34:13.000Z","size":1611,"stargazers_count":334,"open_issues_count":0,"forks_count":64,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-30T21:09:54.188Z","etag":null,"topics":["docker","hacklab","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/johackim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"johackim","ko_fi":"johackim","liberapay":"johackim","custom":["https://www.buymeacoffee.com/johackim","https://donate.stripe.com/4gw2bn85z5k57uw4gh"]}},"created_at":"2016-12-27T23:56:16.000Z","updated_at":"2025-02-24T01:18:10.000Z","dependencies_parsed_at":"2023-03-11T05:15:52.375Z","dependency_job_id":null,"html_url":"https://github.com/johackim/docker-hacklab","commit_stats":null,"previous_names":["ston3o/docker-hacklab"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johackim%2Fdocker-hacklab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johackim%2Fdocker-hacklab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johackim%2Fdocker-hacklab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johackim%2Fdocker-hacklab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johackim","download_url":"https://codeload.github.com/johackim/docker-hacklab/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247563937,"owners_count":20958971,"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","hacklab","security"],"created_at":"2024-07-31T14:00:32.782Z","updated_at":"2025-04-06T23:17:22.273Z","avatar_url":"https://github.com/johackim.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/johackim","https://ko-fi.com/johackim","https://liberapay.com/johackim","https://www.buymeacoffee.com/johackim","https://donate.stripe.com/4gw2bn85z5k57uw4gh","https://github.com/sponsors/johackim/","https://liberapay.com/johackim/donate"],"categories":["Dockerfile","Dockerfile (37)"],"sub_categories":[],"readme":"Docker Hacklab\n===\n\n\u003e My personal hacklab, create your own.\n\nFrench article: https://blog.ston3o.me/creer-hacklab-virtuel-docker/\n\nQuick Start\n---\n\n```\n$ docker run --name hacklab --net=host --privileged -it ston3o/docker-hacklab zsh\n _  _   _   ___ _  ___      _   ___\n| || | /_\\ / __| |/ / |    /_\\ | _ )\n| __ |/ _ \\ (__| ' \u003c| |__ / _ \\| _ \\\n|_||_/_/ \\_\\___|_|\\_\\____/_/ \\_\\___/\nhttps://github.com/ston3o/docker-hacklab\n```\n\nAlias\n---\n\n```bash\n# ~/.bashrc\nalias hacklab='docker run -d --name hacklab --net=host --privileged=true -v /tmp/:/mnt -it ston3o/docker-hacklab bash \u003e /dev/null 2\u003e\u00261; docker start hacklab \u003e /dev/null; docker exec -it -e COLUMNS=$COLUMNS -e LINES=$LINES -e TERM=$TERM hacklab zsh'\n```\n\nOther useful docker commands\n---\n\n```bash\n# Vulnerability scanners\n$ docker run -d --name nessus -p 8834:8834 infoslack/nessus\n$ docker run -d --name openvas -p 443:443 -p 9390:9390 -p 9391:9391 mikesplain/openvas\n$ docker run --rm -it menzo/sn1per-docker sniper \u003cexample.com\u003e\n\n# Run vulnerable web application\n$ docker run -d --name dvwa -it -p 80:80 vulnerables/web-dvwa\n\n# Search Mobile Vulns\n$ docker run -d --name mobsf -it -p 8000:8000 opensecurity/mobsf:latest\n```\n\nExploit database\n---\n\n- http://cve.mitre.org/\n- http://0day.today/\n- https://nvd.nist.gov/\n- http://www.securityfocus.com/bid/\n- https://www.exploit-db.com/\n- http://www.cvedetails.com/\n\nSearch Engines\n---\n\n- https://www.shodan.io/\n- https://censys.io/\n- https://www.zoomeye.org/\n\nDoxing / OSINT\n---\n\n- http://www.peekyou.com/\n- https://pipl.com/\n- https://iplogger.org/\n\nOther resources\n---\n\n- http://sectools.org/\n- http://pwnwiki.io/\n- https://www.cybrary.it/\n- http://null-byte.wonderhowto.com/\n- https://n0where.net/\n- https://www.kitploit.com/\n- https://pentestlab.blog/\n- http://haxf4rall.com/\n- http://www.hackingarticles.in/\n- https://hackademics.fr\n- https://pentest-tools.com/\n- https://instant-hack.io/\n- http://zenk-security.com/\n- https://www.hacksplaining.com/\n- https://www.punycoder.com/\n- https://securityonline.info\n- http://hardsploit.io\n- https://weleakinfo.com/\n- https://gexos.github.io/Hacking-Tools-Repository/\n- https://penetration-testing.zeef.com/jeroen.rijken\n- http://www.funinformatique.com/google-dorks-hackez-requete-google/\n- https://highon.coffee/blog/penetration-testing-tools-cheat-sheet/\n- http://pentestmonkey.net/cheat-sheet/sql-injection/mysql-sql-injection-cheat-sheet\n- https://ctf365.com/\n- https://www.codebashing.com/\n\nGithub repositories\n---\n\n- https://github.com/cSploit/android\n- https://github.com/enaqx/awesome-pentest\n- https://github.com/Hack-with-Github/Awesome-Hacking\n- https://github.com/sindresorhus/awesome#security\n- https://github.com/carpedm20/awesome-hacking\n- https://github.com/brannondorsey/wifi-cracking\n- https://github.com/gchq/CyberChef\n- https://github.com/danielmiessler/SecLists\n- https://github.com/We5ter/Scanners-Box\n- https://github.com/vitalysim/Awesome-Hacking-Resources\n- https://github.com/infosecn1nja/Red-Teaming-Toolkit\n\nYoutube Channels\n---\n\n- https://www.youtube.com/user/Hak5Darren/videos\n- https://www.youtube.com/user/DEFCONConference/videos\n- https://www.youtube.com/user/BlackHatOfficialYT/videos\n- https://www.youtube.com/user/JackkTutorials/videos\n- https://www.youtube.com/user/gaytony10/playlists\n- https://www.youtube.com/user/bhargavtandel/videos\n- https://www.youtube.com/channel/UC286ntgASMskhPIJQebJVvA/videos\n- https://www.youtube.com/channel/UCO51Z4c1R8EPHZioGwgBmDw/videos\n- https://www.youtube.com/channel/UC0ZTPkdxlAKf-V33tqXwi3Q/videos\n- https://www.youtube.com/playlist?list=PLkRo97mCIn9lgvE7AskNsmwJVOlJX2zaI\n\nSupport me\n---\n\nI'd love to work on this project, but my time on this earth is limited, support my work to give me more time!\n\nPlease support me with a one-time or a monthly donation and help me continue my activities.\n\n[![Github sponsor](https://img.shields.io/badge/github-Support%20my%20work-lightgrey?style=social\u0026logo=github)](https://github.com/sponsors/johackim/)\n[![ko-fi](https://img.shields.io/badge/ko--fi-Support%20my%20work-lightgrey?style=social\u0026logo=ko-fi)](https://ko-fi.com/johackim)\n[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-Support%20my%20work-lightgrey?style=social\u0026logo=buy%20me%20a%20coffee\u0026logoColor=%23FFDD00)](https://www.buymeacoffee.com/johackim)\n[![liberapay](https://img.shields.io/badge/liberapay-Support%20my%20work-lightgrey?style=social\u0026logo=liberapay\u0026logoColor=%23F6C915)](https://liberapay.com/johackim/donate)\n[![Github](https://img.shields.io/github/followers/johackim?label=Follow%20me\u0026style=social)](https://github.com/johackim)\n[![Mastodon](https://img.shields.io/mastodon/follow/1631?domain=https%3A%2F%2Fmastodon.ethibox.fr\u0026style=social)](https://mastodon.ethibox.fr/@johackim)\n[![Twitter](https://img.shields.io/twitter/follow/_johackim?style=social)](https://twitter.com/_johackim)\n\nLicense\n---\n\nGNU GPL v3.0\n\n**Free Software, Hell Yeah!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohackim%2Fdocker-hacklab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohackim%2Fdocker-hacklab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohackim%2Fdocker-hacklab/lists"}