Skip to content

Instantly share code, notes, and snippets.

View MantisSTS's full-sized avatar
🏠
Working from home

Richard Clifford MantisSTS

🏠
Working from home
View GitHub Profile
@MantisSTS
MantisSTS / FridaTemplate.js
Created February 12, 2019 21:42
Quick Frida Template - Used in FridaLabs
setImmediate(function(){
Java.perform(function() {
var currentApplication = Java.use("android.app.ActivityThread").currentApplication();
var context = currentApplication.getApplicationContext();
// Extra Code Goes Here
});
});
@MantisSTS
MantisSTS / infosec_newbie.md
Created June 13, 2018 09:11 — forked from mubix/infosec_newbie.md
How to start in Infosec
@MantisSTS
MantisSTS / rootkit.py
Last active September 9, 2024 07:48
Simple python rootkit
#!/usr/bin/python2.7
import socket
# import socks
import urllib2
import sys
import subprocess
import string
import random
import os
<?php
$i = 1;
foreach( $ad_campaigns as $key => $campaign ):
?>
@MantisSTS
MantisSTS / gist:3437325
Created August 23, 2012 14:46 — forked from lucasfais/gist:1207002
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt