This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>IE8 CVE-2012-1889 BypassDEP Stable PoC</title> | |
</head> | |
<body> | |
<!-- | |
Tested: WinXP 5.1.2600 Service Pack 3 Build 2600 IE8 | |
Create: 2017-04-25, evi1m0.bat[at]gmail.com | |
msxml3!_dispatchImpl::InvokeHelper+0x9c: | |
037dd75a ff7528 push dword ptr [ebp+28h] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <unistd.h> | |
#include <linux/types.h> | |
#define SETRUID 0 //set this to 1 if you want the shellcode to do setreuid(0,0) before the shell command | |
void print_c(__u8*,int); | |
void push_shc(__u8*, char*, int*); | |
int main(int argc, char *argv[]){ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# coding: utf8 | |
# author: evi1m0 & 2d | |
''' | |
vul: | |
- CVE-2015-8213: Settings leak possibility in date template filter | |
e.g: | |
- time: 2015-10-26 05:54:22 | |
- test: {{ time_var.add_time | date:" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
张伟 | |
王伟 | |
王芳 | |
李伟 | |
李娜 | |
张敏 | |
李静 | |
王静 | |
刘伟 | |
张丽 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zhangwei | |
wangwei | |
wangfang | |
liwei | |
lina | |
zhangmin | |
lijing | |
wangjing | |
liuwei | |
wangxiuying |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# coding=utf8 | |
# author=evi1m0#n0tr00t | |
# Fri Apr 10 14:14:35 2015 | |
import os | |
import re | |
import sys | |
import wget | |
import requests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# coding=utf8 | |
# author=evi1m0 | |
# website=linux.im | |
''' | |
12306 Captcha Picture: | |
author: Evi1m0@20150316 | |
1. Download Captcha | |
2. Pic Conver Text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alert(1); |