diff --git a/pwnagotchi/ui/web/handler.py b/pwnagotchi/ui/web/handler.py index 97fa259a..8db7585f 100644 --- a/pwnagotchi/ui/web/handler.py +++ b/pwnagotchi/ui/web/handler.py @@ -32,8 +32,10 @@ class Handler: self._app.add_url_rule('/plugins//', 'plugins', self.plugins, methods=['GET', 'POST']) def index(self): - return render_template('index.html', title=pwnagotchi.name(), - other_mode='AUTO' if self._agent.mode == 'manual' else 'MANU') + return render_template('index.html', + title=pwnagotchi.name(), + other_mode='AUTO' if self._agent.mode == 'manual' else 'MANU', + fingerprint=self._agent.fingerprint()) def plugins(self, name, subpath): if name is None: diff --git a/pwnagotchi/ui/web/templates/index.html b/pwnagotchi/ui/web/templates/index.html index cc4d87a9..a5475429 100644 --- a/pwnagotchi/ui/web/templates/index.html +++ b/pwnagotchi/ui/web/templates/index.html @@ -21,6 +21,10 @@ + +
+ +