forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathrss.xml
More file actions
41 lines (33 loc) · 2.38 KB
/
rss.xml
File metadata and controls
41 lines (33 loc) · 2.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>The Wover - Blog</title>
<link>https://thewover.github.io/</link>
<description>Red Teaming, .NET, and random computing topics</description>
<item>
<title>Creating Verbweaver</title>
<link>https://thewover.github.io/Creating-Verbweaver/</link>
<description>Verbweaver is a nonlinear writing and design suite built for your brain with the ability to procedurally generate linear documents when you need to communicate your ideas into other brains. Also, yes AI agents are actually useful (but only as much as you are at managing them). This blog post is about how and why I created Verbweaver the way that I did. To check out the app, visit the website: https://verbweaver.design/</description>
</item>
<item>
<title>Mixed Assemblies - Crafting Flexible C++ Reflective Stagers for .NET Assemblies</title>
<link>https://thewover.github.io/Mixed-Assemblies/</link>
<description>TLDR: There is not only one type of CLR Injection. You can compile C++ with the /clr option to produce Mixed Assemblies, programs that contain both native and managed code. This can be used to reflectively load .NET Assemblies using native(ish) stagers.</description>
</item>
<item>
<title>Donut v0.9.2 "Bear Claw" - JScript/VBScript/XSL/PE Shellcode and Python Bindings</title>
<link>https://thewover.github.io/Bear-Claw/</link>
<description>TLDR: Version v0.9.2 "Bear Claw" of Donut has been released, including shellcode generation from many new types of payloads (JScript/VBScript/XSL and unmanaged DLL/PEs), and Python bindings for dynamic shellcode generation.</description>
</item>
<item>
<title>Donut v0.9.1 "Apple Fritter" - Dual-Mode Shellcode, AMSI, and More</title>
<link>https://thewover.github.io/Apple-Fritter/</link>
<description>TLDR: Version v0.9.1 “Apple Fritter” of Donut has been released, including dual-mode (AMD64+x86) shellcode, AMSI bypassing for .NET v4.8, automatic version detection of payloads, and better support for Program.Main().</description>
</item>
<item>
<title>Donut - Injecting .NET Assemblies as Shellcode</title>
<link>https://thewover.github.io/Introducing-Donut/</link>
<description>TLDR: You can now inject .NET Assemblies into Windows processes using this repo: https://github.com/TheWover/donut/</description>
</item>
</channel>
</rss>