Skip to content

Commit

Permalink
Edit README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
babylard committed Oct 27, 2023
1 parent 7127589 commit 053c792
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A lightweight Network scanner which lists IPs and MAC Addresses of devices on a

To begin, input the IP of the router you would like to scan for connected devices (You must be connected to the network) And Input the Range. Both fields will be properly set by default as of 0.0.3.
# Dependencies
You may require WinPcap, Npcap, or other Packet Capturing software for the program to work properly. I highly reccomend Npcap over WinPcap, as WinPcap has ceased development a very long time ago. But if you are unable to get it to work with Npcap, WinPcap will work just fine if you have to.
You may require WinPcap, Npcap, or other Packet Capturing software for the program to work properly. I highly reccomend Npcap over WinPcap, as WinPcap has ceased development a very long time ago. But if you are unable to get it to work with Npcap, WinPcap will work just fine.

I have also found that sometimes results wont display when using WinPcap, but it seems to work ok after retrying a few times for some reason.

Expand All @@ -15,8 +15,6 @@ If you're using macOS, then NetScan may work just fine out of the box as is. But

If you are using a .py file alone rather than a .exe from the releases, be sure to run `pip install -r requirements.txt` to install all needed modules to function.

Downloads will be listed below.

# Packet Capturing software Downloads
Npcap: https://npcap.com/#download

Expand Down

0 comments on commit 053c792

Please sign in to comment.