{"id":21916190,"url":"https://github.com/youngermaster/pentesting-report-template","last_synced_at":"2025-03-22T09:29:45.023Z","repository":{"id":98718691,"uuid":"450524533","full_name":"Youngermaster/Pentesting-Report-Template","owner":"Youngermaster","description":"This is a template made on LaTex to report the processes made to pentest a software or infrastructure","archived":false,"fork":false,"pushed_at":"2024-05-11T16:31:01.000Z","size":16108,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T09:28:07.640Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TeX","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/Youngermaster.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}},"created_at":"2022-01-21T14:34:50.000Z","updated_at":"2024-05-11T16:31:04.000Z","dependencies_parsed_at":"2025-01-27T09:38:09.217Z","dependency_job_id":null,"html_url":"https://github.com/Youngermaster/Pentesting-Report-Template","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/Youngermaster%2FPentesting-Report-Template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Youngermaster%2FPentesting-Report-Template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Youngermaster%2FPentesting-Report-Template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Youngermaster%2FPentesting-Report-Template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Youngermaster","download_url":"https://codeload.github.com/Youngermaster/Pentesting-Report-Template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244937323,"owners_count":20535120,"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-28T19:16:52.960Z","updated_at":"2025-03-22T09:29:45.005Z","avatar_url":"https://github.com/Youngermaster.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pentesting-Report-Template\n\nThis is a template made on LaTex to report the processes made to pentest a software or infrastructure (or even hardware).\n\n## How to run?\n\n### Linux\n\nTo build the CV, you need to have a LaTeX distribution installed on your system and `pdflatex` or `latexmk`. You can then build the CV by running the following command:\n\n```shell\nlatexmk -pdf template.tex\n# or\npdflatex main.tex\n```\n\n## Docker support\n\n1. **Build Your Docker Image**\n\nFirst, you need to build the Docker image from your `Dockerfile`. Navigate to the directory containing your `Dockerfile` and run:\n\n```bash\ndocker build -t latex_env .\n```\n\nThis command builds a Docker image with the tag `latex_env` from the Dockerfile in the current directory. The dot `.` at the end specifies the build context as the current directory.\n\n2. **Run Your Docker Container**\n\nAfter building the image, you can run a container from it. You'll want to mount the directory containing your LaTeX project (for example, `cv.tex` and related files) to a directory inside the container so that you can access and compile your LaTeX project from within the container.\n\n```bash\ndocker run -it --rm -v /path/to/your/latex/project:/project latex_env\n```\n\nReplace `/path/to/your/latex/project` with the absolute path to the directory on your host machine that contains your LaTeX project. This command mounts it to `/project` inside the container. The `-it` option allows you to interact with the container, and `--rm` automatically removes the container when you exit.\n\n3. **Compile Your LaTeX Project**\n\nOnce inside the container, navigate to the mounted directory:\n\n```bash\ncd /project\n```\n\nThen, you can compile your LaTeX project using `pdflatex`:\n\n```bash\nlatexmk -pdf template.tex\n# or\npdflatex main.tex\n```\n\nThis command will generate the output files (e.g., `cv.pdf`) in your project directory, which is mounted from your host, so you can access them even after the container is removed.\n\n4. **Exit the Container**\n\nWhen you're done, you can exit the container by typing `exit`. The container will stop, and due to the `--rm` flag, it will also be automatically removed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoungermaster%2Fpentesting-report-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoungermaster%2Fpentesting-report-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoungermaster%2Fpentesting-report-template/lists"}