Changes
Jump to navigation
Jump to search
25 bytes added
, 07:43, 28 January 2022
m| Line 1: |
Line 1: |
| | + | <translate> |
| | ==Scan network== | | ==Scan network== |
| | * echo 192.168.1.{1..254}|xargs -n1 -P0 ping -c1|grep "bytes from" | | * echo 192.168.1.{1..254}|xargs -n1 -P0 ping -c1|grep "bytes from" |
| Line 15: |
Line 16: |
| | # Turn on the device; | | # Turn on the device; |
| | # The program should see what packets the device is sending and we will be able to determine which IP is installed on it. | | # The program should see what packets the device is sending and we will be able to determine which IP is installed on it. |
| | + | </translate> |