Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when executing #12

Open
SirKnightV opened this issue Mar 23, 2021 · 0 comments
Open

error when executing #12

SirKnightV opened this issue Mar 23, 2021 · 0 comments

Comments

@SirKnightV
Copy link

┌──(root💀kali)-[/opt/wifijammer]
└─# python3 wifijammer.py -i eth0 --aggressive --channel 6 1 ⨯
eth0 no wireless extensions.

Traceback (most recent call last):
File "/opt/wifijammer/wifijammer.py", line 491, in
main()
File "/opt/wifijammer/wifijammer.py", line 447, in main
parser = PARSER(options)
File "/opt/wifijammer/wifijammer.py", line 340, in init
self.interface = self.interface(opts.interface)
File "/opt/wifijammer/wifijammer.py", line 416, in interface
if confirmMon(iface):
File "/opt/wifijammer/wifijammer.py", line 407, in confirmMon
card = re.findall('Mode:[A-Za-z]+', data)[0]
IndexError: list index out of range

┌──(root💀kali)-[/opt/wifijammer]
└─# python3 wifijammer.py -i eth0 -p 5 1 ⨯
eth0 no wireless extensions.

Traceback (most recent call last):
File "/opt/wifijammer/wifijammer.py", line 491, in
main()
File "/opt/wifijammer/wifijammer.py", line 447, in main
parser = PARSER(options)
File "/opt/wifijammer/wifijammer.py", line 340, in init
self.interface = self.interface(opts.interface)
File "/opt/wifijammer/wifijammer.py", line 416, in interface
if confirmMon(iface):
File "/opt/wifijammer/wifijammer.py", line 407, in confirmMon
card = re.findall('Mode:[A-Za-z]+', data)[0]
IndexError: list index out of range

in Windows i installed the requirement of scapy, have python3 too, i do this next.....
C:\Windows\system32>cd C:\Users\Daishinkan\Desktop\wifijammer-master\wifijammer-master

C:\Users\Daishinkan\Desktop\wifijammer-master\wifijammer-master>color a

C:\Users\Daishinkan\Desktop\wifijammer-master\wifijammer-master>py wifijammer.py
File "wifijammer.py", line 270
pull.print("*",
^
SyntaxError: invalid syntax

C:\Users\Daishinkan\Desktop\wifijammer-master\wifijammer-master>py wifijammer.py -h
File "wifijammer.py", line 270
pull.print("*",
^
SyntaxError: invalid syntax

C:\Users\Daishinkan\Desktop\wifijammer-master\wifijammer-master>python wifijammer.py -h
File "wifijammer.py", line 270
pull.print("*",
^
SyntaxError: invalid syntax

C:\Users\Daishinkan\Desktop\wifijammer-master\wifijammer-master>

i had CMD mmode administrator of course, any solution?, i hope ur answer soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant