Compatibility update
This commit is contained in:
parent
d1ecdd5356
commit
300d688368
3
amt.py
3
amt.py
|
@ -11,7 +11,6 @@ import re
|
||||||
import time
|
import time
|
||||||
import requests
|
import requests
|
||||||
from lxml import html
|
from lxml import html
|
||||||
from pyfiglet import Figlet
|
|
||||||
def adb_start():
|
def adb_start():
|
||||||
if "platform-tools" in os.environ['PATH']:
|
if "platform-tools" in os.environ['PATH']:
|
||||||
print("ADB found in PATH")
|
print("ADB found in PATH")
|
||||||
|
@ -100,8 +99,6 @@ def root_device():
|
||||||
|
|
||||||
def menu():
|
def menu():
|
||||||
while True:
|
while True:
|
||||||
banner = Figlet(font='Standard')
|
|
||||||
print(banner.renderText('Android Mobile Toolkit'))
|
|
||||||
print("[1] Root Device (WIP)\n[2] Extract Data (Coming Soon)\n[99] Quit")
|
print("[1] Root Device (WIP)\n[2] Extract Data (Coming Soon)\n[99] Quit")
|
||||||
choice = input("Please select a number: ")
|
choice = input("Please select a number: ")
|
||||||
if int(choice) == 1:
|
if int(choice) == 1:
|
||||||
|
|
Reference in New Issue
Block a user