Git Product home page Git Product logo

ifaultrepelevateddatacollectionuac's Introduction

Hi there 👋

Penetration tester - Interested in Windows internals and security research.


ifaultrepelevateddatacollectionuac's People

Contributors

wh04m1001 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ifaultrepelevateddatacollectionuac's Issues

How can I develop my .rbs file?

Hi,
Congratulations on your project, it is really a awesome research!

One question: I have an issue with the trigger of the .rbs file.

I have created the following .msi which successfully triggers the payload (cmd.exe) as can be seen from the PoC.

Screenshot 2022-10-17 at 22 25 37

The problem is that when I replace cmd.rbs with my .rbs (inside C:\Config.Msi), nothing happens.

This is my source code for the execution of my payload :

<Product Id="*" UpgradeCode="12345678-1234-1234-1234-111111111111" Name="Demo" Version="0.0.1" Manufacturer="demo" Language="1033">
	<Package InstallerVersion="200" Compressed="yes" Comments="Windows Installer Package"/>
	<Media Id="1" Cabinet="product.cab" EmbedCab="yes"/>

	<Directory Id="TARGETDIR" Name="SourceDir">
		<Directory Id="ProgramFilesFolder">
			<Directory Id="INSTALLLOCATION" Name="Example">
				<Component Id="ApplicationFiles" Guid="12345678-1234-1234-1234-222222222222">
					<File Id="ApplicationFile1" Source="C:\\Windows\\System32\\cmd.exe"/>
				</Component>
			</Directory>
		</Directory>
	</Directory>

	<Feature Id="DefaultFeature" Level="1">
		<ComponentRef Id="ApplicationFiles"/>
	</Feature>

	<Property Id="cmdline">
		cmd.exe
	</Property>

	<CustomAction Id="SystemShell" Execute="deferred" Directory="TARGETDIR" ExeCommand='[cmdline]' Return="ignore" Impersonate="no"/>

	<InstallExecuteSequence>
		<Custom Action="SystemShell" After="InstallInitialize"></Custom>
	</InstallExecuteSequence>
</Product>

Can you help me?
Thanks in advance.

What the Proc6 method does

Hi, I'm trying to explore this Auto-Elevated COM component.
image

I found the virtual table in Faultrep.dll via IDA Pro.
image

this function is an export function of another dll, but when I try to check the imported dll, there is no information about this function in this dll, I know it may be related to the RPC marshaling.
image

All in all I would like to know how you know what the Proc6 function does and how to find the definition of the function (by ida reverse or other methods)?

Thank you :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.