9 lines
No EOL
508 B
Markdown
9 lines
No EOL
508 B
Markdown
VERY dumb and simple attempt to catch some computers online if they're connected to you through the Yggdrasil and you're the peer to them.
|
|
|
|
Use with command
|
|
|
|
```
|
|
sudo journalctl -xeu yggdrasil --no-pager -o json-pretty | jq ".MESSAGE" -r | cut -f3- -d' ' | sed 's/inbound:/Inbound/; s/outbound:/Outbound/' | cut -f1 -d@ | sed 's/$/"/;' | ./yggscraper
|
|
```
|
|
|
|
btw it allows to "blacklist" some addresses from the showing through the ~/.config/yggscraper/blacklist. It allows both pure IPs and ranges, v4 and v6. |