{"id":23879695,"url":"https://github.com/jeremylaratro/pentest_scripts","last_synced_at":"2026-06-19T07:30:22.114Z","repository":{"id":160041960,"uuid":"575628848","full_name":"jeremylaratro/pentest_scripts","owner":"jeremylaratro","description":"scripts designed for automation and streamlining of simple tasks centered around discovery and enumeration.","archived":false,"fork":false,"pushed_at":"2025-02-16T19:31:46.000Z","size":117,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T19:31:58.100Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/jeremylaratro.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-12-08T00:10:09.000Z","updated_at":"2025-02-16T19:31:49.000Z","dependencies_parsed_at":"2023-12-06T23:24:00.899Z","dependency_job_id":"e34f5281-d666-45ea-82cd-2ca0654d6ccc","html_url":"https://github.com/jeremylaratro/pentest_scripts","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/jeremylaratro%2Fpentest_scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremylaratro%2Fpentest_scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremylaratro%2Fpentest_scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremylaratro%2Fpentest_scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeremylaratro","download_url":"https://codeload.github.com/jeremylaratro/pentest_scripts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240250355,"owners_count":19771778,"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":"2025-01-03T23:32:17.448Z","updated_at":"2026-06-19T07:30:22.068Z","avatar_url":"https://github.com/jeremylaratro.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pentest_scripts\n\u003e Deployment, enumeration, and other offensive security scripts.\n\n# Usage:\n```\ngit clone https://github.com/jeremylaratro/pentest_scripts.git\n```\n```\ncd pentest_scripts \u0026\u0026 chmod +x *.sh\n```\nAdd scripts to path for easy access:\n```\necho 'alias enum=\"sh [INSERT PATH]/pentest_scripts/enum.sh\"' | tee -a ~/.zshrc \n```\n## Deployment Script\n```\n./deploy.sh [OPTIONS]\n```\n- The primary purpose of this script is to easily bring environment to operational readiness across various categories of security. Secondary purpose is to convert any Debian-based distribution into an offensive-ready state. \n```\n$ ./deploy -h\n  -------------------------------------------------\n  --------------------Switches---------------------\n  -------------------------------------------------\n  all: -a\n  web tools: -i \n  network tools: -n \n  windows tools: -w  \n  post-exploitation tools: -p \n  wordlists: -l \n  reverse engineering tools: -r\n  cloud: -c\n  rf-sdr: -s\n  -------------------------------------------------\n  -----------------Function Calls------------------\n  -------------------------------------------------\n  --------------------Required---------------------\n  -------------------------------------------------\n  -- setup\n  -- file_struct\n  -- environment\n  -- general_tools\n  -------------------------------------------------\n  --------------------Optional---------------------\n  -------------------------------------------------\n  -- web_tools\n  -- windows_tools\n  -- wordlists\n  -- reverse_engineering_tools\n  -- post_exploitation_tools\n  -- cloud\n  -- rf_sdr_tools\n  -------------------------------------------------\n```\n## Enumeration Script\n```\n./enum.sh -i \u003cip_addr\u003e  [OPTIONS]\n./enum.sh -d \u003cdomain\u003e [OPTIONS]\n./enum.sh -i \u003cip_addr\u003e -d \u003cdomain\u003e -a \n```\n```\n  -------------------------------------------------\n  --------------------Switches---------------------\n  -------------------------------------------------\n  --------------------Required---------------------\n  ---------------------Inputs----------------------\n  -- -i [IP]\n  --  \u0026\u0026/or\n  -- -d [domain]\n  -------------------------------------------------\n  --------------------Functions-------------------- \n  -------------------------------------------------\n  -- All: -a\n  -- Network enum: -n         \n  -- DNS enum: -s\n  -- HTB / CTF mode: -c\n  -- Web enum: -w                                 \n  -- Help: -h\n  -------------------------------------------------\n  -------------------------------------------------\n```\n\n| **Required Packages**| all downloaded in deployment script  | |\n|-------------------|--------------|------------|\n| nmap              | searchsploit | gospider   |\n| dirsearch         | rpcclient    | dig        |\n| smbclient         | whatweb      | enum4linux |\n| curl              | rustscan     | wfuzz      |\n| gowitness         | nikto        | crackmapexec  |\n\n```\nTO DO:\n- Add long names for deployment script switches\n- Refactor enumeration script:\n  - fix LFI/SMB functions\n  - fix hostname discovery and directory bruteforce/enumeration domain/IP conflict when provided with both or just domain\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeremylaratro%2Fpentest_scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeremylaratro%2Fpentest_scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeremylaratro%2Fpentest_scripts/lists"}