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
Copy file name to clipboardExpand all lines: readme.MD
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ Looks for enabled normal user accounts. No Windows audit logs generated. High sp
11
11
- Outputs to stdout (default) or file
12
12
- Parallelized, multiple connections to multiple servers (defaults to 8 servers, 8 connections per server)
13
13
- Shows progressbar if you're using both input and output files
14
+
- Evasive maneuvers: Use --throttle 20 for a 20ms delay between each request (slows everything down to a crawl)
15
+
- Evasive maneuvers: Use --maxrequests 1000 to close connection and reconnect after 1000 requests in each connection (try to avoid detection based on traffic volume)
14
16
15
17
### Download auto built binaries from [releases](https://github.com/lkarlslund/ldapnomnom/releases) or build and install with this Go command
16
18
@@ -21,7 +23,7 @@ go install github.com/lkarlslund/ldapnomnom@latest
0 commit comments