I hereby claim:
- I am orangepeelbeef on github.
- I am orangepeelbeef (https://keybase.io/orangepeelbeef) on keybase.
- I have a public key whose fingerprint is 752A 47BD FA05 FD83 5830 6215 3FEA 0A23 B0FB E25F
To claim this, I am signing this object:
| import whisperx | |
| import gc | |
| import argparse | |
| import os | |
| from whisperx.utils import get_writer | |
| YOUR_HF_TOKEN = '' | |
| parser = argparse.ArgumentParser() | |
| parser.add_argument("--file", help="the filename to transcribe", type=str, required=True) |
| #!/bin/env/python | |
| import os | |
| import re | |
| from collections import Counter | |
| def parse_event(data, roll_log, roll_count): | |
| my_data = data.split("\n") | |
| match = re.match('\[.+\]\s(.+)$', my_data[0]) | |
| if match: |
| # wordlist named pass.lst | |
| # encrypted ssh key private.pem (watch out for the permissions 0600 is ok) | |
| from subprocess import PIPE, Popen | |
| import subprocess | |
| import sys | |
| def cmdline(command): |
| # Generic Tools: | |
| CyberChef | |
| This tool works in many categories, Encode/Decode, file detection, file carving, etc. Very very very handy | |
| https://gchq.github.io/CyberChef/ | |
| strings | |
| extract all strings from a file | |
| ex: strings myfile, or strings myfile -n 10 (get all strings with length at least 10) | |
| file: | |
| unix file command, determine file type | |
| ex: file Templeton_Peck.jpg |
| # take an ascii qrcode from qrencode and make it a png | |
| from PIL import Image | |
| import re | |
| import sys | |
| try: | |
| with open(sys.argv[1]) as fp: | |
| line = fp.readline().strip('\n') |
| #!/usr/bin/python3 | |
| import bs4 | |
| import requests | |
| import urllib | |
| COUCH_COOP = [] | |
| NET_COOP = [] | |
| def print_output(collection): | |
| for _c in collection: |
I hereby claim:
To claim this, I am signing this object: