BusesCanFly / rpi-hunter

Auto discover and exploit LAN raspberry pi's
105 stars 15 forks source link

Error running on MacOS Mojave #4

Closed soumilshah1995 closed 3 years ago

soumilshah1995 commented 4 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") ^

mm1234mm commented 4 years ago

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"))