User Tools

Site Tools


network_scanning

If you want to send us your comments, please do so. Thanks
More on comments


Network scanning

nmap
-- is - - without the space
Ports database
Find the first active IP address in a range

for i in {1..100}; do ping -c 1 -w 1 192.168.0.$i &> /dev/null; \
j=$?; if [[ $j -eq 0 ]]; then echo 192.168.0.$i; break; fi ; done

Port owner

You can figure out which program uses a port with netstat -plnt


Main subjects on this wiki: Linux, Debian, HTML, Microcontrollers, Privacy

RSS
Disclaimer
Privacy statement
Bugs statement
Cookies
Copyright © : 2014 - 2024 Webevaluation.nl and the authors
Changes reserved.

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
network_scanning.txt · Last modified: 17-11-2021 12:46 by wim