Skip to content

Commit

Permalink
WMI: Add Pipfile for dependencies
Browse files Browse the repository at this point in the history
Issue #3163
PR #3264
  • Loading branch information
shreyamalviya committed Apr 27, 2023
1 parent 61d6e8d commit de5937e
Show file tree
Hide file tree
Showing 2 changed files with 357 additions and 0 deletions.
12 changes: 12 additions & 0 deletions monkey/agent_plugins/exploiters/wmi/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
impacket = "*"

[dev-packages]

[requires]
python_version = "3.11"
Loading

0 comments on commit de5937e

Please sign in to comment.