{"id":19307951,"url":"https://github.com/lucksi/himitsu","last_synced_at":"2025-10-09T21:15:07.670Z","repository":{"id":252847711,"uuid":"841640264","full_name":"Lucksi/Himitsu","owner":"Lucksi","description":"Himitsu is a Online/Offline Red Team Tool focused on Password Cracking and Web Vulnerabilities","archived":false,"fork":false,"pushed_at":"2025-01-03T21:21:05.000Z","size":189,"stargazers_count":18,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-31T00:57:36.177Z","etag":null,"topics":["dictionary-attack","password","python","red-team","xss"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lucksi.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,"zenodo":null}},"created_at":"2024-08-12T20:12:53.000Z","updated_at":"2025-07-24T12:40:44.000Z","dependencies_parsed_at":"2025-04-12T10:10:31.581Z","dependency_job_id":"afbd61cf-cb50-41cf-9a5a-efda473c680e","html_url":"https://github.com/Lucksi/Himitsu","commit_stats":null,"previous_names":["lucksi/himitsu"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Lucksi/Himitsu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lucksi%2FHimitsu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lucksi%2FHimitsu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lucksi%2FHimitsu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lucksi%2FHimitsu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lucksi","download_url":"https://codeload.github.com/Lucksi/Himitsu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lucksi%2FHimitsu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002071,"owners_count":26083285,"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-10-09T02:00:07.460Z","response_time":59,"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":["dictionary-attack","password","python","red-team","xss"],"created_at":"2024-11-10T00:13:08.360Z","updated_at":"2025-10-09T21:15:07.627Z","avatar_url":"https://github.com/Lucksi.png","language":"Python","readme":"\u003cp align = \"center\"\u003e\n\u003cimg src = \"Logo/Banner.png\"height = \"150px\" width=\"auto\"\u003e\n\u003c/p\u003e\n\n\u003cp align = \"center\"\u003e\n  \u003cimg src = \"https://img.shields.io/github/stars/Lucksi/Himitsu\"\u003e\n  \u003cimg src = \"https://img.shields.io/github/forks/Lucksi/Himitsu\"\u003e\n  \u003cimg src = \"https://img.shields.io/badge/Maintained%3F-yes-green.svg\"\u003e\n  \u003cimg src = \"https://img.shields.io/github/license/Lucksi/Himitsu\"\u003e\n  \u003cimg src = \"https://img.shields.io/github/repo-size/Lucksi/Himitsu\"\u003e\n  \u003cimg src= \"https://img.shields.io/github/languages/count/Lucksi/Himitsu\"\u003e\n  \u003cimg src = \"https://visitor-badge.laobi.icu/badge?page_id=Lucksi.Himitsu\"\u003e\n\u003c/p\u003e\n\n\n**Himitsu is a Online/Offline Red Team tool focused on Password Cracking and Web Vulnerabilities**\n\n## DISCLAIMER\n\n**This tool is intented only for educational and testing purposes only. I do not assume any liability for any bad/illegal usage of this tool.**\n\n## Password Folder\n\n**In order to make the password modules works is necessary to add to 'Passwords/Default' a wordlist with .txt extension ex (Example.txt)**\n\n\u003cimg src = \"Screenshot/Screenshot_List.png\"\u003e\n\n## File-Cracker\n\n**Before using this option make sure to add the file that you want to crack in the folder named 'Files'**\n\n\u003cimg src = \"Screenshot/Screenshot_Files.png\"\u003e\n\n\n## Screenshot:\n\u003cimg src = \"Screenshot/Screenshot.png\" \u003e\n\n\n## Installation:\n```bash\ngit clone https://github.com/Lucksi/Himitsu\ncd Himitsu\nsudo apt-get update\nsudo chmod +x install.sh\nsudo bash install.sh\npip3 install -r requirements.txt\n```\n\n## Installation (Venv):\n**if you encounter some errors in the python libraries installation use this method:**\n```bash\ngit clone https://github.com/Lucksi/Himitsu\nsudo apt-get update\ncd Himitsu\npython3 -m venv .lib_venv\nsudo chmod +x install.sh\nsudo bash install.sh\nsource .lib_venv/bin/activate\npip3 install -r requirements.txt\n```\n\n## Execution:\n```bash\ncd Himitsu\npython3 main.py\n```\n## Execution (Venv)\n```bash\ncd Himitsu\nsource .lib_venv/bin/activate\npython3 main.py\n```\n\n## Configuration Options:\n\n| Option name | Type | Description |  Default Value |  \n| ------------- | ------------- | ------------- | ------------- | \n| `USERAGENT_PATH` | String | File path of the Useragent list | Useragent/List.txt\n| `TOR_PROXY`  | True/False | Making web request throught Tor network | False\n| `USERAGENT_CHANGE` | True/False | Making your Useragent different after a certain number of requests | False\n| `BREAK_TIME` | Number | Number of requests to reach in order to change Useragent | 5\n\n## Features:\n\n| Option name | Description |\n| ------------- | ------------- |\n| `Algorithm Recognition`  | Automatic recognition of the algorithm that have been used to hash or encode a password|\n| `Useragent changing`  | After a certain number of request your useragent will change in to a new one |\n| `Tor Proxies`  | Run your connections throught Tor |\n| `Html Forms Detection`  | Gathering all the html forms in a webpage |\n| `Automated http request`  | Creation of the url and setting the comunication method for making a web request|\n\n## Current Form info Gathered:\n\n| Option name | Description |\n| ------------- | ------------- |\n| `Action Detection`  | Recognition of the action url |\n| `Method Detection`  | Recognition of the method used in order to transfer data (POST/GET) |\n| `Parameters`  | Recognition of Parameter name (and description when possible) |\n\n\u003cbr\u003e\n\n| Form Detecion | Parameters Detection |\n| ------------- | ------------- |\n| \u003cimg src = \"Screenshot/Screenshot_Forms.png\"\u003e  | \u003cimg src = \"Screenshot/Screenshot_Details.png\" height = 150px width = 450px\u003e|\n\n## Current Hashing and Encoding Algorithm Supported:\n\n| Name | Recognition |\n| ------------- |  ------------- |\n| `BASE64` | :heavy_check_mark: |\n| `BASE32` |   :heavy_check_mark: |\n| `MD5`  | :heavy_check_mark: |\n| `SHA1`  | :heavy_check_mark: |\n| `SHA224` | :heavy_check_mark: |\n| `SHA3-224`  | :heavy_check_mark: |\n| `SHA256`  | :heavy_check_mark: |\n| `SHA3-256`  | :heavy_check_mark: |\n| `SHA384`  | :heavy_check_mark: |\n| `SHA3-384`  | :heavy_check_mark: |\n| `SHA512`  | :heavy_check_mark: |\n| `SHA3-512`  | :heavy_check_mark: |\n\n## Current Offline Cracking Options:\n\n| Options\n| ------------- \n| `Password`\n| `Zip File`\n| `Rar File`\n| `7zip File`\n| `Pdf File`\n\n## Current Attacks/Decoding:\n\n| Option name | Mode |\n| ------------- | -------------\n| `Password Cracking` | Offline/Online |\n| `Xss Injection`  | Offline/Online |\n| `Base64 Decoding` | Offline |\n\n\n## STARGAZERS OVER TIME \n\n[![Stargazers over time](https://starchart.cc/Lucksi/Himitsu.svg)](https://starchart.cc/Lucksi/Himitsu)\n\n\u003cbr\u003e\n\n## \u003cp align = center\u003e  ORIGINAL CREATOR: \u003ca href = \"https://github.com/Lucksi\"\u003eLUCA GAROFALO (Lucksi)\u003c/a\u003e\u003c/p\u003e\n\n\n## \u003cp align = center\u003eLICENSE: GPL-3.0 License \u003cbr\u003eCOPYRIGHT: (C) 2024-2025 Lucksi  \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucksi%2Fhimitsu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucksi%2Fhimitsu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucksi%2Fhimitsu/lists"}