Skip to content

Instantly share code, notes, and snippets.

View sholt0r's full-sized avatar
👨‍💻

Sholt0r sholt0r

👨‍💻
View GitHub Profile
@sholt0r
sholt0r / PKGBUILD
Created August 23, 2025 04:19
opencode-bin PKGBUILD
# Maintainer: dax
# Maintainer: adam
pkgname='opencode-bin'
pkgver=0.5.15
options=('!debug' '!strip')
pkgrel=1
pkgdesc='The AI coding agent built for the terminal.'
url='https://github.com/sst/opencode'
arch=('aarch64' 'x86_64')
@sholt0r
sholt0r / inject.py
Last active October 23, 2024 01:13 — forked from leonjza/inject.py
Wordpress 4.7.0/4.7.1 Unauthenticated Content Injection PoC
# 2017 - @leonjza
#
# Wordpress 4.7.0/4.7.1 Unauthenticated Content Injection PoC
# Full bug description: https://blog.sucuri.net/2017/02/content-injection-vulnerability-wordpress-rest-api.html
# Usage example:
#
# List available posts:
#
# $ python inject.py http://localhost:8070/
Read-Host "Last logged on user" | Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI" -Name "LastLoggedOnDisplayName" -Value $_