Skip to content

Instantly share code, notes, and snippets.

View JackTYM's full-sized avatar

Jackson Yarger JackTYM

View GitHub Profile
@JackTYM
JackTYM / tripo3d_model_downloader.js
Created May 13, 2026 05:33
Tripo3d.ai Model Downloader
/**
* tripo3d_model_downloader.js
* ─────────────────────────────────────────────────────────────────────────────
* Extracts the loaded 3D model directly from the TresJS/Three.js renderer on
* studio.tripo3d.ai, bypasses the export tool entirely, and triggers a .glb
* download.
*
* HOW IT WORKS
* ─────────────────────────────────────────────────────────────────────────────
* 1. The site is a Nuxt 3 / Vue 3 app using TresJS (Vue wrapper for Three.js).
@JackTYM
JackTYM / marketshark_autosetup.sh
Last active July 10, 2024 05:19
MarketShark Auto Setup Script
#!/bin/bash
# Function to check if the last command succeeded
check_success() {
if [ $? -ne 0 ]; then
echo "Error: $1"
exit 1
fi
}
@JackTYM
JackTYM / CyberSecurityNotes.txt
Last active March 9, 2024 19:14
TryHackMe CyberSecurity Notes
PORTED TO MARKDOWN AT https://github.com/JackTYM/THMCyberSecurityNotes
Useful Programs
ffuf/GoBuster/Dirb - Recursively request HTTP endpoints with different sub-pages or form values
BurpSuite - HTTP(S) request related exploits
RequestBin.com - Monitor HTTP requests on a site
Command Syntaxes
Curl