Stop burning RDP persistence with 4732 alerts. Bypass the "Remote Desktop Users" group entirely.
GUI access only requires:
- SeRemoteInteractiveLogonRight (Inject SID via secedit)
- RDP-Tcp listener permissions (Modify CIM class)
OPSEC: Trades 4732 for 4704. Most SOCs don't tune 4704 with the same aggression.
h/t @Cptjesus for the concept.
@P_Rambo Ah, i think my main focus was offline small LLMs because a lot of security work involves sensitive data that we cant feed to the cloud services. Otherwise I just use claude/codex with the PPTX skill lol its insanely good
Made a cli based tool meant for LLM agents to be able to generate powerpoint slides. Simple template based system to optimize for small local LLMs. Useful for sensitive data where u cant use claude design
https://t.co/YrVd8RewmR
Not the usual stuff i make but its useful xD
Nothing fancy, just a quick python3 fork of ntdsxtract because i couldnt be bothered to deal with python2 pip issues during an op
*not my tool, just an updated fork. original repo by csababarta on Github*
https://t.co/ENbhCdq4Tp
nothing compared to frontier models yet but pretty good for a local model that can run at ~35 TPS with 5GB of VRAM usage (MoE offloaded to CPU) Simple test nothing fancy done Harness - pi coder Tools - Github repo linked
it wasted some tokens overthinking but looks like qwen 3.6-35b-a3b can do easy crackme/RE work now. quite a lot better than qwen 3.5 which struggled with even the easiest (difficulty 1.0) crackmes at the time.
my ghetto headless ghidra + x64dbg - https://t.co/HsKWpKWYqy
Apple and Google are gradually expanding their use of hardware-based attestation. They're convincing a growing number of services to adopt it. Google's Play Integrity API and Apple's App Attest API are very similar. Apple brought it to the web via Privacy Pass, which Google intends on doing too.
Google's Play Integrity API requires hardware attestation for the strong integrity level and is gradually phasing in requiring it for the more commonly used device integrity level. Apple already has it as a requirement. Over the long term, this will increasingly lock out hardware and OS competition.
The purpose of these systems is disallowing people from using hardware and software not approved by Apple or Google. This is wrongly presented as being a security feature. Banks and government services are the main ones adopting it but Apple and Google are encouraging every service to use it.
Apple's Privacy Pass brought hardware attestation to the web to help with passing captchas on their own hardware. Many people saw that as harmless since few sites would be willing to lock out non-Apple-hardware users. Apple and Google are both likely to bring broader hardware attestation to the web.
Google's reCAPTCHA is planning an approach where they use Privacy Pass on Apple hardware, their own approach on Google Mobile Services Android devices and a QR code scanning system to require an iOS or Google certified Android device for Windows and other systems:
https://t.co/7rQnioRa8A
Banking and government services increasingly require using a mobile app where they can use attestation to force using an Apple or Google approved device and OS. Apple's privacy pass, Google's 'cancelled' Web Environment Integrity and now reCAPTCHA Mobile Verification are bringing this to the web.
Current media coverage for reCAPTCHA Mobile Verification misunderstands it and the impact of it. They're bringing a hardware attestation requirement to Windows, desktop Linux, OpenBSD, etc. by requiring a QR scan from a certified smartphone to pass reCAPTCHA in some cases. They could expand it more.
Control over reCAPTCHA puts Google in a position where they can require having either iOS or a certified Android device to use an enormous amount of the web. Google defines certification requirements for Android which includes forcing bundling Google Chrome, etc. It's enormously anti-competitive.
Google's Play Integrity API bans using GrapheneOS despite it being far more secure than anything they permit. It also bans using any other alternative. This isn't somehow specific to an AOSP-based OS. You can't avoid this by using a mobile OS based on FreeBSD instead. You'll just be more locked out.
Google's Play Integrity API permits devices with no security patches for 10 years. The device integrity level can be bypassed via spoofing but they can detect it quite well and block it once it starts being done at scale. The strong integrity level requires leaked keys from TEEs/SEs to bypass it.
It doesn't provide a useful security feature, but it does lock out competition very well. Services requiring Apple App Attest or Google Play Integrity are primarily helping to lock in Apple and Google having a duopoly for mobile devices. Play Integrity is more relevant due to AOSP being open source.
Governments are increasingly mandating using Apple's App Attest and Google's Play Integrity for not only their own services but also commercial services. The EU is leading the charge of making these requirements for digital payments, ID, age verification, etc. Many EU government apps require them.
Instead of governments stopping Apple and Google from engaging in egregiously anti-competitive behavior, they're directly participating in locking out competition via their own services. Requiring people to have an Apple device or Google-certified Android device is anti-competition, not security.
reCAPTCHA Mobile Verification will currently work with sandboxed Google Play on GrapheneOS but it clearly exists to provide a way for them to start using hardware attestation on systems without it. People without an iOS or Android device will be locked out when this is required even without that.
This isn't about security or any missing functionality. GrapheneOS can be verified via hardware attestation. Google bans using GrapheneOS for Play Integrity because we don't license Google Mobile Services and conform to anti-competitive rules already found to be illegal in South Korea and elsewhere.
Services shouldn't ban people from using arbitrary hardware and operating systems in the first place. Google's security excuse is clearly bogus when they permit devices with no patches for 10 years but not a much more secure OS. It's for enforcing their monopolies via GMS licensing, that's all.
@The_BlackCloak @_RastaMouse i think we already do what we can with responsible disclosure, where there is an objectively "right" party to give a head start (the vendor/maintainer). For general techniques as a whole you just gotta hope your blue team does their job with the public info
@The_BlackCloak @_RastaMouse those generally arent the type to be much of a threat with or without these techniques though, and the alternative is to attempt to gatekeep knowledge in general via vetting which is another can of worms
@The_BlackCloak @_RastaMouse its just a less defensible variant of the "open source offensive tooling/research helps TAs and is therefore bad" argument which is already commonly made
@The_BlackCloak @_RastaMouse i dont think theres any documented cases of proper TAs being bottlenecked in any way by lack of publicly available knowledge about a technique in general. some case can be made for commercial tools e.g. cobaltstrike but general technique knowledge is basically already out there.
Releasing GodPotatoBOF: Cobalt Strike BOF used to perform privilege escalation by exploiting the SeImpersonate privilege. OPSEC safe alternative to the .NET version. Based on the original GodPotato PoC by BeichenDream.
https://t.co/T1Cey2GZ4h