{"id":16119385,"url":"https://github.com/codingchili/vertx-httpform-bruteforce","last_synced_at":"2025-04-06T10:19:12.178Z","repository":{"id":87434617,"uuid":"309161807","full_name":"codingchili/vertx-httpform-bruteforce","owner":"codingchili","description":"Vertx client to brute force http-post form, twice as fast as hydra.","archived":false,"fork":false,"pushed_at":"2020-11-01T18:45:24.000Z","size":63,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-12T15:51:30.425Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/codingchili.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":"2020-11-01T18:31:52.000Z","updated_at":"2022-11-09T20:40:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"d293b96f-0edb-46d0-832b-8c5b58e78b73","html_url":"https://github.com/codingchili/vertx-httpform-bruteforce","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/codingchili%2Fvertx-httpform-bruteforce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingchili%2Fvertx-httpform-bruteforce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingchili%2Fvertx-httpform-bruteforce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingchili%2Fvertx-httpform-bruteforce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codingchili","download_url":"https://codeload.github.com/codingchili/vertx-httpform-bruteforce/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247464343,"owners_count":20942995,"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-10-09T20:54:01.003Z","updated_at":"2025-04-06T10:19:12.172Z","avatar_url":"https://github.com/codingchili.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vertx-httpform-bruteforce\nVertx client to brute force http-post form, twice as fast as hydra.\n\n### Building\n\nModify Breaker.kt to update hard-coded stuff like form parameters, target url, port etc.\n\n```\n./gradlew build\n```\n\nThis produces a jar file in build/lib.\n\n### Usage\n\nGrab a session id and csrf token if required, example in tokens.sh. Make sure to verify that token is reusable and attached to the session used.\n\n```\n. ./tokens.sh\n\n#java -jar form-breaker-1.0-SNAPSHOT.jar \u003cusername\u003e \u003csessionId\u003e \u003ccsrf-token\u003e \u003cwordlist.txt\u003e\njava -jar form-breaker-1.0-SNAPSHOT.jar test $PHPSESSID $CSRF rockyou.78.txt\n```\n\nWordlist is a file with passwords to try, separated by newlines.\nFor example, to filter the rockyou.txt to a specific passlength\n\n```\n$ awk '{ if (length($0) == 8 || length($0) == 7) print }' rockyou.txt \u003erockyou.7-8.txt\n```\n\nRun snapshot.sh with a known valid login to periodically sanity check the server.\n\n```\n./snapshot.sh\n```\n\nIf the server stops responding, recompile and set the wordlist offset.\n\n### Performance\n\nTwice as fast as hydra, gets about 15-22k requests/minute on a local virtualbox target.\n\nLoads the whole wordlist in memory.. so prefer to filter into smaller lists, or submit a PR. :kissing_cat:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingchili%2Fvertx-httpform-bruteforce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingchili%2Fvertx-httpform-bruteforce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingchili%2Fvertx-httpform-bruteforce/lists"}