Skip to content

0.1.6 #10

Merged
merged 1 commit into from
Nov 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/leap.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import time
import platform

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:\n 6: enum-6 by:\n 7: enum-7 by:\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\n 7: enum-7 by:\n 8: enum-8 by:\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()
Expand Down Expand Up @@ -35,10 +35,11 @@
info = os.popen("netstat -rn")
info = info.read()
print(info)

elif start == 6:
print("enum-6")
#placeholder
gid = os.getgid()
print(gid)
input()
elif start == 7:
pint("enum-7")
#placeholder
Expand Down