Skip to content

Instantly share code, notes, and snippets.

View ad-m's full-sized avatar
🐱
😺

Adam Dobrawy ad-m

🐱
😺
View GitHub Profile
@ad-m
ad-m / gist:02964c63fc56fe50725678811d620ea9
Last active January 28, 2023 16:53
~/.aws/credentials
http://canarytokens.com/static/n4gs1or8jvztusb4vlvdfdmvk/index.html
@ad-m
ad-m / index.js
Created August 30, 2021 13:59
Widok.gov.pl - eksport danych
{
"dependencies": {
"superagent": "^6.1.0"
}
}
@ad-m
ad-m / README.md
Last active June 23, 2021 12:52
klaw & native walking syscall count

Syscall count comparision

syscall new old new / old
access 8 8 100,00%
arch_prctl 1 1 100,00%
brk 17 16 106,25%
clock_getres 1 1 100,00%
clone 10 10 100,00%
close 1119 1490 75,10%
#!/bin/bash
find google/usage-services/* -name 'service.json' | while read line; do
echo "## $line";
echo '```json';
jq '.config.usage' "$line";
echo '```';
done
node_modules
passport.json
import * as a from '@hyperone/cli-core';
import * as b from '@hyperone/cli-framework';
../lib/node_modules/accent-cli/bin/run

billing

permission billing.admin billing.editor billing.viewer platform.billing
iam/project/get ✔️ ✔️ ✔️ ✔️
iam/project.billing/list ✔️ ✔️ ✔️ ✔️
iam/project.payment/list ✔️ ✔️ ✔️ ✔️
iam/organisation/get ✔️ ✔️ ✔️ ✔️
iam/organisation.billing/update ✔️ ✔️ ✔️
iam/organisation.payment/assign ✔️ ✔️ ✔️
(function () {
if (!window.grecaptcha) {
console.log('Avoid wrapping before load grecaptcha');
return;
};
if (window.grecaptcha.wrapped) {
console.log('Avoid multiple wrapping of grecaptcha');
return;
};
const x = grecaptcha.render;
import re
import time
import os
from os import environ
import gzip
from python_anticaptcha import AnticaptchaClient, NoCaptchaTaskProxylessTask
api_key = environ["KEY"]
site_key_pattern = "RECAPTCHA_PUBLIC_KEY = '(.+?)'"