Skip to content

Instantly share code, notes, and snippets.

View blub0hr's full-sized avatar

Ben Rznr blub0hr

  • Westmünsterland, Germany
View GitHub Profile
@blub0hr
blub0hr / eclipse-java-2020-03.rb
Last active February 28, 2025 13:34
homebrew cask for older eclipse version
# https://docs.brew.sh/Cask-Cookbook
# https://www.eclipse.org/downloads/packages/release/2020-03/r
cask "eclipse-java-2020-03" do
version "2020-03"
sha256 "262c29ea38134360089232d8276fb479e3a9f70a5b1a6ffdf6463bc2aeac00f3"
url "https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/#{version}/R/eclipse-java-#{version}-R-macosx-cocoa-x86_64.dmg&r=1"
name "Eclipse IDE for Java Developers"
desc "Eclipse IDE for Java developers"
/run/john .\zip.hash 

Incremental Mode

read https://www.openwall.com/john/doc/MODES.shtml

This is the most powerful cracking mode, it can try all possible character combinations as passwords. However, it is assumed that cracking with this mode will never terminate because of the number of combinations being too large (actually, it will terminate if you set a low password length limit or make it use a small charset), and you'll have to interrupt it earlier.

@blub0hr
blub0hr / amazons3move-sitesandfull.sh
Created February 4, 2018 21:11 — forked from jaydrogers/amazons3move-sitesandfull.sh
CRON Job that will execute moving backup files to Amazon S3. Usage info here: http://serversideup.netmedia-temple-amazon-s3-backup-and-other-linux-servers
#! /bin/bash
# Author: Jay Rogers - [email protected]
#IMPORTANT -- CONFIGURATION VARIABLES
BACKUPDOMAIN=backup.mydomain.com
SITESBUCKETNAME=myserver-plesksites
SERVERBUCKETNAME=myserver-pleskfull
#Check to see if there are any individual SITES to back up. If so, move the backups to Amazon S3
if [ "$(find /var/www/vhosts/$BACKUPDOMAIN/s3backups/sites/ -name "*.tar")" ]; then
@blub0hr
blub0hr / win10-install.md
Last active October 29, 2018 18:25
Windows 10 Configuration