Skip to content

Instantly share code, notes, and snippets.

View boazcstrike's full-sized avatar
:octocat:
Please teach me how to code

Boaz Sze boazcstrike

:octocat:
Please teach me how to code
  • Mind You Mental Health Systems
  • Manila, Philippines
  • X @boazcstrike
View GitHub Profile
@boazcstrike
boazcstrike / pwnedpasswords-v2-top20k.txt
Created June 20, 2022 03:35 — forked from roycewilliams/pwnedpasswords-v2-top20k.txt
pwnedpasswords-v2-06202022-top20k.txt
#------------------------------------------------------------------------------
# Top 20K hashes from the Troy Hunt / haveibeenpwned Pwned Passwords list v2 (2018-02-21)
# with frequency count and cracked plaintext passwords
#
# The latest version of this file can be found here:
# https://gist.github.com/roycewilliams/281ce539915a947a23db17137d91aeb7
#
# NOTE: THIS FILE IS DEPRECATED.
# The equivalent of this file, but based on v6 of the Pwned Passwords, is here:
# https://gist.github.com/roycewilliams/226886fd01572964e1431ac8afc999ce
import React from 'react';
import {
pdf,
Document,
Page,
Text,
} from '@react-pdf/renderer';
import { saveAs } from 'file-saver';
const DocumentPdf = ({ someString }) => (
@boazcstrike
boazcstrike / disable_garena_service.bat
Created April 30, 2021 20:33 — forked from Asbra/disable_garena_service.bat
Disable Garena auto-start
@echo off
sc config "GarenaPlatform" start=demand
schtasks /TN "gxx speed launcher" /Change /Disable