From 046f4ff56423dc40d07f9bd8283cca4c0788d6ae Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Sat, 26 Dec 2020 18:37:58 +0000 Subject: [PATCH] fixed syntax error (my bad) --- tools/wireless_attack_tools.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/wireless_attack_tools.py b/tools/wireless_attack_tools.py index a9bf639..86ffd70 100644 --- a/tools/wireless_attack_tools.py +++ b/tools/wireless_attack_tools.py @@ -48,9 +48,9 @@ class pixiewps(HackingTool): class BluePot(HackingTool): TITLE = "Bluetooth Honeypot GUI Framework" - DESCRIPTION = "You need to have at least 1 bluetooh receiver " \n - "(if you have many it will work with those, too).\n" \n - "You must install/libbluetooth-dev on " \n + DESCRIPTION = "You need to have at least 1 bluetooh receiver " \ + "(if you have many it will work with those, too).\n" \ + "You must install/libbluetooth-dev on " \ "Ubuntu/bluez-libs-devel on Fedora/bluez-devel on openSUSE" INSTALL_COMMANDS = [ "wget https://github.com/andrewmichaelsmith/bluepot/raw/master/bin/bluepot-0.2.tar.gz"