fa
Feedback
Source Byte

Source Byte

رفتن به کانال در Telegram

هشیار کسی باید کز عشق بپرهیزد وین طبع که من دارم با عقل نیامیزد Saadi Shirazi 187

نمایش بیشتر
7 858
مشترکین
+1124 ساعت
+557 روز
+19430 روز
آرشیو پست ها
Abuse SVCHost Methods Credit: Reza Rashidi https://redteamrecipe.com/abuse-svchost-methodsrtc0017

.

.

SHELLSILO is a cutting-edge tool that translates C syntax into syscall assembly and its corresponding shellcode. https://github.com/nixpal/shellsilo

Antimalware Scan Interface (AMSI) — A Red Team Analysis on Evasion
In this post, we will analyze how AMSI works and recap existing known bypasses.
https://iwantmore.pizza/posts/amsi.html #amsi #windows #vb

Cobalt Strike - CDN & Reverse Proxy Setup. Подробно описанный мануал по подготовке C2 инфраструктуры CS на примере Azure. htt
Cobalt Strike - CDN & Reverse Proxy Setup. Подробно описанный мануал по подготовке C2 инфраструктуры CS на примере Azure. https://redops.at/en/blog/cobalt-strike-cdn-reverse-proxy-setup #redteam #infra #bypass

Repost from 1N73LL1G3NC3
SCCMSecrets.py A python utility that builds upon existing SCCM research. It goes beyond NAA credentials extraction, and aims
SCCMSecrets.py A python utility that builds upon existing SCCM research. It goes beyond NAA credentials extraction, and aims to provide a comprehensive approach regarding SCCM policies exploitation. The tool can be executed from various levels of privileges, and will attempt to uncover potential misconfigurations related to policies distribution. It will dump the content of all secret policies encountered as well as collection variables, in addition to package scripts hosted on the distribution points. Finally, it can be used throughout the intrusion process by configuring it to impersonate legitimate SCCM clients, in order to pivot across device collections. For more details regarding the tool and its usage, see the associated article at: https://www.synacktiv.com/publications/sccmsecretspy-exploiting-sccm-policies-distribution-for-credentials-harvesting-initial P.S. Another tool allowing to dump SCCM distribution point resources via HTTP: https://github.com/badsectorlabs/sccm-http-looter

themida-unmutate A Python 3 tool to statically deobfuscate functions protected by Themida, WinLicense and Code Virtualizer 3.x's mutation-based obfuscation. The tool has been tested on Themida up to version 3.1.9. It's expected to work on WinLicense and Code Virtualizer as well. https://github.com/ergrelet/themida-unmutate A Binary Ninja plugin is also available here. #unpacking #packer

.

Exploring Android Exploitation: A Journey into Stack Overflow Vulnerability Credit: @INVOXES https://kousha1999.github.io/posts/2024/Android-Stack-Overflow-Exploitation-with-Frida

Just a piece of advice for anyone trying to learn something new: We all start very enthusiastically, dedicating time and effort. But as complexity increases, we might avoid challenges by shifting to easier tasks. While taking breaks to refresh your mind is beneficial, beware of getting stuck in a cycle of mediocrity. For example, imagine learning about database internals or how DRAM works. Initially, it's easy to grasp, but you'll inevitably hit a wall. When this happens, explore related concepts, read articles and whitepapers, and connect the dots. I avoid strict roadmaps and timelines for personal learning because they limit exploration. Trust me, there is no scarcity of knowledge out there, and you'll be amazed by what you discover. (Of course, this advice doesn't apply to professional deadlines; this is specifically for personal upskilling).
Remember, there's no single right way to learn
. Choose a method that you enjoy and that keeps you motivated. Just don't forget the reason you started this journey in the first place. credit : Mohit Mishra

2274f632f6a1d8acd2f1801c24887edb-compressed.zh-CN.en.pdf4.56 MB

here is auto translated version , not bad :
here is auto translated version , not bad :

File Tunnel Tunnel TCP connections through a file https://github.com/fiddyschmitt/File-Tunnel.git
File Tunnel Tunnel TCP connections through a file https://github.com/fiddyschmitt/File-Tunnel.git

A Syscall Journey in the Windows Kernel
What's happening after a syscall
Credit: Alice https://alice.climent-pommeret.red/posts/a-syscall-journey-in-the-windows-kernel #internals #windows

Repost from KS note
⚒ How to calculate the Address of Contract using WalletAddress and WalletNonce using Foundry 🔗 Learn Foundry
+1
⚒ How to calculate the Address of Contract using WalletAddress and WalletNonce using Foundry 🔗 Learn Foundry

Fun with Ntdll address
+1
Fun with Ntdll address

sgn
SGN is a polymorphic binary encoder for offensive security purposes such as generating statically undetecable binary payloads. It uses a additive feedback loop to encode given binary instructions similar to LSFR. This project is the reimplementation of the original Shikata ga nai in golang with many improvements.
https://github.com/EgeBalci/sgn #shellcode