diff --git a/src/leap.py b/src/leap.py index 3a973101..86bccb2e 100644 --- a/src/leap.py +++ b/src/leap.py @@ -1,10 +1,12 @@ #CW 2 - +import os start = input("which line of code would you like to try?\n 1: enum-1 by:\n 2: enum-2 by:\n 3: enum-3 by:\n 4: priv-esc-1 by:") if start == 1: #place holder print("enum-1") + Username = os.getlogin() + print(Username) input() elif start == 2: @@ -20,4 +22,4 @@ elif start == 4: print("priv-esc-1") input() - #placeholder \ No newline at end of file + #placeholder