Skip to content

Instantly share code, notes, and snippets.

@bobpaul
bobpaul / check_password.sh
Created February 23, 2018 19:39
Keepass Password checker
#!/bin/bash
# This oneliner checks on pwnedpasswords.com to see if any passwords in your keepass password database
# are passwords that have been leaked in attacks known by haveIbeenpwned.com
#
# Your passwords are not transmitted to the website. Instead only the first 5 char of the SHA1 has is provided
# the website then returns the remaining chars of the SHA1 hash. This script fetches and compares and then
# prints the plain text of any passwords that match
#
# Usage (tested with KeePassX; other keepass clients might export differently):
@bobpaul
bobpaul / PKGBUILD
Last active August 29, 2021 21:20
nzbget-ppscript-nzbtomedia-git with dependencies fixed.
# Maintainer: TwoLeaves < ohneherren at gmail dot com >
pkgname=nzbget-ppscript-nzbtomedia-git
pkgver=2627.f9dde627
pkgrel=1
arch=(any)
pkgdesc="Post-processing scripts to communicate with media managers."
url="https://github.com/clinton-hall/nzbToMedia"
license=('GPL3')