πŸƒSMB Relaying

Check in bloodhound:

MATCH p=(c1:Computer)-[r1:MemberOf*1..]->(g:Group)-[r2:AdminTo]->(n:Computer) RETURN p

Check if SMB signing is disabled:

If message signing is disabled

Now start an smb relay:

Add target in targets.txt (DC mostly)

Now in mssql

Now add this in proxychains config:

Now we can list shares authenticating as the user:

Example

we can also specify a single target

EXAMPLE 2:

References

  1. https://raxis.com/blog/ad-series-how-to-perform-broadcast-attacks/

  2. https://byt3bl33d3r.github.io/practical-guide-to-ntlm-relaying-in-2017-aka-getting-a-foothold-in-under-5-minutes.html

Last updated

Was this helpful?