mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Change bettercap version check for oPwngrid
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -92,7 +92,7 @@ def update_data(last_session):
|
|||||||
'build': "Pwnagotchi by Jayofelony",
|
'build': "Pwnagotchi by Jayofelony",
|
||||||
'plugins': enabled,
|
'plugins': enabled,
|
||||||
'language': language,
|
'language': language,
|
||||||
'bettercap': subprocess.getoutput("bettercap -version").split(".\n\n")[1],
|
'bettercap': subprocess.getoutput("bettercap -version"),
|
||||||
'opwngrid': subprocess.getoutput("pwngrid -version")
|
'opwngrid': subprocess.getoutput("pwngrid -version")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user