Skip to content

Instantly share code, notes, and snippets.

View realyukii's full-sized avatar
👀
Observing the pattern

ReYuki realyukii

👀
Observing the pattern
View GitHub Profile
@githubfoam
githubfoam / sysinternals cheat sheet
Last active July 25, 2025 13:13
sysinternals cheat sheet
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
AccessChk - Lets you see what type of access users and groups have to files, directories, registry keys, etc.
AccessEnum - Full view of your file system and registry security settings.
AdExplorer - Active Directory viewer and editor.
AdInsight - LDAP real-time monitoring tool used to troubleshoot Active Directory applications.
AdRestore - Ability to restore deleted Active Directory objects.
Autologon - Easily configure autologon mechanism.
Autoruns - Displays programs that are configured to run at startup.
BgInfo - Displays relevant information about the computer on the desktop, such as computer name, IP address, etc.
@adog1314
adog1314 / PortForwardOverWireGuard.md
Last active September 22, 2025 22:04
Port forward over wireguard to VPS with static IP

Port forward over wireguard to VPS with static IP

This is write up is on how to port forward over wireguard. I am going to be port forwarding a mail server running MailCow on my local server, but really any service can be port forwared with some modifications to the IPTables commands in the wireguard file.

I am using a cheap Vultr VPS as my proxy server, if your intrested heres a referral link https://www.vultr.com/?ref=9019507 where I get $10 or if you plan to spend more then $35 on your account you will get $100 and I will get $35 https://www.vultr.com/?ref=9019508-8H

My Setup

  • Debain 10 Buster
  • Tunnel subnet: 10.1.1.0
  • Proxy-VPS Tunnel IP: 10.1.1.1
@0xdevalias
0xdevalias / _deobfuscating-unminifying-obfuscated-web-app-code.md
Last active September 29, 2025 13:45
Some notes and tools for reverse engineering / deobfuscating / unminifying obfuscated web app code
@Zxce3
Zxce3 / index.php
Last active June 18, 2025 18:46
server dashboard in one file [WIP] Updated V2
<?php
/**
* Server Dashboard - Simplified System Information Display
* This file contains functions to retrieve system information and display it in a server dashboard.
* The functions include getting basic server info, CPU info, memory usage, disk usage, uptime, load average,
* network interfaces, and process list.
*
* @author Zxce3
* @version 2.0