Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.9K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
WMEye - A Post Exploitation Tool That Uses WMI Event Filter And MSBuild Execution For Lateral Movement

https://blogger.googleusercontent.com/img/a/AVvXsEhVUekhyfl8R_dEBxNFTNHCKXteQuSz2CZGIC7roLiaceI5LUkDHclvk838hosVEk0q2SXI9T9Q5gFnMlM3S-ObW5x1a36hEWjplBkb53XCqAm9XzTNmF0nl4JmTVRLhN0Ec5o1gyhG4K3qkxdAvGaRajrCMx2G6V3_CNOqQKjMgl-AtB5EvVwIi7W8=w640-h232
WMEye is an experimental tool that was developed when exploring about Windows WMI. The tool is developed for performing Lateral Movement using WMI and remote MSBuild Execution. It uploads the encoded/encrypted shellcode into remote targets WMI Class Property, create an event filter that when triggered writes an MSBuild based Payload using a special WMI Class called LogFileEventConsumer and finally executes the payload remotely.
UseCase

Fileless Lateral Movement using WMI, can be used with Cobalt Strike's Execute-Assembly

Note: This is still in experimental stage and no where near to be used in a real engagement.
Current Working

* Creates a Remote WMI Class
* Writes Shellcode as property value to the above created Fake WMI Class
* Creates a WMI Event Filter to trigger on powershell.exe process creation
* On Event Trigger, it Uploads MSBuild Payload into remote system using LogFileEventConsumer (A WMI Consumer type to write Log Files)
* Finally Invoke Win32_Process Createto call MSbuild remotely

The MSBuild Payload fetches encoded shellcode from WMI Class Property, decodes and executes it.

Upcoming Features

* Replace WIN32_Process Create method of invocation with something better
* Add GZIP Compression for Shellcode and XML File Bytes
* Add NTLM PTH Support
* Add CleanUp Functions for removing event filter after the logfileeventconsumer finished writing the MSBuild Payload

Whats Unique in this Project ?

* Uploads the encoded/encrypted shellcode to remote machines WMI property on a Created Fake Class (can maybe tweak to write shellcode into existing class's Property)
* Uses LogFileEventConsumer to upload MSBuild File , instead of relying in spawning Powershell.exe using win32_process Create

Credits

https://www.fireeye.de/content/dam/fireeye-www/global/en/current-threats/pdfs/wp-windows-management-instrumentation.pdf
Download WMEye

___________________________
@hacking_Attack
@Hacking_Video
Dark Reading: Attacks/Breaches
What Kind Of Security Tools Should I Provide My Developers?

Who says developers don't care about security? Give them the tools to help them build security into their code.
Dark Reading: Attacks/Breaches
How Should My Security Analyst Use the MITRE ATT&CK Framework?

As a curated knowledgebase for adversary behavior, the MITRE ATT&CK framework can guide defenders on how to conduct an investigation and the order of things to look for.
Dark Reading: Attacks/Breaches
Would 'Cyber Geneva Conventions' Defuse Online Aggression?

International treaties could force nation-states to police bad actors within their borders to avoid penalties.
Hats Finance Opens New Bug Bounty Program with Fuji DAO

About Fuji DAOContinue reading on Medium »
Read more...
Hats Finance Opens New Bug Bounty Program with Fuji DAO

About Fuji DAOContinue reading on Medium »
Read more...
hacking: security in practice
Web hacking automation

I have a Dev background and I'm quite familiar with web hacking. Seeing these top hackers automating a ton, one question arise in mind, "What bugs are practically automatable". Everyone is automating subdomain takeovers it's easy to automate but what about Xss or SQLi? Are they automating those only checking URL parameters?

submitted by /u/crusader2409
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video