{"id":13843478,"url":"https://github.com/jofpin/brutto","last_synced_at":"2025-09-02T03:39:54.493Z","repository":{"id":29164128,"uuid":"32694606","full_name":"jofpin/brutto","owner":"jofpin","description":"Easy brute forcing to whatever you want - Jose Pino","archived":false,"fork":false,"pushed_at":"2015-03-23T15:58:49.000Z","size":140,"stargazers_count":65,"open_issues_count":0,"forks_count":12,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-14T22:30:36.430Z","etag":null,"topics":["brute-force-attacks","hacking","library","python"],"latest_commit_sha":null,"homepage":"https://twitter.com/jofpin","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/jofpin.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}},"created_at":"2015-03-22T20:44:54.000Z","updated_at":"2025-02-26T22:13:22.000Z","dependencies_parsed_at":"2022-08-17T19:15:25.530Z","dependency_job_id":null,"html_url":"https://github.com/jofpin/brutto","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jofpin/brutto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jofpin%2Fbrutto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jofpin%2Fbrutto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jofpin%2Fbrutto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jofpin%2Fbrutto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jofpin","download_url":"https://codeload.github.com/jofpin/brutto/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jofpin%2Fbrutto/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273226644,"owners_count":25067566,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["brute-force-attacks","hacking","library","python"],"created_at":"2024-08-04T17:02:10.140Z","updated_at":"2025-09-02T03:39:54.472Z","avatar_url":"https://github.com/jofpin.png","language":"Python","funding_links":[],"categories":["Python (1887)","Python"],"sub_categories":[],"readme":"# brutto\nEasy brute forcing to whatever you want, Its magic increasing values and direct.\n\n\n## Implementation \n\n-   Clone `git clone https://github.com/jofpin/brutto.git`\n-   [Download the latest version](https://github.com/jofpin/brutto/archive/master.zip)\n-   Install with Python: `python setup.py install`\n\n```python\n# So you import the library\nfrom brutto_easy import Brutto\n```\n\n## How to use\n\n-   Includes all the letters (A - Z ) in case sensitive.\n-   All numbers are reflected in the process ( 0-9 )\n-   Also all the symbols and space.\n\n## Settings\n-   scope\n-   letters\n-   numbers\n-   symbols\n-   space\n\n## Base \n- increase\n- direct\n\n### Default settings test with (increase)\n```python\n# call brutto\ntest = Brutto()\n\n# Here I implement\nfor example in test.increase(letters=True, numbers=True, symbols=False, space=False, scope=4):\n    print example\n```\n\n### Default settings test with (direct)\n```python\n# call brutto\nbruteforce = Brutto()\n\nfor example in bruteforce.direct(4):\n    print example\n```\n\nSo you add a custom value to increase letters. scope=(1-5)\n```python\n# call brutto\ntest = Brutto()\n\nfor example in test.increase(letters=True, scope=5):\n    print example\n```\n\nWith letters and numbers, and increased scope=(1-8 )\n```python\n# call brutto\ntest = Brutto()\n\nfor example in test.increase(scope=8, letters=True, numbers=True, symbols=False):\n    print example\n```\n\n-------------\n\nCopyright, 2015 by [Jose Pino](http://twitter.com/jofpin)\n\n-------------\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjofpin%2Fbrutto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjofpin%2Fbrutto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjofpin%2Fbrutto/lists"}