Skip to content

Commit dacbcc4

Browse files
committed
Fix cpulimit invocation
Close #574
1 parent c922862 commit dacbcc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_gtfobins/cpulimit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
functions:
33
shell:
44
- code: |-
5-
cpulimit -l 100 -f /bin/sh
5+
cpulimit -l 100 -f -- /bin/sh
66
contexts:
77
sudo:
88
suid:
99
code: |-
10-
cpulimit -l 100 -f /bin/sh -p
10+
cpulimit -l 100 -f -- /bin/sh -p
1111
unprivileged:
1212
...

0 commit comments

Comments
 (0)