Skip to content

Instantly share code, notes, and snippets.

Avatar

perfectra1n perfectra1n

View GitHub Profile
@perfectra1n
perfectra1n / get_latest_trilium_server.sh
Created May 23, 2022 21:10
One liner to download the latest version of Trilium server
View get_latest_trilium_server.sh
curl -s https://api.github.com/repos/zadam/trilium/releases/latest \
| grep "browser_download_url.*x64-server" \
| cut -d : -f 2,3 \
| tr -d \" \
| wget -qi -
@perfectra1n
perfectra1n / migrate.py
Created April 2, 2021 22:41
Migrate Gitlab projects to Gitea repos.
View migrate.py
import argparse
import gitlab
import sys
import log
import requests
import json
"""
MAIN FUNCTIONS
View 2070 SUPER Hashcat results
hashcat (v6.1.1) starting in benchmark mode...
Benchmarking uses hand-optimized kernel code by default.
You can use it in your cracking session by setting the -O option.
Note: Using optimized kernel code limits the maximum supported password length.
To disable the optimized kernel code in benchmark mode, use the -w option.
* Device #1: CUDA SDK Toolkit installation NOT detected.
CUDA SDK Toolkit installation required for proper device support and utilization
Falling back to OpenCL Runtime