LionSec / xerosploit

Efficient and advanced man in the middle framework
GNU General Public License v3.0
2.04k stars 649 forks source link

xettercap ndefined local variable or method `original_argv' for main:Object (NameError) #153

Open robbytakdirillah opened 6 years ago

robbytakdirillah commented 6 years ago

hello thx for your great work , can you help me please ? everytime i try somthing like sniff they give me this msg 'undefined local variable or method `original_argv' for main:Object (NameError)? thx

[++] All logs are saved on : /opt/xerosploit/xerosniff

[++] Sniffing on 192.168.1.5

[++] sslstrip : ON

[++] Press 'Ctrl + C' to stop .

Traceback (most recent call last): 3: from /usr/local/bin/xettercap:23:in <main>' 2: from /usr/local/bin/xettercap:23:inload' 1: from /var/lib/gems/2.5.0/gems/xettercap-1.5.7xerob/bin/xettercap:24:in <top (required)>' /var/lib/gems/2.5.0/gems/xettercap-1.5.7xerob/bin/xettercap:51:inrescue in <top (required)>': undefined local variable or method `original_argv' for main:Object (NameError)

[+] Do you want to save logs ? (y/n).

Xero»modules»sniff ➮

rabbyt3s commented 5 years ago

I have this problem u fixed it ?

MrDrache333 commented 2 years ago

Had the Same issue. This is because xettercap uses a Library called set and not the Library sorted_set.

To fix this issue you could simply install the needed library with sudo gem install sorted_set