{"id":28003259,"url":"https://github.com/dietcokesec/tomcat","last_synced_at":"2026-04-27T20:31:40.899Z","repository":{"id":288329351,"uuid":"967668277","full_name":"dietcokesec/Tomcat","owner":"dietcokesec","description":"🐱 Brute force tomcat authentication","archived":false,"fork":false,"pushed_at":"2025-04-16T20:47:59.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-09T02:00:49.950Z","etag":null,"topics":["apache-tomcat","java","penetration-testing","penetration-testing-tools","tomcat"],"latest_commit_sha":null,"homepage":"","language":"Python","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/dietcokesec.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,"zenodo":null}},"created_at":"2025-04-16T20:10:59.000Z","updated_at":"2025-04-16T20:48:03.000Z","dependencies_parsed_at":"2025-04-17T08:36:28.966Z","dependency_job_id":"61acd7b5-7071-487c-88e6-f898a9837150","html_url":"https://github.com/dietcokesec/Tomcat","commit_stats":null,"previous_names":["dietcokesec/tomcat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dietcokesec/Tomcat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dietcokesec%2FTomcat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dietcokesec%2FTomcat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dietcokesec%2FTomcat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dietcokesec%2FTomcat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dietcokesec","download_url":"https://codeload.github.com/dietcokesec/Tomcat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dietcokesec%2FTomcat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32354566,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["apache-tomcat","java","penetration-testing","penetration-testing-tools","tomcat"],"created_at":"2025-05-09T02:00:09.845Z","updated_at":"2026-04-27T20:31:40.882Z","avatar_url":"https://github.com/dietcokesec.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"*This work has been sponsored by [Sythe Labs](https://sythelabs.com)*.\n\n# Tomcat\n🐱 Some tomcat scripts. Built to be cleaner and easier to use and a bit more configurable for things like debugging.\n\n## Usage\n```\n\n Usage: main.py [OPTIONS]\n\n╭─ Options ─────────────────────────────────────────────────────────╮\n│ *  --url                 -U      TEXT  The Tomcat URL to brute    │\n│                                        force.                     │\n│                                        [default: None]            │\n│                                        [required]                 │\n│ *  --path                -P      TEXT  The manager or             │\n│                                        host-manager URI           │\n│                                        [default: None]            │\n│                                        [required]                 │\n│    --usernames           -u      TEXT  The file or                │\n│                                        comma-separated username   │\n│                                        list.                      │\n│                                        [default: tomcat,admin]    │\n│    --passwords           -p      TEXT  The file or                │\n│                                        comma-separated password   │\n│                                        list.                      │\n│                                        [default: tomcat,admin]    │\n│    --verbose             -v            Show passed and failed     │\n│                                        inputs.                    │\n│    --debug               -d            Show the HTTP request      │\n│                                        being made                 │\n│    --install-completion                Install completion for the │\n│                                        current shell.             │\n│    --show-completion                   Show completion for the    │\n│                                        current shell, to copy it  │\n│                                        or customize the           │\n│                                        installation.              │\n│    --help                              Show this message and      │\n│                                        exit.                      │\n╰───────────────────────────────────────────────────────────────────╯\n```\n\n## In Action\n\n![action](action.png)\n\n## Examples\nIf you only have one username or password, make sure you end it with `,`.\n```bash\nuv run main.py -U \u003curl\u003e:8180/ -P /manager -u tomcat, -p /path/to/pws.txt\n```\n\n```bash\nuv run main.py -U \u003curl\u003e:8180/ -P /manager -u /path/to/wordlist -p /path/to/pws\n```\n\n### Credits:\n- [mgr_brute](https://github.com/b33lz3bub-1/Tomcat-Manager-Bruteforce/blob/master/mgr_brute.py) - Basis for the brute force script.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdietcokesec%2Ftomcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdietcokesec%2Ftomcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdietcokesec%2Ftomcat/lists"}