Closed soumilshah1995 closed 3 years ago
Hello Thanks for making the tool i am trying to run this tool on mac os when i try to run i am getting error
base) Soumils-MacBook-Air-8:rpi-hunter soumilshah$ python rpi-hunter.py File "rpi-hunter.py", line 66 print colored("Specify with --payload", "green"), colored("name\n", "yellow") ^
I fixed this for python3 by changing print colored("Specify with --payload", "green"), colored("name\n", "yellow") to print (colored("Specify with --payload", "green"), colored("name\n", "yellow"))
Hello Thanks for making the tool i am trying to run this tool on mac os when i try to run i am getting error
base) Soumils-MacBook-Air-8:rpi-hunter soumilshah$ python rpi-hunter.py File "rpi-hunter.py", line 66 print colored("Specify with --payload", "green"), colored("name\n", "yellow") ^