Skip to content

Instantly share code, notes, and snippets.

View TheCjw's full-sized avatar
💭
I may be slow to respond.

TheCjw TheCjw

💭
I may be slow to respond.
  • Chengdu
View GitHub Profile

http://latest.scitools.com/Understand/Understand-4.0.869-Windows-64bit.exe

FileName	MD5	SHA256
XukeZhengGuanli-4.0.922-Linux-32bit.tgz	7c3147055b68ecb6a3587f6fc3526e08	ebf927f49a60da8dc6c7f2b3454eac60a43d15c5386e127b348af09e9c70bc2d
XukeZhengGuanli-4.0.922-Linux-64bit.tgz	c0e70d17f8421a571d09e6e26e7400be	a89f82a2c20146fc709c6bba0c7f2ee616cef7a5ad2604b768e2f53d89b116c0
XukeZhengGuanli-4.0.922-MacOSX-x86.dmg	11d13dde9fc2a1a73131670639210a1c	4a0c4cc9e316548049c8d3c53a9d1cfed63c7d6e9d4c16b2546e1ff1d9a94ebf
XukeZhengGuanli-4.0.922-Windows-32bit.exe	a51a023f71b383f1670fcdf9499a4ccf	6a77e9414a9a0593da2e4fae742a90f9d6cb8c81824ad6b6a7e7337c78fcd6e4
XukeZhengGuanli-4.0.922-Windows-64bit.exe	ee3412741dff918b55f69d7e2048cc5d	6c20c9cc95a1df8191756a675517b25f4c648512b3b3a97f4262c79d76ea985d
LicenseManager-4.0.922-Linux-32bit-Japanese.tgz	855de41b9ad2bcbb7e810be1eeeeca58	fdfe1d7502c407ae9f6ab42098e9f3b6d53740986f95e7a1781d4ef30c7155a6
@TheCjw
TheCjw / CVSS_v3_base_score_score.md
Last active June 15, 2017 14:26
Excel formula of CVSS v3 base score. Original JavaScript: https://github.com/chandanbn/cvss/blob/master/cvss.js#L374.
result_AV:
=IF(metric_AV="Network (N)", 0.85, 1) *
 IF(metric_AV="Adjacent (A)", 0.62, 1) * 
 IF(metric_AV="Local (L)", 0.55, 1) * 
 IF(metric_AV="Physical (P)", 0.2, 1)

reuslt_AC:
=IF(metric_AC="High (H)", 0.44, 1) * 
 IF(metric_AC="Low (L)", 0.77, 1)
.text:0000D172 ; =============== S U B R O U T I N E =======================================
.text:0000D172
.text:0000D172
.text:0000D172 ; _DWORD __fastcall android::RefBase::decStrong(android::RefBase *__hidden this, const void *)
.text:0000D172 EXPORT _ZNK7android7RefBase9decStrongEPKv
.text:0000D172 _ZNK7android7RefBase9decStrongEPKv ; CODE XREF: android::sp<android::BlobCache::Blob>::~sp()+Ap
.text:0000D172 ; android::sp<android::BlobCache::Blob>::operator=(android::sp<android::BlobCache::Blob> const&)+16p ...
.text:0000D172 000 70 B5 PUSH {R4-R6,LR}
.text:0000D174 010 05 46 MOV R5, R0
.text:0000D176 010 44 68 LDR R4, [R0,#4] ; R0 = mOrgue(class DeathRecipientList)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Email</key>
<string>[email protected]</string>
<key>LicenseUUID</key>
<string>e127d6b6-50b5-4724-9531-1f5489609c1e</string>
<key>Name</key>
<string>HT Srl Giancarlo Russo</string>
[DISASM]
626262 //Instruction
d28b26 //Directive
756e58 //Macro name
626262 //Register name
a1a193 //Other keywords
969483 //Dummy data name
d28b26 //Dummy code name
d28b26 //Dummy unexplored name
d28b26 //Hidden name
@TheCjw
TheCjw / RDBTemplate.bt
Last active March 29, 2016 22:34
*RDB file Template for 010Editor.
//--------------------------------------
//--- 010 Editor v6.0 Binary Template
//
// File: RDBTemplate.bt
// Author: TheCjw <[email protected]>
// Revision: 0.0.2
// Purpose: A template for analyzing Tencent's RDB files
//
// License: This file is released into the public domain. People may
// use it for any purpose, commercial or otherwise.
from idaapi import *
from idc import *
from idautils import *
import sys
#Jared DeMott, labs.bromium.com
def error(e):
print "Fatal error: ", e
sys.exit(-1)
#!/usr/bin/python2
#
# KL-001-2015-001 / MS14-070 / CVE-2014-4076
# Microsoft Windows Server 2003 x86 Tcpip.sys Privilege Escalation
# Matt Bergin @ KoreLogic / Level @ Smash the Stack
# shout out to bla
#
from optparse import OptionParser
from subprocess import Popen
/*
* crash-issue1.c: Written for Mac OS X Yosemite (10.10) by @rpaleari and @joystick.
*
* Exploits a missing check in
* IOBluetoothHCIUserClient::DispatchHCICreateConnection() causing a panic.
*
* gcc -Wall -o crash-issue1{,.c} -framework IOKit
*/
#include <stdio.h>
{
'variables': {
'buildtype': 'Official',
},
'target_defaults': {
'msvs_disabled_warnings': [4996, 4702, 4756, 4819],
}
}