Giter Site home page Giter Site logo

Comments (6)

koushui avatar koushui commented on June 29, 2024

Use-COM-objects-to-bypass-UAC这个方法

from feedback.

3gstudent avatar 3gstudent commented on June 29, 2024

https://3gstudent.github.io/3gstudent.github.io/Use-CLR-to-bypass-UAC/
这个?

from feedback.

koushui avatar koushui commented on June 29, 2024

我测试的是https://3gstudent.github.io/3gstudent.github.io/%E9%80%9A%E8%BF%87COM%E7%BB%84%E4%BB%B6IARPUninstallStringLauncher%E7%BB%95%E8%BF%87UAC/
这个文章里提到的带参数的方法

最后查看了UACME,https://github.com/winscripting/UAC-bypass/blob/master/FodhelperBypass.ps1
这个方法测试还可以用

https://github.com/winscripting/UAC-bypass/blob/master/FodhelperBypass.ps1

from feedback.

3gstudent avatar 3gstudent commented on June 29, 2024

文章中0x02介绍的方法(https://github.com/3gstudent/Use-COM-objects-to-bypass-UAC/blob/master/IARPUninstallStringLauncher.cpp),你测试有问题吗?

from feedback.

koushui avatar koushui commented on June 29, 2024

嗯,在我这个版本的系统上测试,目前的问题主要是Invoke-ReflectivePEInjection.ps1报错,红红的几屏就没去管,然后explife的方法我没去测试,他的github貌似打不开了,有没有新地址?

Invoke-ReflectivePEInjection.ps1的部分报错如下:

使用“1”个参数调用“GetMethod”时发生异常:“发现不明确的匹配。”
所在位置 C:\Users\XXX\Desktop\Invoke-ReflectivePEInjection.ps1:1003 字符: 6

  •     $GetProcAddress = $UnsafeNativeMethods.GetMethod('GetProcAddr ...
    
  •     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [], MethodInvocationException
    • FullyQualifiedErrorId : AmbiguousMatchException

不能对 Null 值表达式调用方法。
所在位置 C:\Users\XXX\Desktop\Invoke-ReflectivePEInjection.ps1:1010 字符: 6

  •     Write-Output $GetProcAddress.Invoke($null, @([System.Runtime. ...
    
  •     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (:) [],RuntimeException
    • FullyQualifiedErrorId : InvokeMethodOnNull

from feedback.

3gstudent avatar 3gstudent commented on June 29, 2024

先测试这个:
https://github.com/3gstudent/Use-COM-objects-to-bypass-UAC/blob/master/IARPUninstallStringLauncher.cpp
能不能绕过UAC?

Invoke-ReflectivePEInjection.ps1报错,是脚本的问题,不是说这个方法不能用
这个脚本需要修改一些地方,等有空的时候详细说一下

from feedback.

Related Issues (20)

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.