Skip to content

Instantly share code, notes, and snippets.

View acarkaan's full-sized avatar

Kaan Acar acarkaan

View GitHub Profile
@exiguus
exiguus / docker-swarm-wikijs-postgres.md
Created August 3, 2020 07:33
Docker Swarm with wiki.js and PgBouncer
@jacopo-j
jacopo-j / frida-spoof.js
Last active November 23, 2025 19:45
Frida script to spoof and hide several Android identifiers
/* Utilities */
var RANDOM = function() {};
function _randomInt(min, max) {
return Math.floor(Math.random() * (max - min + 1)) + min;
}
function _randomHex(len) {
var hex = '0123456789abcdef';
@GarryOne
GarryOne / insta_login_check.js
Created September 8, 2018 21:27
Puppeteer Instagram Credentials/Login Verification
// start the node server by doing: `node insta_login_check.js`
const puppeteer = require('puppeteer');
const delay = require('delay');
const user = {
username: '[email protected]',
password: 'passw0rd',
};
@satomacoto
satomacoto / README.md
Last active October 28, 2025 14:31
Install pyenv and conda

Install pyenv

$ brew update
$ brew install pyenv

Check available versions and install