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

ValueError: max() arg is an empty sequence #507

Open
Mus90YT opened this issue Apr 4, 2022 · 1 comment
Open

ValueError: max() arg is an empty sequence #507

Mus90YT opened this issue Apr 4, 2022 · 1 comment

Comments

@Mus90YT
Copy link

Mus90YT commented Apr 4, 2022

Checklist for submitting an issue to KickThemOut:

  • [X ] I have carefully read the README file and haven't managed to resolve my issue.
  • [X ] I have searched the issues of this repo and believe that this is not a duplicate.
  • [X ] I am running the latest version of KickThemOut.
  • OS name & version: Kali Linux 2022.1
  • Python version: 3.9.12
  • Scapy version: 2.4.4
  • Nmap version: 7.92
  • Link of Gist:
    Can't create anyone.

  • Description: I can't open it
HI, after I've typed "./configure", "make", "make install" and "python kickthemout.py" I got this error

CRITICAL: Can't open /proc/net/dev !
CRITICAL: Can't open /proc/net/route !
CRITICAL: Can't open /proc/net/dev !
Traceback (most recent call last):
File "/root/kickthemout/kickthemout.py", line 756, in
defaultInterface = getDefaultInterface()
File "/root/kickthemout/kickthemout.py", line 154, in getDefaultInterface
network, netmask, _, interface, address, _ = max(iface_routes, key=lambda item:item[1])
ValueError: max() arg is an empty sequence

I've tried u installing the requirements and installing them again, but it didn't work.

@Michaelbai2631
Copy link

the problem is the same as mine

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

2 participants