Skip to content

Instantly share code, notes, and snippets.

View hrbrmstr's full-sized avatar
💤
#tired

boB Rudis hrbrmstr

💤
#tired
View GitHub Profile
library(stringi)
library(tidyverse)
list.files("~/Development/metasploit-framework/modules", recursive = TRUE, full.names = TRUE) %>%
map_df(~{
dat <- read_lines(.x)
data_frame(
fil = basename(.x),
contents = list(
dat %>%
@hrbrmstr
hrbrmstr / README.md
Last active June 12, 2018 13:34
A JSON file of sources, headlines and (where existing) intro snippets for the "Amazon Alexa 'Scandal'"

A couple got their 15m of fame by putting the blame on the Amazon Echo for an incident which is their fault.

Amazon's PR incident handling machine did a great job taking the blame (they likely have a top-notch playbook) but here are 151 headlines with sources and intro snippets pulled from news summaries since Thursday evening.

Some sources do not have intro snippets and some sources have more than one entry since there were updates or they were just capitalizing on fear to get clicks for eyeballs.

Wired's headline was the most reasonable. There are a few "honorable" mentions for using qualifiers such as "alleged" or ensuring there is more of a claim than a fact. I also can't fault the ones who lead with Amazon's admittance (again,

https://publicwww.com/websites/NoSuchBucket/
aws s3 mb s3://BUCKET_NAME
aws s3 cp SOMEFILE s3://BUCKET_NAME SOMEFILE
{
"Version":"2018-01-01",
"Statement":[{"Sid":"AddPerm","Effect":"Allow","Principal": "*",
"Action":["s3:GetObject"],
"Resource":["arn:aws:s3:::BUCKET_NAME/*"] }]
native_os n
<chr> <S3: integer64>
1 Windows 10 Home 16299 22421
2 Windows 10 Pro 16299 18955
3 Windows 10 Enterprise 16299 2161
4 Windows 10 Home Single Language 16299 2099
5 Windows 10 Pro 15063 1205
6 Windows 10 Pro 14393 970
7 Windows 10 Enterprise 2016 LTSB 14393 904
8 Windows 10 Pro 10586 633
get_country_netdata <- function(iso2c){
cc_url <- sprintf("https://stat.ripe.net/data/country-resource-list/data.json?resource=%s", iso2c)
res <- jsonlite::fromJSON(cc_url)
res
}
library(stringi)
library(tidyverse)
list.files(
path = "/cran/web/packages",
pattern = "DESCRIPTION",
recursive = TRUE,
full.names = TRUE
) -> fils

Healthcare Cybersecurity is in critical condition.

Delays in delivering patient care increases mortality rates. Factor in our overdependence on overconnected, undependable things and the consequences will be catastrophic.

Want to learn more? Read on…👇 @iamthecavalry #hacknyc

"Our failure rate on a long enough timeline is 100%." @joshcorman at @hack_nyc

#!/bin/bash
TODAY=`date +%Y-%m-%d`
TODAY_MD=`date +%B\ %d,\ %Y`
YEAR=`date +%Y`
PACKAGENAME=$1
##
## CHANGE ME!!!

CRAN top-level:

.
├── Google-Logo_40wht.png
├── R-release-1.0.0.html
├── R.css
├── Rlogo.svg
├── _search.html
├── banner.shtml

├── bin/