2 releases
0.1.1 | Jan 1, 2023 |
---|---|
0.1.0 | Dec 29, 2022 |
#15 in #arp
17KB
378 lines
๐ Apple Roulette
ะจัััะดะตะปั?
Installation
Mac M1
curl -L -o apple-roulette https://github.com/Forestryks/apple-roulette/releases/download/v0.1.0/apple-roulette-aarch64-apple-darwin
chmod +x apple-roulette
sudo mv apple-roulette /usr/local/bin
Linux x86_64
curl -L -o apple-roulette https://github.com/Forestryks/apple-roulette/releases/download/v0.1.0/apple-roulette-x86_64-unknown-linux-gnu
chmod +x apple-roulette
sudo mv apple-roulette /usr/local/bin
Usage
Just run sudo apple-roulette
and hope not to be strudelled.
A bit of explanation
- Discovers MAC addresses of every host in local network by sending ARP packages to every IP address in subnet
- Searches OUI database for Apple owned prefixes and matches found MACs with them
- If MAC address is not Apple's then it can still be IPhone (IPhone uses random MAC every time it connects to network), so checks 62078 port, it is usually open on IPhone
- If there are more than 20 (
apple-roulette -h
to change) apples in your network, then you are strudelled and your laptop halts
Caveats
No, double apple doesn't count even as one apple.
Dependencies
~14โ24MB
~358K SLoC