Skip to content

Commit

Permalink
Merge branch '3388-log4shell-pipfile' into develop
Browse files Browse the repository at this point in the history
Issue #3388
PR #3438
  • Loading branch information
mssalvatore committed Jun 23, 2023
2 parents b42af4b + b3386db commit 187be59
Show file tree
Hide file tree
Showing 2 changed files with 460 additions and 0 deletions.
15 changes: 15 additions & 0 deletions monkey/agent_plugins/exploiters/log4shell/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
ldaptor = "*"
egg_timer = "*"
requests = ">=2.24"

[dev-packages]
ldap3 = "*"

[requires]
python_version = "3.11"
Loading

0 comments on commit 187be59

Please sign in to comment.