Skip to content

Commit

Permalink
fix: switch payload sudo_killer to zip (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocervell committed Apr 23, 2024
1 parent 9b9ab7b commit 2a92dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secator/__init__.py
Expand Up @@ -95,7 +95,7 @@ class Payloads(StrictModel):
templates: Dict[str, str] = {
'lse': 'https://github.com/diego-treitos/linux-smart-enumeration/releases/latest/download/lse.sh',
'linpeas': 'https://github.com/carlospolop/PEASS-ng/releases/latest/download/linpeas.sh',
'sudo_killer': 'git+https://github.com/TH3xACE/SUDO_KILLER'
'sudo_killer': 'https://github.com/TH3xACE/SUDO_KILLER/archive/refs/heads/V3.zip'
}


Expand Down

0 comments on commit 2a92dc8

Please sign in to comment.