mirror of
https://github.com/brentvollebregt/whos-on-my-network.git
synced 2026-04-25 03:25:51 +03:00
[GH-ISSUE #13] Linux support #6
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whos-on-my-network#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Fabxx on GitHub (Jan 20, 2022).
Original GitHub issue: https://github.com/brentvollebregt/whos-on-my-network/issues/13
trying to run this from linux, webapp works but when i try to scan it says npcap is required, tho there's nmap available already.
@brentvollebregt commented on GitHub (Jan 22, 2022):
It looks like for Linux, you will need
tcpdumpas noted here.I'm not sure what flavour you are running but following the "Platform-specific instructions" from that link above might get you running.
@Fabxx commented on GitHub (Jan 22, 2022):
I'm using kali distro which should have all of that already
@brentvollebregt commented on GitHub (Jan 23, 2022):
Kali is based on Debian - if you execute
tcpdumpin the terminal, does it work?@Fabxx commented on GitHub (Jan 25, 2022):
yes
@brentvollebregt commented on GitHub (Jan 25, 2022):
If you execute
sudo apt-get install tcpdump- do you get a different message when running the application?@Fabxx commented on GitHub (Jan 26, 2022):
it's useless to do it since it's already installed, no changes are made when doing it, the application still asks for npcap
@brentvollebregt commented on GitHub (Jan 27, 2022):
Are you able to provide the traceback and error?
@Fabxx commented on GitHub (Jan 27, 2022):
there's no error, it just asks for npcap and i can't continue. Are you sure the program looks for other alternatives rather than npcap?
@brentvollebregt commented on GitHub (Jan 27, 2022):
Right, I see you are getting this error here, in the except blocks.
In a Python shell, if you execute:
Do you get any errors? If so, what are they?
@Fabxx commented on GitHub (Jan 28, 2022):
no errors
@brentvollebregt commented on GitHub (Jan 29, 2022):
Are you able to debug the application? If you put breakpoints on:
What is in the variable
exception? (this is in both except blocks).@brentvollebregt commented on GitHub (Nov 24, 2023):
These exceptions should now be shown in the output
@brentvollebregt commented on GitHub (Jun 7, 2024):
The docker file uses Linux - this tool works on Linux