ustayready

Results 8 issues of ustayready

Credential storage should be moved from the .cache and .sniped files into SQLite using standard tables. This will make it much easier to run multiple phishing campaigns using different modules...

No documentation exists at the moment. At a minimum, we should provide documentation outlining how to create new modules, the requirements for a module and how to integrate Jinja2 templating...

A base module that defines the required parameters and functions will provide better insight and cleaner code. All modules should inherit from the base module and can then override as...

Default policy user count is reduced twice for the same set of users. On [line 53 ](https://github.com/ustayready/SharpHose/blob/06ea13ecfe81d75e8d46b62c588dd9c264fa4f8c/SharpHose/Nozzles/LDAP/LDAPNozzle.cs#L53) the unsafe users are removed from the users being sprayed. Then on [line...

When SharpHose is ran over Cobalt Strike without any arguments, the help menu is not returned because SharpHose was designed to throw an exception. While running unprepared assemblies over execute-assembly...

When using a username and password without a domain, SharpHose crashes because the domain controller can't be discovered without the domain name.

## Before: ``` >>> from datetime import datetime >>> valid = "2024-05-15T21:43:07.900Z" >>> datetime.strptime(valid, "%Y-%m-%dT%H:%M:%S.000Z") Traceback (most recent call last): File "", line 1, in File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/_strptime.py", line 555, in...

## What is the installation of Nemesis? Debian 11, k3s ## What is the issue? Nemesis API endpoint for posting file_data to `/api/data` using curl or python3 requests requires the...