From 87d8beb9bec16f387ceb1861258f03d9f9345841 Mon Sep 17 00:00:00 2001 From: jayofelony Date: Sat, 15 Jun 2024 20:01:17 +0200 Subject: [PATCH] Change bettercap version check for oPwngrid Signed-off-by: jayofelony --- pwnagotchi/grid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/grid.py b/pwnagotchi/grid.py index ee1aac8f..efef1981 100644 --- a/pwnagotchi/grid.py +++ b/pwnagotchi/grid.py @@ -92,7 +92,7 @@ def update_data(last_session): 'build': "Pwnagotchi by Jayofelony", 'plugins': enabled, 'language': language, - 'bettercap': subprocess.getoutput("bettercap -version").split(".\n\n")[1], + 'bettercap': subprocess.getoutput("bettercap -version"), 'opwngrid': subprocess.getoutput("pwngrid -version") }