From 87f41a2e23eee9dd71ab1fce58000232bcca367f Mon Sep 17 00:00:00 2001 From: "Reece Cross-Taylor (taylorr15)" Date: Sun, 28 Nov 2021 14:10:14 +0000 Subject: [PATCH] Update leap.py --- src/leap.py | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/leap.py b/src/leap.py index 15c474eb..b97a6147 100644 --- a/src/leap.py +++ b/src/leap.py @@ -3,8 +3,10 @@ import time import platform import ctypes +from uuid import getnode as get_mac -start = int(input("which line of code would you like to try?\n 1: enum-1 by: Tazmin \n 2: enum-2 by: Jacob\n 3: enum-3 by: Webb\n 4: enum-4 by:Jordan\n 5: enum-5 by:Jacob\n 6: enum-6 by:Joe and tazmin\n 7: enum-7 by:Joe\n 8: enum-8 by:\n 9: priv-esc-1 by:\n 10: priv-esc-2 by:\n 11: priv-esc-3 by:\n")) + +start = int(input("which line of code would you like to try?\n 1: enum-1 by: Tazmin \n 2: enum-2 by: Jacob\n 3: enum-3 by: Webb\n 4: enum-4 by:Jordan\n 5: enum-5 by:Jacob\n 6: enum-6 by:Joe and tazmin\n 7: enum-7 by:Joe\n 8: enum-8 by:Reece\n 9: priv-esc-1 by:\n 10: priv-esc-2 by:\n 11: priv-esc-3 by:\n")) if start == 1: print("enum-1") Username = os.getlogin() @@ -50,9 +52,12 @@ print('not privilege escalation') input() elif start == 8: - print("enum-8") - #placeholder -elif start == 9: + print("enum-8")# + macaddress = get_mac() + print(macaddress) + input() + + elif start == 9: print("priv-esc-1") input() #placeholder