Skip to content

Instantly share code, notes, and snippets.

View vinvin27's full-sized avatar
🎯
Focusing

Vincent vinvin27

🎯
Focusing
View GitHub Profile
@vinvin27
vinvin27 / FixLoveGreenPencilsMalware.sh
Created January 25, 2021 16:24 — forked from black-dragon74/FixLoveGreenPencilsMalware.sh
Fixes love green pencils wordpress malware
#!/bin/bash
# Regex to fix DB is: "s/<script[\s\S]*?>[\s\S]*?<\/script>//g"
totalInfections=0
filesProcessed=0
echo "Welcome to lovegreenpencils malware fixer by black-dragon74"
echo "This fix is divided into 3 phases."
echo "Phase 1 fixes the \`beckup\` files."
@vinvin27
vinvin27 / 00-generate-ssh-key.txt
Last active January 29, 2021 00:35 — forked from tommcfarlin/00-generate-ssh-key.txt
Comment migrer ses dépôts Bitbucket vers Github : Le tuto complet ici https://www.vinvin.dev/migration-de-bitbucket-a-github-le-tuto/
$ ssh-keygen -t rsa -b 4096 -C "ton@email.com"