r00t-3xp10it / morpheus

Morpheus - Automating Ettercap TCP/IP (MITM-hijacking Tool)
843 stars 235 forks source link

Bad Text formate #26

Closed katesaikishore closed 4 years ago

katesaikishore commented 4 years ago

\033[34m VERSION:\033[33m2.3\033[34m DISTRO:\033[33mKali\033[34m IP:\033[33m172.16.221.1\033[34m INTERFACE:\033[33meth0\033[34m IPv6:\033[33mACTIVE\033[34m

I am getting this type of text formate how to overcome this?

r00t-3xp10it commented 4 years ago

what Shell are you using ??? its not the default sh (bash) shell rigth ?? Because that type of errors appers if i change the shebang on top of my tool from sh to bash <--- the tool its written to interact with default sh shell not with bash ..

Remark: sh and bash are diferent shells ...

#!/bin/bash <---- bash shebang #!/bin/sh <---- sh shebang