Skip to content

Instantly share code, notes, and snippets.

View zudsniper's full-sized avatar
🎲
snake eyes every time

zod zudsniper

🎲
snake eyes every time
View GitHub Profile
@zudsniper
zudsniper / MARKPDF.README.md
Last active July 16, 2023 02:31
🦠 a python script to fucking populate a markdown template with metadata from a yaml document or embedded header and output a pdf. HOW CAN THAT BE SO HARD

markpdf.py

easily convert markdown to pdf -- including variables provided in the header of the file or within a separate provided metadata.yaml file

Installation

Administrator Privileged Dependency

🔴 wkhtmltopdf is REQUIRED
Installation process varies based on OS.

  • Linux (debian based) sudo apt-get install wkhtmltopdf -y
@zudsniper
zudsniper / get_coords.py
Last active July 12, 2023 18:51
🌐 get location data from IP with geolocation IPify API (REQUIRES API_KEY)
#/usr/bin/python3
# get_coords.py v1.0.0
# --------------------
#
# @zudsniper
import requests
import json
import os
import sys
from loguru import logger
@zudsniper
zudsniper / README-SteamBots-Secrets.md
Created June 22, 2023 05:28 — forked from mathielo/README-SteamBots-Secrets.md
Steam Bots: How to get shared and identity secrets from Steam Guard TOTP

Steam Bots: How to get shared and identity secrets

If you're looking into automating transactions in your Steam Account using Steam Bots, you most likely will need to:

  1. Have TOTP ("MFA" or "2FA") enabled via Steam Authenticator (Steam Guard)
  2. Have in hands both shared secret and identity secret

Having Steam Guard enabled for your Steam Account ensures that there will be no holds on transactions such as trades. Having the shared and identity secrets are necessary for complete autonomy of your Steam Bot, meaning it won't require any human interaction from you.

There is a tremendous lack of information about all of this as Steam does not provide official support for implementing Steam Bots. The information available in this guide was gathered through lots of blood and sweat hard research, reverse eng

@zudsniper
zudsniper / BOOT_TO_BIOS_WIN10.md
Last active June 4, 2023 22:27
HP article converted to Markdown explaining multiple ways to access the BIOS of older Windows 10 systems.

(hp.com article)


How to Boot from a USB Drive on Windows 10 PCs

By Michelle Wilson and Tulie Finley-Moise

@zudsniper
zudsniper / bash_script.prompt.md
Last active August 2, 2023 02:52
🖨 [GPT-4] Prompt to qualify a bash script generation so as to fit my specifications. (07/15/2023)

UPDATE regarding this README file

2023-08-01

THIS FILE IS NOT BE GUARANTEED, OR EVEN ASSUMED, TO BE UP TO DATE.

Check the file (right below this if you're viewing the gist on github) called bash_zreqs.prompt for the prompt.


the_answers


@zudsniper
zudsniper / GRAB_TOKEN.js
Created May 10, 2023 02:11
discord webapp token grabber -- educational purposes only
function getToken() {
let a = [];
webpackChunkdiscord_app.push([[0],,e=>Object.keys(e.c).find(t=>(t=e(t)?.default?.getToken?.())&&a.push(t))]);
console.log(`${a}`);
return a[0];
}
getToken();
@zudsniper
zudsniper / simple_init_agpt.sh
Created May 1, 2023 20:07
[V1] initialization of Auto-GPT image with Redis memory. Version 1
#!/bin/bash
# init_agpt.sh
# ------------
#
# this script will initialize the redis server for AutoGPT
# then start the AutoGPT instance of name $1
# ---------------------------------------------------------
# MAKE SURE YOU SET YOUR REDIS ENVIRONMENT VARIABLES WITHIN YOUR CONFIGURATION!
# it may be `config.json` or `.env`, or some other way.
#
@zudsniper
zudsniper / init_agpt.sh
Last active June 29, 2023 08:31
[V4.7.0] Auto-GPT init script with docker.compose (snap) and python venv
#!/bin/bash
# init_agpt.sh
# ------------
#
# V4.7.0
# This script will initialize the redis server for AutoGPT
# then start the AutoGPT instance of name $1
# ---------------------------------------------------------
# MAKE SURE YOU SET YOUR REDIS ENVIRONMENT VARIABLES WITHIN YOUR CONFIGURATION!
# it may be `config.json` or `.env`, or some other way.
@zudsniper
zudsniper / agpt-pkg-gen2.sh
Last active April 30, 2023 05:34
[GEN2] AutoGPT-Package automatic configuration builder, as well as general CLI script for AutoGPT-Package with Kurtosis (only supports JSON for now)
#!/bin/bash
# [GPT-3.5] OBVIOUSLY ITS BY THE ROBOT ITS ALL BY THE ROBOT
# v4.6.0
# (this file).sh < AutoGPT-Package < AutoGPT + Kurtosis < OpenAI GPT Models + lots more....
# builder for `AutoGPT-Package`, a packaged deployment tool for AutoGPT.
#
# ⚠ WARNING ⚠ -- ONLY `.json` CONFIG FILES ARE FUNCTIONAL AT THE MOMENT.
# 4/29/2023
#
# SOURCES
@zudsniper
zudsniper / ARTEMIS_PROFILE_ON_APP.md
Last active April 24, 2023 11:07
[ARTEMIS] Little guide to adding Conditional Profiles, and a small fore into Nodescripts to accomplish goal.

[ARTEMIS][art] HELP

tutorial by [@zudsniper][zod]

[codebase - ARTEMIS][art-gh]

#0001 Profiles & Condition Scripts