Skip to content

Commit 1f00247

Browse files
committed
Maj donut for Windows 11
1 parent 9f9313b commit 1f00247

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

C2Client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"pwn==1.0",
1818
"pefile==2024.8.26",
1919
"openai==1.102.0",
20-
"donut-shellcode",
20+
"donut-shellcode @ git+https://github.com/maxDcb/donut.git@master",
2121
"markdown"
2222
]
2323

C2Client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ pefile==2024.8.26
1010
openai==1.102.0
1111
pytest==8.4.1
1212
pytest-qt==4.5.0
13-
donut-shellcode
13+
git+https://github.com/maxDcb/donut.git@master#egg=donut-shellcode
1414
markdown

0 commit comments

Comments
 (0)