Skip to content

Instantly share code, notes, and snippets.

@reintakura
reintakura / bash.generate.random.alphanumeric.string.sh
Last active June 29, 2021 23:00 — forked from earthgecko/bash.generate.random.alphanumeric.string.sh
shell/bash generate random alphanumeric string
#!/bin/bash
# bash generate random alphanumeric string
#
# bash generate random 32 character alphanumeric string (upper and lowercase) and
NEW_UUID=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)
# bash generate random 32 character alphanumeric string (lowercase only)
cat /dev/urandom | tr -dc 'a-z0-9' | fold -w 32 | head -n 1
@reintakura
reintakura / .. MediaCreationTool.bat ..md
Created June 6, 2021 03:14 — forked from AveYo/.. MediaCreationTool.bat ..md
Universal MediaCreationTool wrapper for all MCT Windows 10 versions from 1507 to 21H1 with business (Enterprise) edition support

use download ZIP button or pastebin link to get the script, as saving the Raw file breaks line endings

Preview

Dialogs to pick version, then to pick Default (vanilla MCT) and Auto-Upgrade or Create-Media (enhanced)

Enhanced script name args parsing - just rename the script with:
auto MediaCreationTool.bat to auto upgrade 21H1 - unattended, usually straight to desktop
auto update 1909 MediaCreationTool.bat to auto upgrade 1909 with Dynamic Update (latest LCU)
pro auto 20H2 MediaCreationTool.bat to auto upgrade 20H2 and force Professional edition

@reintakura
reintakura / gist:5c52877b0b2c804c1865acec1554f440
Created April 22, 2020 15:28 — forked from mwinters0/gist:c70d195c5c5670d1625f
Shell one-liner to parse apache access logs and extract a unique URL list with hit count, querystring excluded.
cat access.log | awk -F\" '{print $2}' | awk '{print $2}' | sed '/^$/d' | sed 's/\?.*//g' | sort | uniq -c | sort -rn > url_hits.txt
@reintakura
reintakura / nginx.conf
Created April 9, 2020 15:05 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
@reintakura
reintakura / Clone MiFare cards using chinesse UUID writable cards
Last active February 12, 2020 09:34 — forked from alphazo/gist:3303282
Clone MiFare cards using chinesse UUID writable cards
libnfc supports UUID writable cards and even has some dedicated tools for them.
However it doesn't work with some of the cards found on eBay that are even simpler to use. Sector 0 is unlocked and can be written without any additional commands. libnfc requires a small patch to get it working.
Following has been tested under ArchLinux with modified libnfc 1.5.1, mfoc 0.10.2 and a SCL3711 dongle.
## Patch & recompile libnfc
The patch is fairly simple, open libnfc-1.5.1/utils/nfc-mfclassic.c and comment 2 lines (it was lines 384 and 385 for me):
// Try to write the trailer
@reintakura
reintakura / mdxfind-is-awesome.txt
Created December 4, 2019 10:33 — forked from rumikotakahashi/mdxfind-is-awesome.txt
mdxfind-is-awesome.txt
# Courtesy MDXfind - https://hashes.org/mdxfind.php
$ echo -n 'password' | mdxfind -h ALL -h '!salt,!user' -z -f /dev/null -i 5 stdin 2>&1| fgrep password
MD5x01 5f4dcc3b5aa765d61d8327deb882cf99:password
MD5UCx02 3b73cca8b7d9d93a834631fb22769334:password
MD5UCx03 cfe84923ede1864f2e2799b8ff3f80a0:password
MD5UCx04 aaa0cc98c7dc4ab6fd12433f097107d9:password
MD5UCx05 55c2088741f794223bda2d09c4d61c75:password
MD4x01 8a9d093f14f8701df17732b2bb182c74:password
MD4x02 143409f027a6cfde772e3c97b126d9f5:password
MD4x03 b99ae7e24616cc845f20048074d4d415:password