You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typical output logs the 9389 reachability check, ADWS bind, and dump start/finish:
71
+
72
+
```text
73
+
[*] Connecting to ADWS host...
74
+
[+] ADWS port 9389 is reachable
75
+
[*] Binding to ADWS host
76
+
[+] Bind OK
77
+
[*] Starting domain dump
78
+
[+] Domain dump finished
79
+
```
80
+
52
81
## Sopa - A practical client for ADWS in Golang
53
82
54
83
Similarly as soapy, [sopa](https://github.com/Macmod/sopa) implements the ADWS protocol stack (MS-NNS + MC-NMF + SOAP) in Golang, exposing command-line flags to issue ADWS calls such as:
@@ -138,6 +167,7 @@ Combine this with `s4u2proxy`/`Rubeus /getticket` for a full **Resource-Based Co
138
167
*[SpecterOps – Make Sure to Use SOAP(y) – An Operators Guide to Stealthy AD Collection Using ADWS](https://specterops.io/blog/2025/07/25/make-sure-to-use-soapy-an-operators-guide-to-stealthy-ad-collection-using-adws/)
*[IBM X-Force Red – Stealthy Enumeration of Active Directory Environments Through ADWS](https://logan-goins.com/2025-02-21-stealthy-enum-adws/)
143
173
*[FalconForce – SOAPHound tool to collect Active Directory data via ADWS](https://falconforce.nl/soaphound-tool-to-collect-active-directory-data-via-adws/)
0 commit comments