Skip to content

Commit e9f2dd0

Browse files
authored
Update solution.md
1 parent 8f773a5 commit e9f2dd0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tamuctf2018/shell-plugin/solution.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ Changes:
1919
20 - os.system("./change-user-pass.sh " + name + " " + password)
2020
23 + os.system("./change-user-pass.sh " + shellquote(name) + " " + shellquote(password))
2121
```
22-
23-
22+
```
23+
Service Check Succeeded After Attack
24+
flag: gigem{gH0s7_in_7h3_Sh3ll_fb63a0}
25+
```

0 commit comments

Comments
 (0)