Skip to content

Commit

Permalink
Update Payloads.py - remove distutils/donut
Browse files Browse the repository at this point in the history
Distutils was removed in python3.12
  • Loading branch information
benpturner committed Oct 11, 2024
1 parent 8a00374 commit acb0ef5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions poshc2/server/payloads/Payloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@
import subprocess
import time
from datetime import datetime
from distutils.dir_util import copy_tree
from enum import Enum
from urllib.parse import urlparse

import donut

from poshc2 import Colours
from poshc2.Utils import gen_key, offset_finder, get_first_url, new_implant_id
from poshc2.server.Config import PBindSecret as DefaultPBindSecret, PBindPipeName as DefaultPBindPipeName, \
Expand Down

0 comments on commit acb0ef5

Please sign in to comment.