fozavci / viproy-voipkit

VIPROY - VoIP Pen-Test Kit for Metasploit Framework
Other
401 stars 106 forks source link

Issue with Skinny scripts #10

Open yunolikeme opened 7 years ago

yunolikeme commented 7 years ago

None of the viproy_skinny scripts appear to be working.
When attempting to run a skinny module I receive the following error uxiliary failed: Encoding::CompatibilityError incompatible character encodings: ASCII-8BIT and UTF-8 I have tried running this on multiple different OS with different versions of Ruby.

d4rc0d3x commented 7 years ago

Hi Mate,

Sorry for the late reply. I'll have a look to see if I may have missed something. I'll keep you posted.

Thanks a lot for letting me know.

Cheers

D4rc0d3x

.ninja { color: black; visibility: hidden; }

On 02/02/2017 06:58 PM, yunolikeme wrote:

None of the viproy_skinny scripts appear to be working. When attempting to run a skinny module I receive the following error uxiliary failed: Encoding::CompatibilityError incompatible character encodings: ASCII-8BIT and UTF-8 I have tried running this on multiple different OS with different versions of Ruby.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/fozavci/viproy-voipkit/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/AR1u7580GoNGnBz7g-B2G1RUkguqZ102ks5rYidugaJpZM4L1f6e.

benochen commented 7 years ago

Hi I try to use the module into the new version of Kali

I'm very interesting by the resolution of this issue because I wish to use the skinny module for an audit.

Do you have any workaround ? Alternatively is it a revision number in which I can rollback to make the tool work ?

Regards

no0be commented 7 years ago

Hi all,

I had the same issue with my viproy installation and was able to fix it by editing the 'lib/msf/core/auxiliary/skinny.rb' file and adding the following line right before the 'return' instruction of the 'prep_register' function:

b.force_encoding("UTF-8")

Cheers!