Oleg Moshkov
Oleg Moshkov
Make entry point and namespace public, so we can load assembly using reflection and call main directly
Add new command to enumerate weak machine accounts. Generates a dictionary for password spraying or enumerates weak password with NTDS file. [Article](https://www.secura.com/uploads/whitepapers/Secura-WP-Timeroasting-v3.pdf) about weak machine passwords (TLDR: `WORKSTATION01$` can have...
Basically, you can't generate an implant with named pipe and any other transport kind together because necessary libraries are not included in the build. It's looks like this [code ](https://github.com/BishopFox/sliver/blob/v1.6.0/master/implant/sliver/transports/session.go#L64)is...
Though it builds successfully I cannot run it locally nor as part of k8s pod. Here are some run logs: ``` Checking for script in /app/prestart.sh Running script /app/prestart.sh Running...
# Description Currently, every single result of ffuf is stored in memory in the `Stdout.Results` object. This can have a bad effect when working with large dictionaries and their combination...