Python Forum
scan network and grab details of hosts found
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
scan network and grab details of hosts found
#1
hi all,

is there a python tool like nmap/arp that gets all the info of hosts like

ip
mac
make/model
serial/part number
hostname
OS name

i thought i would use a python tool as i could call a subprocess powershell if its a windows host and then get more info about it

thanks,
rob
Reply
#2
for python version of nmap, see: https://pypi.org/search/?q=nmap
for python arp see: https://pypi.org/search/?q=arp&o=
Reply
#3
can nmap or arp get make/model of the host ie HP 840G4
Reply
#4
These are not packages that I have used. If you open the package in PyPi, and click on homepage it will take you to GitHub (or other repository) where you can read whatever documentation is available.
The nmap-scan package seems to have fairly good documentation. (Only a quick observation).
Reply
#5
but i thought python would come with its own network tools for this but im guessing it does but there wrappers of other tools like nmap arp etc, i thought python would have its own network tools
Reply
#6
well, there's scapy for one.
Others here.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Question [PyMuPDF] Grab all strings of a given size? Winfried 3 1,018 Dec-26-2023, 07:39 AM
Last Post: Pedroski55
  Can't stop keyboard listener to grab chars typed inside CTk window Valjean 9 2,041 Sep-25-2023, 08:07 PM
Last Post: deanhystad
  [SOLVED] [ElementTree] Grab text in attributes? Winfried 3 1,918 May-27-2022, 04:59 PM
Last Post: Winfried
  Screen capture opencv - grab error Kalman15 1 1,955 Jan-27-2022, 12:22 PM
Last Post: buran
  Scan for Bluetooth device korenron 0 2,941 Jan-10-2022, 01:06 PM
Last Post: korenron
  How to add product details in exe generated by pyinstaller arex786 1 9,524 Oct-10-2021, 11:00 AM
Last Post: Sran012
  Convert looping home security to a one time scan of switches and sensors duckredbeard 0 1,974 Dec-08-2020, 04:31 AM
Last Post: duckredbeard
  scan drives in windows from Cygwin RRR 1 1,901 Nov-29-2020, 04:34 PM
Last Post: Larz60+
  How can I found how many numbers are there in a Collatz Sequence that I found? cananb 2 2,865 Nov-23-2020, 05:15 PM
Last Post: cananb
  How to scan huge files and make it in chunks ampai 2 2,911 May-28-2020, 08:20 PM
Last Post: micseydel

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020