{"id":17994925,"url":"https://github.com/p0dalirius/sprayer","last_synced_at":"2025-09-03T16:31:33.015Z","repository":{"id":64776706,"uuid":"578140588","full_name":"p0dalirius/Sprayer","owner":"p0dalirius","description":"Multithreaded spraying of a password on all accounts of a domain. ","archived":false,"fork":false,"pushed_at":"2024-12-18T10:47:59.000Z","size":336,"stargazers_count":17,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-18T18:45:22.647Z","etag":null,"topics":["active-directory","domain","passwords","pentest","spraying"],"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/p0dalirius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"p0dalirius","patreon":"Podalirius"}},"created_at":"2022-12-14T10:58:59.000Z","updated_at":"2024-12-18T10:48:03.000Z","dependencies_parsed_at":"2024-07-11T17:51:34.173Z","dependency_job_id":null,"html_url":"https://github.com/p0dalirius/Sprayer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2FSprayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2FSprayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2FSprayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2FSprayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p0dalirius","download_url":"https://codeload.github.com/p0dalirius/Sprayer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231902105,"owners_count":18443330,"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":["active-directory","domain","passwords","pentest","spraying"],"created_at":"2024-10-29T20:17:12.448Z","updated_at":"2024-12-30T18:56:32.597Z","avatar_url":"https://github.com/p0dalirius.png","language":"Python","funding_links":["https://github.com/sponsors/p0dalirius","https://patreon.com/Podalirius"],"categories":[],"sub_categories":[],"readme":"![](./.github/banner.png)\n\n\u003cp align=\"center\"\u003e\n  Multithreaded spraying of a password on all accounts of a domain.\n  \u003cbr\u003e\n  \u003cimg alt=\"PyPI\" src=\"https://img.shields.io/pypi/v/Sprayer\"\u003e\n  \u003cimg alt=\"GitHub release (latest by date)\" src=\"https://img.shields.io/github/v/release/p0dalirius/Sprayer\"\u003e\n  \u003cimg alt=\"Python pip build\" src=\"https://github.com/p0dalirius/Sprayer/actions/workflows/python-pip-build.yml/badge.svg\"\u003e\n  \u003ca href=\"https://twitter.com/intent/follow?screen_name=podalirius_\" title=\"Follow\"\u003e\u003cimg src=\"https://img.shields.io/twitter/follow/podalirius_?label=Podalirius\u0026style=social\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.youtube.com/c/Podalirius_?sub_confirmation=1\" title=\"Subscribe\"\u003e\u003cimg alt=\"YouTube Channel Subscribers\" src=\"https://img.shields.io/youtube/channel/subscribers/UCF_x5O7CSfr82AfNVTKOv_A?style=social\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n## Features\n\n - [x] Multithreaded spraying of passwords on multiple accounts\n - [x] Export of the results\n\n## Usage\n\n```\n# Sprayer  -h\nSprayer v0.9.1 - by @podalirius_\n\nusage: Sprayer [-h] [-v] -sp SPRAY_PASSWORD [-oH OUTPUT_HASHES] [-T THREADS] [-P PORT] [-u USERNAME] [-p PASSWORD]\n               [-d DOMAIN] [--hashes [LMHASH]:NTHASH] [--no-pass] [--dc-ip ip address]\n\nMultithreaded spraying of a password on all accounts of a domain\n\noptions:\n  -h, --help            show this help message and exit\n  -v, --verbose         Verbose mode. (default: False)\n  -sp SPRAY_PASSWORD, --spray-password SPRAY_PASSWORD\n                        arg1 help message\n  -oH OUTPUT_HASHES, --output-hashes OUTPUT_HASHES\n                        Output hashes to file\n  -T THREADS, --threads THREADS\n                        Number of threads (default: 16)\n  -P PORT, --port PORT  SMB port to connect to (default: 445)\n\nCredentials:\n  -u USERNAME, --username USERNAME\n                        Username to authenticate to the remote machine.\n  -p PASSWORD, --password PASSWORD\n                        Password to authenticate to the remote machine. (if omitted, it will be asked unless -no-\n                        pass is specified)\n  -d DOMAIN, --domain DOMAIN\n                        Windows domain name to authenticate to the machine.\n  --hashes [LMHASH]:NTHASH\n                        NT/LM hashes (LM hash can be empty)\n  --no-pass             Don't ask for password (useful for -k)\n  --dc-ip ip address    IP Address of the domain controller. If omitted it will use the domain part (FQDN)\n                        specified in the target parameter\n\n```\n\n## Demonstration\n\n```\n./Sprayer.py -u 'Administrator' -p 'Admin123!' -d 'COERCE.local' --dc-ip 192.168.1.46 -sp 'Admin123!'\n```\n\nhttps://user-images.githubusercontent.com/79218792/207589885-d934f431-265b-40bf-9c9f-31a3b12bb089.mp4\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp0dalirius%2Fsprayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp0dalirius%2Fsprayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp0dalirius%2Fsprayer/lists"}