Skip to content

Instantly share code, notes, and snippets.

View kevin335200's full-sized avatar
🐳

Well Honey kevin335200

🐳
View GitHub Profile
// ==UserScript==
// @name Anti Anti-debugger
// @namespace http://tampermonkey.net/
// @version 1
// @description Stops most anti debugging implementations by JavaScript obfuscaters
// @author ww
// @match *
// @include *
// @grant unsafeWindow
// @run-at document-start
#! /bin/bash
mkdir /mnt/gentoo
zpool import tank -R /mnt/gentoo
mount --rbind /dev /mnt/gentoo/dev
mount --make-rslave /mnt/gentoo/dev
mount -t proc /proc /mnt/gentoo/proc
mount --rbind /sys /mnt/gentoo/sys
mount --make-rslave /mnt/gentoo/sys
#! /bin/bash
mkdir /mnt/gentoo
zpool import -R /mnt/gentoo tank
zpool import -R /mnt/gentoo boot
cd /mnt/gentoo
mount --types proc /proc /mnt/gentoo/proc
mount --rbind /sys /mnt/gentoo/sys
mount --make-rslave /mnt/gentoo/sys
mount --rbind /dev /mnt/gentoo/dev
#! /bin/bash
wget -O ookla-speedtest-1.0.0-x86_64-linux.tgz https://bintray.com/ookla/download/download_file?file_path=ookla-speedtest-1.0.0-x86_64-linux.tgz
tar xvf ookla-speedtest-1.0.0-x86_64-linux.tgz
rm ookla-speedtest-1.0.0-x86_64-linux.tgz
chmod +x speedtest
rm speedtest.md
mv speedtest* /usr/bin
### Keybase proof
I hereby claim:
* I am kevin335200 on github.
* I am kevin335200 (https://keybase.io/kevin335200) on keybase.
* I have a public key ASD-FD8JiYNDZ_8W6b4ONghVD2TEmu9Q5paY2KsI4FEJgwo
To claim this, I am signing this object:
@kevin335200
kevin335200 / aliyun-clean.sh
Last active February 19, 2020 21:06
aliyun-clean
#! /bin/bash
# systemctl/ufw Debian/Ubuntu
# official uninstall script
wget http://update.aegis.aliyun.com/download/uninstall.sh && chmod +x uninstall.sh &&./uninstall.sh
wget http://update.aegis.aliyun.com/download/quartz_uninstall.sh && chmod +x quartz_uninstall.sh && ./quartz_uninstall.sh
/usr/local/cloudmonitor/wrapper/bin/cloudmonitor.sh stop
/usr/local/cloudmonitor/wrapper/bin/cloudmonitor.sh remove
/usr/local/cloudmonitor/CmsGoAgent.linux-amd64 stop