diff --git a/Commander/Python/commander.py b/Commander/Python/commander.py index 0cb5fc4..9ac6f9a 100644 --- a/Commander/Python/commander.py +++ b/Commander/Python/commander.py @@ -20,6 +20,7 @@ import errno class Commander(object): print "[*] WiFi Pineapple Commander Module" + print "[*] peace to: sebkinne & tesla" def run(self): while True: @@ -118,4 +119,4 @@ if __name__ == '__main__': commander.parseConfig() commander.printConfig() commander.connect() - commander.run() \ No newline at end of file + commander.run() diff --git a/Commander/module.info b/Commander/module.info index eb0d190..71bda3f 100644 --- a/Commander/module.info +++ b/Commander/module.info @@ -6,5 +6,5 @@ "tetra" ], "title": "Commander", - "version": "2.0" -} \ No newline at end of file + "version": "2.1" +}