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
> A next generation version of enum4linux (a Windows/Samba enumeration tool) with additional features like JSON/YAML export.
6
+
7
+
Running `enum4linux-ng` without any enumeration option is equivalent to running it with `-A` (un mostly all common modules), which is similar to enum4linux `-a` option.
8
+
9
+
It's possible to save all the results as a JSON file so you can use them with other tools.
10
+
11
+
```
12
+
$ enum4linux-ng -A 10.0.0.1 -u 'svc_user' -p 'azerty1234' -oJ enum4linux-ng_output
13
+
```
14
+
15
+
## Results extraction
16
+
17
+
A quick Ruby script would allow you to extract all users or all groups from the AD in a parsable way:
0 commit comments