Nemesis icon indicating copy to clipboard operation
Nemesis copied to clipboard

An offensive data enrichment pipeline

Results 12 Nemesis issues
Sort by recently updated
recently updated
newest added

## 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...

Following the various bits and pieces of documentation I created an installer for Debian 11 (since that seems to be the only supported OS as of now). I hope this...

I setup a fresh instance of Nemesis and uploaded a PDF file. Accessing the file by UUID or browsing to `/Files` returns the following error message. I've completely rebuilt Nemesis...

When performing a collection on `HKLM SYSTEM\CurrentControlSet\Services\SERVICE`, data is returned incomplete and unable to be parsed by `nemesis_reg_collect_parser.py`. It doesn't seem to be a parsing issue because the data returned...

Would you all consider making the sliver connector in golang instead of python? If not, I'll probably make one myself and I'm happy to make a pull request. Specifically I...

Updated debian_k3s_setup.sh to deal with a condition where the k3s installation would time out. This also includes installing iptables if it is not present. While installing k3s, I noticed output...

Add automatic command ingestion for Mimikatz (Logonpasswords & SAM), and Hashdump. NTLM hashes and credentials are automatically ingested into Nemesis.

Addresses an issue with the connector creating the tags (Authentication hook unauthorized this request) which would cause the sync to fail.