Skip to content

Commit 616a116

Browse files
committed
Final update for Kali submission.
Forgot a a sys.exit(0) on version information. Oopsie.
1 parent 92535c3 commit 616a116

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DockerPwn.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ def main():
5353

5454
if verFlag == True:
5555
print(versionInformation)
56-
56+
sys.exit(0)
57+
5758
if target is not None and port is not None:
5859

5960
if image is None:

0 commit comments

Comments
 (0)