Roy Hills

Results 29 comments of Roy Hills

The functionality seems similar to running the output through *sort* specifying the delimiter and key number. E.g. `arp-scan --plain --resolve --format='${ip;-16}| ${mac} | ${name;20}' --localnet | sort -t '|' -k...

It's easy to convert IP addresses from dotted quad format to a 32-bit integer for sorting using `inet_aton` in C. Here's a perl example to show what I mean: ```...

PR https://github.com/royhills/arp-scan/pull/157 adds the `${IPnum}` field, e.g: ``` rsh@bookworm:~$ arp-scan -l -F '${ipnum}\t${ip}\t${mac}\t${vendor}' Interface: ens33, type: EN10MB, MAC: 00:0c:29:d3:97:e8, IPv4: 192.168.14.128 Target list from interface network 192.168.14.0 netmask 255.255.255.0 Starting...

I think this could be useful for a few use cases, so I'm merging into master. e.g (using Linux): Assign all odd addresses in `10.0.0.0/24` to device `ens32` on test...

Error message change implemented in PR https://github.com/royhills/arp-scan/pull/116

This issue came from the old TODO file. I'm not sure if anyone cares about this, so if you think it would be useful please comment on this issue. Thanks.

> Ending arp-scan 1.9.7: 3 hosts scanned in 67.630 seconds (0.04 hosts/sec). 3 responded Version 1.9.7 is very old now and you should upgrade to the latest version. I'm guessing...

> my host is running > > ``` > Distributor ID: Raspbian > Description: Raspbian GNU/Linux 11 (bullseye) > Release: 11 > Codename: bullseye > ``` I think the issue...

Issue https://github.com/royhills/arp-scan/issues/178 is another duplicate ARP response issue. This may be a seperate issue, but I am mentioning it in case there is a connection.

The IP network is `172.30.36.124/20`: ``` 2: eth0: mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 00:15:5d:05:6e:31 brd ff:ff:ff:ff:ff:ff inet 172.30.36.124/20 brd 172.30.47.255 scope global eth0 valid_lft...