Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 20, 2021 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/74ff7cbeed868c026666dc36c014a399 to your computer and use it in GitHub Desktop.
Save r-ryantm/74ff7cbeed868c026666dc36c014a399 to your computer and use it in GitHub Desktop.
/nix/store/jpmvdaics39kd4hyi2nq9amk6xsnii2b-python3.8-lsassy-3.0.3
├── bin
│   └── lsassy
├── lib
│   └── python3.8
│   └── site-packages
│   ├── lsassy
│   │   ├── console.py
│   │   ├── core.py
│   │   ├── credential.py
│   │   ├── dumper.py
│   │   ├── dumpmethod
│   │   │   ├── comsvcs.py
│   │   │   ├── comsvcs_stealth.py
│   │   │   ├── dllinject.py
│   │   │   ├── dumpertdll.py
│   │   │   ├── dumpert.py
│   │   │   ├── __init__.py
│   │   │   ├── mirrordump_embedded.py
│   │   │   ├── mirrordump.py
│   │   │   ├── ppldump_embedded.py
│   │   │   ├── ppldump.py
│   │   │   ├── procdump_embedded.py
│   │   │   ├── procdump.py
│   │   │   ├── __pycache__
│   │   │   │   ├── comsvcs.cpython-38.pyc
│   │   │   │   ├── comsvcs_stealth.cpython-38.pyc
│   │   │   │   ├── dllinject.cpython-38.pyc
│   │   │   │   ├── dumpert.cpython-38.pyc
│   │   │   │   ├── dumpertdll.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── mirrordump.cpython-38.pyc
│   │   │   │   ├── mirrordump_embedded.cpython-38.pyc
│   │   │   │   ├── ppldump.cpython-38.pyc
│   │   │   │   ├── ppldump_embedded.cpython-38.pyc
│   │   │   │   ├── procdump.cpython-38.pyc
│   │   │   │   ├── procdump_embedded.cpython-38.pyc
│   │   │   │   └── wer.cpython-38.pyc
│   │   │   └── wer.py
│   │   ├── exec
│   │   │   ├── __init__.py
│   │   │   ├── mmc.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── mmc.cpython-38.pyc
│   │   │   │   ├── smb.cpython-38.pyc
│   │   │   │   ├── smb_stealth.cpython-38.pyc
│   │   │   │   ├── task.cpython-38.pyc
│   │   │   │   └── wmi.cpython-38.pyc
│   │   │   ├── smb.py
│   │   │   ├── smb_stealth.py
│   │   │   ├── task.py
│   │   │   └── wmi.py
│   │   ├── impacketfile.py
│   │   ├── __init__.py
│   │   ├── logger.py
│   │   ├── output
│   │   │   ├── grep_output.py
│   │   │   ├── __init__.py
│   │   │   ├── json_output.py
│   │   │   ├── pretty_output.py
│   │   │   ├── __pycache__
│   │   │   │   ├── grep_output.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── json_output.cpython-38.pyc
│   │   │   │   ├── pretty_output.cpython-38.pyc
│   │   │   │   └── table_output.cpython-38.pyc
│   │   │   └── table_output.py
│   │   ├── parser.py
│   │   ├── __pycache__
│   │   │   ├── console.cpython-38.pyc
│   │   │   ├── core.cpython-38.pyc
│   │   │   ├── credential.cpython-38.pyc
│   │   │   ├── dumper.cpython-38.pyc
│   │   │   ├── impacketfile.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── logger.cpython-38.pyc
│   │   │   ├── parser.cpython-38.pyc
│   │   │   ├── session.cpython-38.pyc
│   │   │   ├── utils.cpython-38.pyc
│   │   │   └── writer.cpython-38.pyc
│   │   ├── session.py
│   │   ├── utils.py
│   │   └── writer.py
│   └── lsassy-3.0.3.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
14 directories, 82 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment