Skip to content

Instantly share code, notes, and snippets.

View colinrubbert's full-sized avatar

Colin Rubbert colinrubbert

View GitHub Profile
@colinrubbert
colinrubbert / _deobfuscating-unminifying-obfuscated-web-app-code.md
Created April 4, 2024 22:13 — forked from 0xdevalias/_deobfuscating-unminifying-obfuscated-web-app-code.md
Some notes and tools for reverse engineering / deobfuscating / unminifying obfuscated web app code
@colinrubbert
colinrubbert / AdbCommands
Created March 26, 2024 21:55 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
@colinrubbert
colinrubbert / getAllGlobals.js
Created August 23, 2023 14:44
Get all runtime global variables set by the app
/**
* RuntimeGlobalsChecker
*
* You can use this utility to quickly check what variables have been added (or
* leaked) to the global window object at runtime (by JavaScript code).
* By running this code, the globals checker itself is attached as a singleton
* to the window object as "__runtimeGlobalsChecker__".
* You can check the runtime globals programmatically at any time by invoking
* "window.__runtimeGlobalsChecker__.getRuntimeGlobals()".
*
@colinrubbert
colinrubbert / List of API endpoints & objects
Created July 21, 2021 20:04 — forked from yassineaboukir/List of API endpoints & objects
A list of 3203 common API endpoints and objects designed for fuzzing.
0
00
01
02
03
1
1.0
10
100
1000
This file has been truncated, but you can view the full file.
;FLAVOR:Marlin
;TIME:11091
;Filament used: 8.92901m
;Layer height: 0.2
;MINX:69.7
;MINY:69.7
;MINZ:0.2
;MAXX:165.301
;MAXY:165.3
;MAXZ:4.8
@colinrubbert
colinrubbert / 1.0.3.0.yaml
Created June 16, 2020 18:04
Basecamp Hey email client installer via winget package manager. It's currently waiting to get official MS acceptance of the PR (https://github.com/microsoft/winget-pkgs/pull/1957).
Id: BasecampLLC.HEYMail
Version: 1.0.3.0
Name: HEYMail
Publisher: BasecampLLC
License: Copyright (c) Basecamp LLC
AppMoniker: hey
Tags: hey, email, mail, basecamp, productivity
Description: Email at it's best.
Homepage: https://hey.com
Installers:
@colinrubbert
colinrubbert / frontier_network_rate_limit_results.md
Created October 30, 2019 17:20
Frontier rate limit results

Azure US Central to Homerun

Run 1 - Open

TC Rule

Open

Command

iperf3 -c 50.47.109.37 -f m -n 100Mb
@colinrubbert
colinrubbert / network_test.sh
Created October 29, 2019 20:23
Frontier network speed test
#!/bin/bash
## Frontier Network Speed Test Data Collection ##
#################################################
# The purpose of this is test and analyze #
# accurate speed tests on the Frontier network #
# between devices (ONT, Frontier supplied #
# modem, and end-user personal equipment) and #
# the regional area to determine service #
# degradation. #
@colinrubbert
colinrubbert / artemis_v1_windows_terminal.json
Last active June 24, 2019 13:15
Windows Terminal Profile: Artemis V1
{
"background" : "#202124",
"black" : "#073642",
"blue" : "#3C366B",
"brightBlack" : "#002B36",
"brightBlue" : "#03EDF9",
"brightCyan" : "#03EDF9",
"brightGreen" : "#5eed6f",
"brightPurple" : "#FF7EDB",
"brightRed" : "#FE4450",