I hereby claim:
- I am green-m on github.
- I am green_m (https://keybase.io/green_m) on keybase.
- I have a public key ASCS2mpr4Ikn-GP1Xvvsb-__lh2rfsYVAUbrgHO4hGPD6go
To claim this, I am signing this object:
wordlist created from original 41G stash via: | |
grep -rohP '(?<=:).*$' | uniq > breachcompilation.txt | |
Then, compressed with: | |
7z a breachcompilation.txt.7z breachcompilation.txt | |
Size: |
I hereby claim:
To claim this, I am signing this object:
## | |
# Block Baidu | |
## | |
127.0.0.1 baidu.com | |
127.0.0.1 www.baidu.com | |
127.0.0.1 pan.baidu.com | |
127.0.0.1 post-js.baidu.com | |
127.0.0.1 bbs.baidu.com | |
127.0.0.1 tieba.baidu.com | |
127.0.0.1 wapp.baidu.com |
#include <stdlib.h> | |
#include <stdio.h> | |
#include <string.h> | |
#include <windows.h> | |
#define SERVICE_NAME "DhcXrk" | |
#define DISPLAY_NAME "QyucjlZIin" | |
#define RETRY_TIME 5 | |
function Subvert-CLRAntiMalware { | |
<# | |
.SYNOPSIS | |
A proof-of-concept demonstrating overwriting a global variable that stores a pointer to an antimalware scan interface context structure. This PoC was only built to work with .NET Framework Early Access build 3694. | |
.DESCRIPTION | |
clr.dll in .NET Framework Early Access build 3694 has a global variable that stores a pointer to an antimalware scan interface context structure. By reading the pointer at that offset and then overwriting the forst DWORD, the context structure will become corrupted and subsequent scanning calls will fail open. |
#!/usr/bin/env bash | |
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin | |
export PATH | |
#===================================================================# | |
# System Required: Debian or Ubuntu # | |
# Description: Install Shadowsocks-libev server for Debian/Ubuntu # | |
# Author: Teddysun <[email protected]> # | |
# Thanks: @madeye <https://github.com/madeye> # | |
# Intro: https://teddysun.com/358.html # | |
#===================================================================# |
12345678 | |
123456789 | |
1234567890 | |
88888888 | |
87654321 | |
11111111 | |
00000000 | |
987654321 | |
11223344 | |
66668888 |
list = ("a".."z").to_a + ("A".."Z").to_a | |
chars = "'!@#$%&*()+{}|:\">?<[]\\\';,.`~'," | |
def xor(a, b) | |
(a.ord ^ b.ord).chr | |
end | |
list.each do |l| | |
chars.chars.each do |i| |
Dim objResult | |
Set objShell = WScript.CreateObject("WScript.Shell") | |
Do While True | |
objResult = objShell.sendkeys("{NUMLOCK}{NUMLOCK}") | |
Wscript.Sleep (6000) | |
Loop |
# install pycryptodome or pycryptodomex | |
# pip install mmh3 pycryptodome pycryptodomex | |
# From https://gist.github.com/stek29/8a7ac0e673818917525ec4031d77a713 | |
import os | |
import sqlite3 | |
import io | |
import struct | |
import enum | |
import mmh3 |