Skip to content

Instantly share code, notes, and snippets.

View rubenvereecken's full-sized avatar

Ruben Vereecken rubenvereecken

View GitHub Profile
@rubenvereecken
rubenvereecken / frida_multiple_unpinning.js
Created April 3, 2024 13:09 — 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('');
@rubenvereecken
rubenvereecken / cVim.css
Last active August 25, 2017 02:52 — forked from TSFoster/cVim.css
cVim CSS
/*
* CSS file for cVim. Focus on visibility without interfering.
* Based on this gist:
*/
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:500);
#cVim-link-container, .cVim-link-hint, #cVim-command-bar, #cVim-command-bar-mode, #cVim-command-bar-input, #cVim-command-bar-search-results, .cVim-completion-item, .cVim-completion-item .cVim-full, .cVim-completion-item .cVim-left, .cVim-completion-item .cVim-right, #cVim-hud, #cVim-status-bar {
font-family: "Source Code Pro";
font-size: 14px;