Skip to content

Instantly share code, notes, and snippets.

@xiphiasilver
xiphiasilver / frida_multiple_unpinning.js
Created November 26, 2024 04:58 — forked from akabe1/frida_multiple_unpinning.js
Another Android ssl certificate pinning bypass for various methods
/* Android ssl certificate pinning bypass script for various methods
by Maurizio Siddu
Run with:
frida -U -f <APP_ID> -l frida_multiple_unpinning.js [--no-pause]
*/
setTimeout(function() {
Java.perform(function() {
console.log('');
@xiphiasilver
xiphiasilver / rootkit.c
Created September 17, 2020 01:34 — forked from inso1337/rootkit.c
Linux 4.X Kernel Rootkit Open
/*
* open_rootkit.c - Thomas Moussajee
* C Unix Rootkit open
* Make a file forbiden for everyone include root with permission
* HOW TO COMPILE : create a Makefile, make
* exemple of Makeflle :
+ KERNELDIR ?= /lib/modules/$(shell uname -r)/build
+ PWD := $(shell pwd)
+ NAME = rootkit.ko
+ all: $(NAME)
@xiphiasilver
xiphiasilver / VerifiedHttpClient.java
Created September 14, 2020 07:19 — forked from mrworf/VerifiedHttpClient.java
Android HttpClient with cert pinning
/**
* Copyright 2016 Henric Andersson
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@xiphiasilver
xiphiasilver / _notepad.nsi
Created June 4, 2020 08:00 — forked from SeonHyungJo/_notepad.nsi
NSIS 예제 파일
#############################################################################################################
##
## 2004-01-09 새로운 구조로 최초 작성
## 01-29 템플릿 구성 시작
## 10-05 NOTEPAD 샘플 작성
##
## NSIS 예제 파일 작성 : hardkoder@gmail.com ( www.kipple.pe.kr )
##
#############################################################################################################