Skip to content

Instantly share code, notes, and snippets.

View binarykore's full-sized avatar
🏠
Living under the Shadows of my Game

Digital Kore binarykore

🏠
Living under the Shadows of my Game
View GitHub Profile
@binarykore
binarykore / czf.pkg
Created March 25, 2025 22:10
Tar or Archive Zip a Directory..
#!/bin/bash
base=$(basename $PWD)
cd ..
tar -czf $base.tar.gz $base
# - Made by Mako
@binarykore
binarykore / metrika.php
Last active January 14, 2025 14:39
Metrics - Metrika PHP Git Client..
<?php
//PHP Git Client..
//Git Pull - Grep or save as Variable..
//View Statistics on Web UI - LinuxGSM..
//Linux GSM / Puffer Panel..
//Gaming Server, EG: Minecraft / Ragnarok..
?>
@binarykore
binarykore / redirect.php
Created December 12, 2024 12:48
HTTP Status Detector..
<?php
phpinfo();
//curl
?>
@binarykore
binarykore / essence.php
Created September 16, 2024 04:33
Header based Binary - Streaming Download App
<?php
Header("Location: schema://url.domain_extension/filename.extension");
//Insert Binary Download Composition with designated Filename..
//Data Blob to Binary File, upon Software Package Pull, EG: git pull / git clone / git push..
//https://web.app/automation_script/essence_tool.pkg
?>
@binarykore
binarykore / bootleg_regex.php
Last active May 10, 2024 12:10
Bootleg Regular Expressions (Special Characters Guidelines for Bootleg Mix and Match even Regex it if Scrapable)..
<?php
// Regular Expressions : Markdown Guidelines:
// \.\=
// Bootleg Specifications on Special Characters escapable via Backslash..
?>
@binarykore
binarykore / hrgv.md
Last active April 14, 2024 09:44
Browser Request and Response Headers Guidelines..

header_request_get_variable

  • Browser Guidelines, EG: Path, Referrers
@binarykore
binarykore / webmoon.php
Created April 14, 2024 09:41
Web Moon - Git Dump Python to PHP..
<?php
//Web Moon - Git Dump Exploit..
?>
@binarykore
binarykore / url_detection.php
Created March 25, 2024 12:56
URL Detection to SVG..
<?php
//Soon..
?>
@binarykore
binarykore / wire_chat.php
Created March 25, 2024 12:36
Wire Chat, via Session Handler Interface and the Stale Sessions Data..
<?php
//Wire Chat..
?>
@binarykore
binarykore / session_handlers.php
Created March 25, 2024 12:35
Full Graph on Session Handlers and its Interface on PHP for a Remote Access Login / Logout System via Stateless Sessions..
<?php
//OOP Class and MVC Framework for SessionHandlerInterface..
?>