Skip to content

Instantly share code, notes, and snippets.

View dfirence's full-sized avatar
💭
Sketching

dfirence dfirence

💭
Sketching
View GitHub Profile
// Website you intended to retrieve for users.
const upstream = 'api.openai.com'
// Custom pathname for the upstream website.
const upstream_path = '/'
// Website you intended to retrieve for users using mobile devices.
const upstream_mobile = upstream
// Countries and regions where you wish to suspend your service.
@dfirence
dfirence / caged-bird.txt
Created April 10, 2025 14:17
basic-dfirence
A free bird leaps
on the back of the wind
and floats downstream
till the current ends
and dips his wing
in the orange sun rays
and dares to claim the sky.
But a bird that stalks
down his narrow cage
@dfirence
dfirence / UAC-TokenMagic.ps1
Created July 17, 2021 17:59 — forked from Cr4sh/UAC-TokenMagic.ps1
UAC Token Magic
function UAC-TokenMagic {
<#
.SYNOPSIS
Based on James Forshaw's three part post on UAC, linked below, and possibly a technique
used by the CIA!
Essentially we duplicate the token of an elevated process, lower it's mandatory
integrity level, use it to create a new restricted token, impersonate it and
use the Secondary Logon service to spawn a new process with High IL. Like
playing hide-and-go-seek with tokens! ;))
@dfirence
dfirence / Email Server (Windows Only).md
Created June 2, 2020 23:39 — forked from raelgc/Email Server (Windows Only).md
Setup a Local Only Email Server (Windows Only)