{"id":16683053,"url":"https://github.com/hlts2/crssh","last_synced_at":"2025-04-09T23:14:52.413Z","repository":{"id":57574180,"uuid":"339918517","full_name":"hlts2/crssh","owner":"hlts2","description":"SSH password crack for penetration tests using brute force and dictionary attacks.","archived":false,"fork":false,"pushed_at":"2021-02-24T16:49:34.000Z","size":62,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T23:14:44.891Z","etag":null,"topics":["brute-force-attacks","bruteforce-password-cracker","cli","crack","cracking","cracking-password","dictionary-attack","golang","penetration-test","penetration-testing","penetration-testing-tools","security","ssh","ssh-crack"],"latest_commit_sha":null,"homepage":"","language":"Go","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/hlts2.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}},"created_at":"2021-02-18T02:54:06.000Z","updated_at":"2025-01-14T14:08:56.000Z","dependencies_parsed_at":"2022-09-18T04:21:37.118Z","dependency_job_id":null,"html_url":"https://github.com/hlts2/crssh","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/hlts2%2Fcrssh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hlts2%2Fcrssh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hlts2%2Fcrssh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hlts2%2Fcrssh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hlts2","download_url":"https://codeload.github.com/hlts2/crssh/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248125591,"owners_count":21051770,"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":["brute-force-attacks","bruteforce-password-cracker","cli","crack","cracking","cracking-password","dictionary-attack","golang","penetration-test","penetration-testing","penetration-testing-tools","security","ssh","ssh-crack"],"created_at":"2024-10-12T14:10:11.450Z","updated_at":"2025-04-09T23:14:52.382Z","avatar_url":"https://github.com/hlts2.png","language":"Go","readme":"# crssh\n\nSSH password crack for penetration tests using brute force and dictionary attacks.\n\n## Requirement\n\nGo 1.15+\n\n## Install\n\n```shell\ngo get github.com/hlts2/crssh\n```\n\n## Attack Method\n\n- Brute Force Attack\n  - [gobf](https://github.com/hlts2/gobf)\n- Dictionary Attack\n  - [godict](https://github.com/hlts2/godict)\n\n## Usage\n\n```bash\n$ crssh --help\npenetration testing tool for ssh server\n\nUsage:\n  crssh [flags]\n\nFlags:\n  -b, --bruteforce    set brute force attack\n  -d, --dictionary    set dictionary attack\n  -h, --help          help for crssh\n  -p, --port uint     set port number (default 22)\n  -s, --size uint     set password size for brute force attack (default 4)\n  -u, --user string   set user name (default \"root\")\n  -v, --version       version for crssh\n```\n\n## Example\n\n#### Dictionary Attack\n\nExecute a dictionary attack with the `d` option.\n\n```bash\n$ crssh root@127.0.0.1 -p 2222 -d\n```\n\n#### Brute Force Attack\n\nExecute a brute force attack with the `b` option.\n\n```bash\n$ crssh root@127.0.0.1 -p 2222 -b\n```\n\n#### Dictionary Attack \u0026 Brute Force Attack\n\nExecute dictionary and brute force attacks with the `d` and `b` options.\n\n```bash\n$ crssh root@127.0.0.1 -p 2222 -db\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhlts2%2Fcrssh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhlts2%2Fcrssh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhlts2%2Fcrssh/lists"}