Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroZ committed Jun 5, 2024
1 parent 4302716 commit 4e4e63b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,18 @@ Supported software
| Internal mechanism passwords storage | Autologon<br> MSCache<br> Credential Files<br> Credman <br> DPAPI Hash <br> Hashdump (LM/NT)<br> LSA secret<br> Vault Files | GNOME Keyring<br> Kwallet<br> Hashdump | Keychains<br> Hashdump |


Compile
----

* Using Pyinstaller
```
pyinstaller --additional-hooks-dir=. -F --onefile laZagne.py
```
* Using Nuitka
```
python3 -m nuitka --standalone --onefile --include-package=lazagne laZagne.py
```

For developers
----
Please refer to the wiki before opening an issue to understand how to compile the project or to develop a new module.
Expand Down

0 comments on commit 4e4e63b

Please sign in to comment.