I hereby claim:
- I am aaronsdevera on github.
- I am aaronsdevera (https://keybase.io/aaronsdevera) on keybase.
- I have a public key whose fingerprint is E45D A985 E8D7 7A41 0500 6A5B EBD5 5547 ABA6 A12A
To claim this, I am signing this object:
| #! /usr/bin/python3 | |
| import sys | |
| import os | |
| INPUT = sys.argv[1] | |
| RAW_STRING = None | |
| if os.path.isfile(INPUT): | |
| RAW_STRING = open(INPUT).read().strip() | |
| else: |
| { | |
| "data": [ | |
| { | |
| "in_reply_to_status_id": 1338540424387063809, | |
| "created_at": "Mon Dec 14 20:59:23 +0000 2020", | |
| "source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>", | |
| "reply_count": 0, | |
| "retweet_count": 0, | |
| "in_reply_to_screen_name": "migueldeicaza", | |
| "is_quote_status": false, |
| { | |
| "data": [ | |
| { | |
| "in_reply_to_status_id": 1339390762954330112, | |
| "created_at": "Thu Dec 17 02:06:49 +0000 2020", | |
| "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>", | |
| "reply_count": 0, | |
| "retweet_count": 0, | |
| "in_reply_to_screen_name": "polotek", | |
| "is_quote_status": false, |
| { | |
| "data": [ | |
| { | |
| "in_reply_to_status_id": 1337781289253036032, | |
| "created_at": "Sat Dec 12 17:43:13 +0000 2020", | |
| "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>", | |
| "reply_count": 0, | |
| "retweet_count": 0, | |
| "in_reply_to_screen_name": "knightprowler71", | |
| "is_quote_status": false, |
| { | |
| "data": [ | |
| { | |
| "in_reply_to_status_id": 1337739743744782336, | |
| "created_at": "Sat Dec 12 12:51:32 +0000 2020", | |
| "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>", | |
| "reply_count": 0, | |
| "retweet_count": 0, | |
| "in_reply_to_screen_name": "DreFrome", | |
| "is_quote_status": false, |
| import requests | |
| import json | |
| import csv | |
| import os | |
| import sys | |
| def printLog(msg,kind): | |
| msgType = '[+]' | |
| if kind == 1: |
| import requests | |
| import json | |
| import csv | |
| import os | |
| def printLog(msg,kind): | |
| msgType = '[+]' | |
| if kind == 1: | |
| msgType = '[!]' |
I hereby claim:
To claim this, I am signing this object:
| PRE CHANGE |
| osascript -e 'tell application "Terminal" to activate' -e 'tell application "Terminal" to do script "redis-server /usr/local/etc/redis.conf"' -e 'tell application "System Events" to tell process "Terminal" to keystroke "t" using command down' -e 'tell application "Terminal" to do script "cd /Applications/dradis;./dradis-webapp && ./dradis-worker;" in tab 2 of window 1' | |
| echo "REDIS running at:" | |
| ps -ax | grep redis-server | tr -s ' ' | cut -d ' ' -f 2 | awk '{if(NR>1)print}' | |
| echo "DRADIS running at:" | |
| ps -ax | grep ruby | tr -s ' ' | cut -d ' ' -f 2 | awk '{if(NR>1)print}' | |
| open -a Safari http://localhost:3000 |