mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-24 01:25:37 +01:00
Fixed possible typo in 'id' command in 'refresh_uid'
Real and effective 'gid' are interchanged
This commit is contained in:
parent
58fa22d75f
commit
4043e95adc
@ -821,7 +821,7 @@ class Linux(Platform):
|
||||
while True:
|
||||
try:
|
||||
proc = self.run(
|
||||
"(id -ru;id -u;id -g;id -rg;id -G;)",
|
||||
"(id -ru;id -u;id -rg;id -g;id -G;)",
|
||||
capture_output=True,
|
||||
text=True,
|
||||
check=True,
|
||||
|
Loading…
Reference in New Issue
Block a user