Skip to content

Instantly share code, notes, and snippets.

[Desktop Entry]
Name=EVE-NG Integration
Exec=eve-ng-integration %u
TryExec=eve-ng-integration
Type=Application
Categories=Network;
MimeType=x-scheme-handler/telnet;x-scheme-handler/capture;x-scheme-handler/docker;
NoDisplay=true
#!/bin/bash
URL=$1
params=($(echo "$URL" | awk -F'/|:|//' '{print $1,$3,$4}'))
if [ "${params[0]}" == "capture" ]; then
ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -l root "${params[1]}" tcpdump -i "${params[2]}" -s 0 -U -w - | wireshark -k -i -
elif [ "${params[0]}" == "telnet" ]; then
gnome-terminal -- telnet "${params[1]}" "${params[2]}"
{
"data": {
"user": {
"edge_follow": {
"count": 37,
"page_info": {
"has_next_page": true,
"end_cursor": "QVFDczFIZWJlYXpIV1J3WXloV0o3dF9KTkp3c0I5LWdQLXJzTWE3VFFlYWo4NnBILWJfM0FVT2Q2UGxsUW94WWdRTF9UWFg1NWRzQVdkcF9KTFJZVEEweQ=="
},
"edges": [