mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-27 19:04:15 +01:00
Fixed formatting of docstring because i big dum
This commit is contained in:
parent
ac4a522a44
commit
5d0c8c390d
@ -7,8 +7,10 @@ from pwncat.platform.windows import Windows, PowershellError
|
|||||||
|
|
||||||
|
|
||||||
class Module(BaseModule):
|
class Module(BaseModule):
|
||||||
"""Load the Invoke-BloodHound cmdlet and execute it. Automatically download the
|
"""
|
||||||
resulting zip file to a defined location and remove it from the target."""
|
Load the Invoke-BloodHound cmdlet and execute it. Automatically download the
|
||||||
|
resulting zip file to a defined location and remove it from the target.
|
||||||
|
"""
|
||||||
|
|
||||||
PLATFORM = [Windows]
|
PLATFORM = [Windows]
|
||||||
ARGUMENTS = {
|
ARGUMENTS = {
|
||||||
|
Loading…
Reference in New Issue
Block a user