From 6bafb73a7b644cbe78a5f27599ea08289a4ecbc5 Mon Sep 17 00:00:00 2001 From: Azeem Idrisi Date: Sat, 8 Jul 2023 23:25:32 +0530 Subject: [PATCH] Added warning --- phonesploitpro.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/phonesploitpro.py b/phonesploitpro.py index 2380559..0818293 100755 --- a/phonesploitpro.py +++ b/phonesploitpro.py @@ -1433,6 +1433,10 @@ def scan_network(): def record_audio(mode): + print( + f"\n{color.RED}[Warning] {color.CYAN}This feature is currently available for devices running on Android 11 or higher only.{color.WHITE}" + ) + global pull_location if pull_location == "": print( @@ -1538,6 +1542,9 @@ def record_audio(mode): def stream_audio(mode): + print( + f"\n{color.RED}[Warning] {color.CYAN}This feature is currently available for devices running on Android 11 or higher only.{color.WHITE}" + ) match mode: case "mic": print(