AliAkhgar / RandstormBTC

A PoC exploit for Bitcoin Randstorm.
0 stars 1 forks source link

loading db #1

Open ilker18880 opened 2 days ago

ilker18880 commented 2 days ago

Didnt load the btah.txt when running the script and no error

ilker18880 commented 2 days ago

instead of loading with the code i use bash to load file like this cat btah.txt | awk '{print "SET "$1" 1"}' | redis-cli --pipe and run script is this ok?