I hereby claim:
- I am scrapbird on github.
- I am scrapbird (https://keybase.io/scrapbird) on keybase.
- I have a public key whose fingerprint is F6AA 63DE FF6D EA54 CFDB 5A9A 270B 9215 E28C F89F
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| import r2pipe, sys, os, json | |
| if len(sys.argv) < 2: | |
| print "Please supply the hit number" | |
| os.exit(1) | |
| r2 = r2pipe.open () |
| #!/usr/bin/env python | |
| import r2pipe | |
| import sys | |
| r2 = r2pipe.open() | |
| # r2 base address | |
| delta = 0x400000 |
| import datetime | |
| import time | |
| import boto3 | |
| from botocore.exceptions import ClientError | |
| elb_client = boto3.client('elb') | |
| ec2_client = boto3.client('ec2') | |
| #!/usr/bin/env python | |
| import r2pipe | |
| from anytree import Node, RenderTree | |
| r2 = r2pipe.open() | |
| here = int(r2.cmd("s"), 16) | |
| print "Here: ", hex(here) |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| from pwn import * | |
| #c = remote('localhost', 2323) | |
| c = process('./ropasaurusrex-85a84f36f81e11f720b1cf5ea0d1fb0d5a603c0d') | |
| command = 'touch dongs' | |
| write = 0x804830C |
| #!/usr/bin/env python | |
| import r2pipe | |
| r2 = r2pipe.open('http://192.168.100.64:1337') | |
| def cont(): | |
| print(r2.cmd('dc')) |
| #!/usr/bin/env python | |
| import sys | |
| import boto3 | |
| from botocore.exceptions import ClientError | |
| def newTask(group, overrides, taskDefinitionArn): | |
| t = {} | |
| t['group'] = group | |
| t['overrides'] = overrides |