• LanScan for Windows?

    From joegwinn@3:633/10 to All on Thursday, April 09, 2026 17:20:25
    I have LanScan.app (green duck face icon) on my MacOS computers, and
    it works very well for finding live IPv4 addresses and ports used in
    my local network.

    I'd like to do the same thing on my Win10 ThinkPad. This led me to
    the "Angry IP Scanner", which I attempted to install. Norton scanned
    the installer and flagged a bit of malware and stopped the train. No
    bullets flew by, but it was _very_ emphatic. So I stopped.

    I'm not the first to need to ports et al, so my question is what to
    people actually use and why do they choose this versus that?

    And, is Norton all wet, or has Angry been infected on GitHub?

    Joe

    --- PyGate Linux v1.5.13
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Don Y@3:633/10 to All on Thursday, April 09, 2026 14:33:25
    On 4/9/2026 2:20 PM, joegwinn@comcast.net wrote:
    I have LanScan.app (green duck face icon) on my MacOS computers, and
    it works very well for finding live IPv4 addresses and ports used in
    my local network.

    I'd like to do the same thing on my Win10 ThinkPad. This led me to
    the "Angry IP Scanner", which I attempted to install. Norton scanned
    the installer and flagged a bit of malware and stopped the train. No
    bullets flew by, but it was _very_ emphatic. So I stopped.

    I'm not the first to need to ports et al, so my question is what to
    people actually use and why do they choose this versus that?

    Nmap on my Eunices (I think a Windows port is available but it may
    not be a GUI).

    EMCO's Network Inventory Enterprise on Windows (and, oriented
    towards detecting windows hosts on the network)

    And, is Norton all wet, or has Angry been infected on GitHub?
    No idea. I don't use an AV.

    Of course, you can also just ping a range of addresses if all
    you want to know is "anyone home?"

    --- PyGate Linux v1.5.13
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From John R Walliker@3:633/10 to All on Thursday, April 09, 2026 23:33:49
    On 09/04/2026 22:33, Don Y wrote:
    On 4/9/2026 2:20 PM, joegwinn@comcast.net wrote:
    I have LanScan.app (green duck face icon) on my MacOS computers, and
    it works very well for finding live IPv4 addresses and ports used in
    my local network.

    I'd like to do the same thing on my Win10 ThinkPad.˙ This led me to
    the "Angry IP Scanner", which I attempted to install.˙ Norton scanned
    the installer and flagged a bit of malware and stopped the train. No
    bullets flew by, but it was _very_ emphatic.˙ So I stopped.

    I'm not the first to need to ports et al, so my question is what to
    people actually use and why do they choose this versus that?

    Nmap on my Eunices (I think a Windows port is available but it may
    not be a GUI).

    EMCO's Network Inventory Enterprise on Windows (and, oriented
    towards detecting windows hosts on the network)

    And, is Norton all wet, or has Angry been infected on GitHub?
    No idea.˙ I don't use an AV.

    Of course, you can also just ping a range of addresses if all
    you want to know is "anyone home?"

    +1 for nmap ( I use it from linux)

    The router can of course also give excellent information as it
    will normally be acting as a dhcp server and may have other
    diagnostic capabilities.
    Capturing traffic promiscuously as pcap files for display in
    Wireshark is also useful as it can show ARP requests which give
    more low level clues about what is physically present than many
    other tools.
    Most networks use switches which prevent anything apart from
    broadcasts from being visible to all devices. Packet dumping
    using tools within the router is probably the most useful if
    available as it will capture anything that is trying to access
    the internet.
    John



    --- PyGate Linux v1.5.13
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Martin Rid@3:633/10 to All on Thursday, April 09, 2026 18:39:48
    Don Y <blockedofcourse@foo.invalid> Wrote in message:r
    On 4/9/2026 2:20 PM, joegwinn@comcast.net wrote:> I have LanScan.app (green duck face icon) on my MacOS computers, and> it works very well for finding live IPv4 addresses and ports used in> my local network.> > I'd like to do the same thing on my Win10 ThinkPad. This led me to> the "Angry IP Scanner", which I attempted to install. Norton scanned> the installer and flagged a bit of malware and stopped the train. No> bullets flew by, but it was _very_ emphatic. So I stopped.> > I'm not the first to need to ports et al, so my question is what to> people actually use and why do they choose this versus that?Nmap on my Eunices (I think a Windows port is available but it maynot be a GUI).EMCO's Network Inventory Enterprise on Windows (and, orientedtowards detecting windows hosts on the network)> And, is Norton all wet, or has Angry been infected on GitHub?No idea. I don't use an AV.Of course, you can also just ping a range of addresses if allyou want to know is "anyone home?"

    Nmap, yes the windows port works well.

    Cheers
    --


    ----Android NewsGroup Reader---- https://piaohong.s3-us-west-2.amazonaws.com/usenet/index.html

    --- PyGate Linux v1.5.13
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Don Y@3:633/10 to All on Thursday, April 09, 2026 15:58:42
    On 4/9/2026 3:33 PM, John R Walliker wrote:
    +1 for nmap˙ ( I use it from linux)

    I guess it depends on whether your goal is discovery, security,
    etc.

    The EMCO tool is good because it provides an accounting of
    all (Windows) hosts on the network -- including the applications
    installed, hardware they're running on, etc.

    <https://emcosoftware.com/network-inventory/screenshots>

    Of course, is doesn't do shit for non-windows hosts
    (beyond pings, etc.)

    The router can of course also give excellent information as it
    will normally be acting as a dhcp server and may have other
    diagnostic capabilities.
    Capturing traffic promiscuously as pcap files for display in
    Wireshark is also useful as it can show ARP requests which give
    more low level clues about what is physically present than many
    other tools.
    Most networks use switches which prevent anything apart from
    broadcasts from being visible to all devices.˙ Packet dumping
    using tools within the router is probably the most useful if
    available as it will capture anything that is trying to access
    the internet.

    All of these things assume "traditional" hosts. E.g., my prototypes
    don't run ICMP, ARP, IP, TCP, UDP, etc. so I've had to build my own tools.

    --- PyGate Linux v1.5.13
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Don Y@3:633/10 to All on Thursday, April 09, 2026 17:17:30
    On 4/9/2026 3:39 PM, Martin Rid wrote:
    Nmap, yes the windows port works well.

    Is it a graphical interface? Or, just a text console?

    --- PyGate Linux v1.5.13
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Jeff Liebermann@3:633/10 to All on Thursday, April 09, 2026 19:29:40
    On Thu, 9 Apr 2026 17:17:30 -0700, Don Y <blockedofcourse@foo.invalid>
    wrote:

    On 4/9/2026 3:39 PM, Martin Rid wrote:
    Nmap, yes the windows port works well.

    Is it a graphical interface? Or, just a text console?

    GUI for NMAP:
    <https://nmap.org/zenmap>

    Norton considers any port scanner to be a hacker tool and therefore
    blocks the installation. Just turn Norton off (see below). You
    should also add Angry IP Scanner to Norton's exclusion list.

    "AI Overview
    To temporarily turn off Norton Antivirus on Windows or Mac,
    right-click the yellow Norton icon in the system tray/menu bar and
    select Disable Auto-Protect and Disable Smart Firewall. Select a
    duration, such as 15 minutes or until system restart, to allow for
    temporary tasks like software installation."

    --
    Jeff Liebermann jeffl@cruzio.com
    PO Box 272 http://www.LearnByDestroying.com
    Ben Lomond CA 95005-0272 AE6KS 831-336-2558


    --- PyGate Linux v1.5.13
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From joegwinn@3:633/10 to All on Friday, April 10, 2026 10:58:48
    On Thu, 09 Apr 2026 19:29:40 -0700, Jeff Liebermann <jeffl@cruzio.com>
    wrote:

    On Thu, 9 Apr 2026 17:17:30 -0700, Don Y <blockedofcourse@foo.invalid>
    wrote:

    On 4/9/2026 3:39 PM, Martin Rid wrote:
    Nmap, yes the windows port works well.

    Is it a graphical interface? Or, just a text console?

    GUI for NMAP:
    <https://nmap.org/zenmap>

    I'll look into this one.


    Norton considers any port scanner to be a hacker tool and therefore
    blocks the installation. Just turn Norton off (see below). You
    should also add Angry IP Scanner to Norton's exclusion list.

    Ahh. So Angry IP is probably OK. I did wonder.


    "AI Overview
    To temporarily turn off Norton Antivirus on Windows or Mac,
    right-click the yellow Norton icon in the system tray/menu bar and
    select Disable Auto-Protect and Disable Smart Firewall. Select a
    duration, such as 15 minutes or until system restart, to allow for
    temporary tasks like software installation."

    Yep. I've seen that button.

    Thanks,

    Joe

    --- PyGate Linux v1.5.13
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From joegwinn@3:633/10 to All on Sunday, April 12, 2026 18:03:08
    Follow-up report at bottom.

    On Fri, 10 Apr 2026 10:58:50 -0400, joegwinn@comcast.net wrote:

    On Thu, 09 Apr 2026 19:29:40 -0700, Jeff Liebermann <jeffl@cruzio.com>
    wrote:

    On Thu, 9 Apr 2026 17:17:30 -0700, Don Y <blockedofcourse@foo.invalid> >>wrote:

    On 4/9/2026 3:39 PM, Martin Rid wrote:
    Nmap, yes the windows port works well.

    Is it a graphical interface? Or, just a text console?

    GUI for NMAP:
    <https://nmap.org/zenmap>

    I'll look into this one.


    Norton considers any port scanner to be a hacker tool and therefore
    blocks the installation. Just turn Norton off (see below). You
    should also add Angry IP Scanner to Norton's exclusion list.

    Ahh. So Angry IP is probably OK. I did wonder.


    "AI Overview
    To temporarily turn off Norton Antivirus on Windows or Mac,
    right-click the yellow Norton icon in the system tray/menu bar and
    select Disable Auto-Protect and Disable Smart Firewall. Select a
    duration, such as 15 minutes or until system restart, to allow for >>temporary tasks like software installation."

    Yep. I've seen that button.

    Thanks,

    Joe

    What probably happened was that I clicked on the wrong "download"
    button, and did get something evil, which Norton promptly shot.

    What worked was to sign into GitHub and download from there. Probably
    didn't need to sign in, actually. Even so, there were all manner of
    ads and other decoys intruding from all sides. I did hit one that
    downloaded an EXE and urgently insisted that I click on it Right Now!

    Umm, No! Deleted the EXE and got the download straight from GitHub.
    Smooth, and no complaints from Norton.

    I'm now learning how to use Angry IP.

    Joe

    --- PyGate Linux v1.5.13
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From joegwinn@3:633/10 to All on Monday, April 13, 2026 15:27:24
    More follow-up at bottom.

    On Sun, 12 Apr 2026 18:03:10 -0400, joegwinn@comcast.net wrote:

    Follow-up report at bottom.

    On Fri, 10 Apr 2026 10:58:50 -0400, joegwinn@comcast.net wrote:

    On Thu, 09 Apr 2026 19:29:40 -0700, Jeff Liebermann <jeffl@cruzio.com> >>wrote:

    On Thu, 9 Apr 2026 17:17:30 -0700, Don Y <blockedofcourse@foo.invalid> >>>wrote:

    On 4/9/2026 3:39 PM, Martin Rid wrote:
    Nmap, yes the windows port works well.

    Is it a graphical interface? Or, just a text console?

    GUI for NMAP:
    <https://nmap.org/zenmap>

    I'll look into this one.


    Norton considers any port scanner to be a hacker tool and therefore >>>blocks the installation. Just turn Norton off (see below). You
    should also add Angry IP Scanner to Norton's exclusion list.

    Ahh. So Angry IP is probably OK. I did wonder.


    "AI Overview
    To temporarily turn off Norton Antivirus on Windows or Mac,
    right-click the yellow Norton icon in the system tray/menu bar and
    select Disable Auto-Protect and Disable Smart Firewall. Select a >>>duration, such as 15 minutes or until system restart, to allow for >>>temporary tasks like software installation."

    Yep. I've seen that button.

    Thanks,

    Joe

    What probably happened was that I clicked on the wrong "download"
    button, and did get something evil, which Norton promptly shot.

    What worked was to sign into GitHub and download from there. Probably
    didn't need to sign in, actually. Even so, there were all manner of
    ads and other decoys intruding from all sides. I did hit one that
    downloaded an EXE and urgently insisted that I click on it Right Now!

    Umm, No! Deleted the EXE and got the download straight from GitHub.
    Smooth, and no complaints from Norton.

    It turns out that the intruding ads and decoys are an abuse of Google
    Ads. It's quite striking. I have not seen anything like this on
    MacOS.

    .<https://thehackernews.com/2024/04/malicious-google-ads-pushing-fake-ip.html>

    Joe

    --- PyGate Linux v1.5.14
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)