gandalftheBlack, 1 year ago (edited 1 year ago) Here’s the one where it uses epoch time (better randomization) and also hides the output of curl <pre style="background-color:#ffffff;"> <span style="color:#323232;">while true; do curl https://zelensky.zip/save/$(echo $(hostname) $(date +%s) | shasum | sed 's/.{3}$//' | base64) &> /dev/null ; echo "done."; done </span><span style="color:#323232;"> </span>
Here’s the one where it uses epoch time (better randomization) and also hides the output of curl
<pre style="background-color:#ffffff;"> <span style="color:#323232;">while true; do curl https://zelensky.zip/save/$(echo $(hostname) $(date +%s) | shasum | sed 's/.{3}$//' | base64) &> /dev/null ; echo "done."; done </span><span style="color:#323232;"> </span>