├── LICENSE ├── README.md ├── check_blockchain_hash.sh ├── crack_umbraco_hmacsha256.php ├── go_compiler.sh ├── install_cuda.py ├── install_cuda_proxmox.sh ├── install_go.sh ├── intro_to_go.txt ├── ip_lookup.py ├── vastai_htp_setup.sh └── xz_cve-2024-3094-detect.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyclone-github/scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyclone-github/scripts/HEAD/README.md -------------------------------------------------------------------------------- /check_blockchain_hash.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyclone-github/scripts/HEAD/check_blockchain_hash.sh -------------------------------------------------------------------------------- /crack_umbraco_hmacsha256.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyclone-github/scripts/HEAD/crack_umbraco_hmacsha256.php -------------------------------------------------------------------------------- /go_compiler.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyclone-github/scripts/HEAD/go_compiler.sh -------------------------------------------------------------------------------- /install_cuda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyclone-github/scripts/HEAD/install_cuda.py -------------------------------------------------------------------------------- /install_cuda_proxmox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyclone-github/scripts/HEAD/install_cuda_proxmox.sh -------------------------------------------------------------------------------- /install_go.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyclone-github/scripts/HEAD/install_go.sh -------------------------------------------------------------------------------- /intro_to_go.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyclone-github/scripts/HEAD/intro_to_go.txt -------------------------------------------------------------------------------- /ip_lookup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyclone-github/scripts/HEAD/ip_lookup.py -------------------------------------------------------------------------------- /vastai_htp_setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyclone-github/scripts/HEAD/vastai_htp_setup.sh -------------------------------------------------------------------------------- /xz_cve-2024-3094-detect.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cyclone-github/scripts/HEAD/xz_cve-2024-3094-detect.sh --------------------------------------------------------------------------------