screetsec/Dracnmap

Mac OS support

shayanb opened this issue · 0 comments

I feel like adding mac support should be easy, not sure if it would work out of the box if we install xterm on mac but a simple change like the following would make it work:

-    xterm -hold -fa monaco -fs 13 -bg black -e nmap  $ip
+    bash -m -v -c "nmap $ip"