{"id":13540080,"url":"https://github.com/xfreed0m/rdpassspray","last_synced_at":"2026-01-17T02:45:53.863Z","repository":{"id":42879940,"uuid":"190436398","full_name":"xFreed0m/RDPassSpray","owner":"xFreed0m","description":"Python3 tool to perform password spraying using RDP","archived":false,"fork":false,"pushed_at":"2023-08-17T15:09:50.000Z","size":148,"stargazers_count":633,"open_issues_count":1,"forks_count":242,"subscribers_count":20,"default_branch":"master","last_synced_at":"2024-11-03T05:32:27.418Z","etag":null,"topics":["password-spray","passwordspraying","pentest-tool","pentesting","rdp","stealth"],"latest_commit_sha":null,"homepage":null,"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/xFreed0m.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}},"created_at":"2019-06-05T17:10:42.000Z","updated_at":"2024-10-21T14:21:36.000Z","dependencies_parsed_at":"2023-01-21T16:16:31.515Z","dependency_job_id":"c2159e60-6e39-4990-ac7b-1d185578031f","html_url":"https://github.com/xFreed0m/RDPassSpray","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/xFreed0m%2FRDPassSpray","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xFreed0m%2FRDPassSpray/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xFreed0m%2FRDPassSpray/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xFreed0m%2FRDPassSpray/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xFreed0m","download_url":"https://codeload.github.com/xFreed0m/RDPassSpray/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246768362,"owners_count":20830652,"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":["password-spray","passwordspraying","pentest-tool","pentesting","rdp","stealth"],"created_at":"2024-08-01T09:01:39.542Z","updated_at":"2026-01-17T02:45:53.635Z","avatar_url":"https://github.com/xFreed0m.png","language":"Python","funding_links":[],"categories":["\u003ca id=\"862af330f45f21fbb0d495837fc7e879\"\u003e\u003c/a\u003e工具","\u003ca id=\"c49aef477cf3397f97f8b72185c3d100\"\u003e\u003c/a\u003e密码\u0026\u0026凭证"],"sub_categories":["\u003ca id=\"20bf2e2fefd6de7aadbf0774f4921824\"\u003e\u003c/a\u003e未分类-Password"],"readme":"# RDPassSpray\n\nRDPassSpary is a python tool to perform password spray attack in a Microsoft domain environment.\nALWAYS VERIFY THE LOCKOUT POLICY TO PREVENT LOCKING USERS.\n\n## How to use it\nFirst, install the needed dependencies:\n```\npip3 install -r requirements.txt\n```\nSecond, make sure you have xfreerdp:\n```\napt-get install python-apt\napt-get install xfreerdp\n````\nLast, run the tool with the needed flags:\n```\npython3 RDPassSpray.py -u [USERNAME] -p [PASSWORD] -d [DOMAIN] -t [TARGET IP]\n```\n\n## Options to consider\n* -p\\\\-P\n  * single password/hash or file with passwords/hashes (one each line)\n* -t\\\\-T\n  * single target or file with targets (one each line)\n* -u\\\\-U\n  * single username or file with usernames (one each line)  \n* --pth\n  * specify this if the supplied passwords are to be treated as hashes for Pass-The-Hash\n* -n\n  * list of hostname to use when authenticating (more details below)\n* -o\n  * output file name (csv)\n* -s\n  * throttling time (in seconds) between attempts\n* -r\n  * random throttling time between attempts (based on user input for min and max values)\n \n## Advantages for this technique\nFailed authentication attempts will produce event ID 4625 (\"An account failed to log on\") BUT:\n* the event won't have the source ip of the attacking machine:\n![No source IP](https://github.com/xFreed0m/RDPassSpray/blob/master/no_src_ip.png)\n* The event will record the hostname provided to the tool:\n![Fake hostname](https://github.com/xFreed0m/RDPassSpray/raw/master/fake_hostname.png)\n\n### Tested OS\nCurrently was test on Kali Rolling against Windows Server 2012 Domain Controller\nI didn't had a full logged environment for deeper testing, if you have one, please let me know how it looks on other systems.\n\n### Sample\n![sample](https://github.com/xFreed0m/RDPassSpray/blob/master/sample.png)\n\n### Credit\nThis tools is based on the POC made by @dafthack - https://github.com/dafthack/RDPSpray\n\n### Issues, bugs and other code-issues\nYeah, I know, this code isn't the best. I'm fine with it as I'm not a developer and this is part of my learning process.\nIf there is an option to do some of it better, please, let me know.\n\n_Not how many, but where._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxfreed0m%2Frdpassspray","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxfreed0m%2Frdpassspray","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxfreed0m%2Frdpassspray/lists"}