Russel Van Tuyl

Results 20 issues of Russel Van Tuyl

Update script to check hashes that have not been cracked using Troy Hunt's Pwned Passwords. Additional blog post here: https://www.troyhunt.com/pwned-passwords-now-as-ntlm-hashes/

Add in functionality to output a CSV of interesting hosts. Should be as simple as adding a command line argument to disable the option. The table is already generated in...

enhancement

Language needs to be changed from "one (1) host" to "one (1) instance of a host" when multiple vulnerability narratives are generated.

enhancement

Add code to determine the highest CVSSv2 score when generating multiple vulnerability narratives and update the header to reflect accordingly.

enhancement

Allow configurable listener options to be case insensitive so that way `set interface` == `set Interface`.

### Prerequisite * [x] I have read the [README](https://github.com/Ne0nd0g/merlin/blob/master/README.MD) * [x] I have search the opened & _closed_ [issues](https://github.com/Ne0nd0g/merlin/issues) * [x] I have search the [WIKI](https://github.com/Ne0nd0g/merlin/wiki) and its [FAQ](https://github.com/Ne0nd0g/merlin/wiki/FAQ) page...

Add a `system` command to Merlin server to explicitly execute commands on the host operating system. Merlin's current default is to execute any non-Merlin command on the host OS. However,...

enhancement
help wanted

Add new features to the go-clr framework to better enable its use in a Command & Control (C2). This allows an agent to load in an assembly one time but...

### Prerequisite * [X] I have searched the opened & _closed_ [issues](https://github.com/Ne0nd0g/merlin-agent/issues) * [X] I have searched the [WIKI](https://merlin-c2.readthedocs.io/en/latest/index.html) and its [FAQ](https://merlin-c2.readthedocs.io/en/latest/quickStart/faq.html) page ### Environment Data * Merlin Agent Version:...

In order to fight against entropy, it would be useful to have Garble combine N number of words from a provided word list and use that for string replacement instead...

enhancement