Skip to content

Instantly share code, notes, and snippets.

View strazzere's full-sized avatar
:shipit:
hacking intensifies

Tim Strazzere strazzere

:shipit:
hacking intensifies
View GitHub Profile
@strazzere
strazzere / notes.java
Last active August 29, 2015 14:24
Garage Get
package diff.garage;
import javax.crypto.Cipher;
import javax.crypto.spec.SecretKeySpec;
/**
* @author <diff@lookout.com>
*/
public class notes {
This file has been truncated, but you can view the full file.
.:
total 36228
drwxr-xr-x. 18 root root u:object_r:system_file:s0 4096 Jan 7 12:49 .
drwx------ 15 root root ? 4096 Jun 11 00:31 ..
drwxr-xr-x. 104 root root u:object_r:system_file:s0 4096 May 8 05:11 app
drwxr-xr-x. 2 root 2000 u:object_r:system_file:s0 8192 Jun 11 01:13 bin
-rw-r--r--. 1 root root u:object_r:system_file:s0 11644 Jan 7 12:49 build.prop
-rw-r--r--. 1 root root u:object_r:system_file:s0 1601385 Jan 7 12:46 DFFileList.txt
drwxr-xr-x. 22 root root u:object_r:system_file:s0 4096 Jun 11 00:37 etc
drwxr-xr-x. 3 root root u:object_r:system_file:s0 8192 May 8 05:11 fonts
This file has been truncated, but you can view the full file.
.:
total 36228
drwxr-xr-x. 18 root root u:object_r:system_file:s0 4096 Jan 7 12:49 .
drwx------ 15 root root ? 4096 Jun 11 00:31 ..
drwxr-xr-x. 104 root root u:object_r:system_file:s0 4096 May 8 05:11 app
drwxr-xr-x. 2 root 2000 u:object_r:system_file:s0 8192 Jun 11 01:04 bin
-rw-r--r--. 1 root root u:object_r:system_file:s0 11644 Jan 7 12:49 build.prop
-rw-r--r--. 1 root root u:object_r:system_file:s0 1601385 Jan 7 12:46 DFFileList.txt
drwxr-xr-x. 22 root root u:object_r:system_file:s0 4096 Jun 11 00:37 etc
drwxr-xr-x. 3 root root u:object_r:system_file:s0 8192 May 8 05:11 fonts
@strazzere
strazzere / gist:1d0af78660b55d576bf1
Created June 11, 2015 00:55
fixed output, again
This file has been truncated, but you can view the full file.
.:
total 36228
drwxr-xr-x. 18 root root u:object_r:system_file:s0 4096 Jan 7 12:49 .
drwx------ 15 root root ? 4096 Jun 11 00:31 ..
drwxr-xr-x. 104 root root u:object_r:system_file:s0 4096 May 8 05:11 app
drwxr-xr-x. 2 root 2000 u:object_r:system_file:s0 8192 Jun 11 00:53 bin
-rw-r--r--. 1 root root u:object_r:system_file:s0 11644 Jan 7 12:49 build.prop
-rw-r--r--. 1 root root u:object_r:system_file:s0 1601385 Jan 7 12:46 DFFileList.txt
drwxr-xr-x. 22 root root u:object_r:system_file:s0 4096 Jun 11 00:37 etc
drwxr-xr-x. 3 root root u:object_r:system_file:s0 8192 May 8 05:11 fonts
This file has been truncated, but you can view the full file.
.:
total 36228
drwxr-xr-x. 18 root root u:object_r:system_file:s0 4096 Jan 7 12:49 .
drwx------ 15 root root ? 4096 Jun 11 00:31 ..
drwxr-xr-x. 104 root root u:object_r:system_file:s0 4096 May 8 05:11 app
drwxr-xr-x. 2 root 2000 u:object_r:system_file:s0 8192 Jun 11 00:38 bin
-rw-r--r--. 1 root root u:object_r:system_file:s0 11644 Jan 7 12:49 build.prop
-rw-r--r--. 1 root root u:object_r:system_file:s0 1601385 Jan 7 12:46 DFFileList.txt
drwxr-xr-x. 22 root root u:object_r:system_file:s0 4096 Jun 11 00:37 etc
drwxr-xr-x. 3 root root u:object_r:system_file:s0 8192 May 8 05:11 fonts
This file has been truncated, but you can view the full file.
.:
total 36228
drwxr-xr-x. 18 root root u:object_r:system_file:s0 4096 Jan 7 12:49 .
drwx------ 14 root root ? 4096 Jun 11 00:19 ..
drwxr-xr-x. 104 root root u:object_r:system_file:s0 4096 May 8 05:11 app
drwxr-xr-x. 2 root 2000 u:object_r:system_file:s0 8192 Jan 7 12:47 bin
-rw-r--r--. 1 root root u:object_r:system_file:s0 11644 Jan 7 12:49 build.prop
-rw-r--r--. 1 root root u:object_r:system_file:s0 1601385 Jan 7 12:46 DFFileList.txt
drwxr-xr-x. 22 root root u:object_r:system_file:s0 4096 Jan 7 12:47 etc
drwxr-xr-x. 3 root root u:object_r:system_file:s0 8192 May 8 05:11 fonts
crackmes
◦ baksma.li/meetup/All-Crackmes.zip
smali / axml reading
◦ option 1: smali / axmlreader
▪ https://github.com/JesusFreke/smali/releases
▪ https://github.com/rednaga/axmlprinter/releases
◦ option 2:
▪ https://github.com/iBotPeaches/Apktool/releases
optional but recommended;
dex2jar;
@strazzere
strazzere / Bot.js
Last active August 29, 2015 14:13
Koler.j JavaScript
if (typeof (Bot) == "object") {
}else{
var Bot = (function () {
return {
log: function( str ) {
alert("Write in logfile: "+ str);
},
@strazzere
strazzere / idapomidor.patch
Created September 23, 2014 18:15
IDA Pomidor patch
[84%]tstrazzere@bebop:[idapomidor] $ diff idapomidor.py ~/repo/idapomidor-original/idapomidor.py
330,333c330,331
< global idapomidor_manager
< if idapomidor_manager.timer.isActive():
< idapomidor_manager.timer.stop()
< del idapomidor_manager
---
> pass
>
@strazzere
strazzere / LocalStore.java
Created September 16, 2014 06:40
Leaked Bangle Signer Source
package com.bangcle.signer;
public class LocalStore
{
public static String APK_PATH = "";
public static String KEYSTORE_PATH = "";
public static String KEYSTORE_PWD = "";
public static String KEY_ALIAS = "";
public static String KEY_PWD = "";
public static String DESTINATION = "";