Skip to content

Commit

Permalink
custom impacket
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgn authored Jun 18, 2024
1 parent ca964e9 commit 4c058e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/windows-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
poetry env info
- name: Install libraries without dev group
run: |
poetry lock --no-update
poetry install
- name: Dumping some credzzzzz
run: |
Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ beautifulsoup4 = ">=4.11,<5"
bloodhound = "^1.7.2"
dploot = "^2.7.1"
dsinternals = "^1.2.4"
impacket = { git = "https://github.com:mpgn/impacket.git" }
impacket = { git = "https://github.com/mpgn/impacket.git" }
lsassy = ">=3.1.11"
masky = "^0.2.0"
minikerberos = "^0.4.1"
Expand Down

0 comments on commit 4c058e0

Please sign in to comment.