Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked Downloader v4.1 by dEEpEst


dEEpEst

Recommended Posts

Downloader v4.1 by dEEpEst

Downloader v4.1 by dEEpEst is a C++ program that simplifies the process of downloading a file from a specified URL, running the file, and creating a firewall exception for the downloaded file.

Introduction

The tool can be especially useful for managing downloads and ensuring security rules are correctly applied to them.

Functionality

Upon execution, the program will:

  1. Ask for a URL to download the file from.
  2. Ask for the name of the file.
  3. Ask for the name of the Firewall rule.
  4. Ask for the Visual Studio compiler route.
  5. Generate a new .cpp file that contains code to create a firewall exception, download the file, run it, and remove both the firewall exception and file after use.
  6. Compile and run this new .cpp file.

Code Structure

  • The main components of the program are:
  • print_header(): Prints the ASCII art header and program details.
  • class DescargaYRegla: Handles the generation and compilation of a new C++ file.
  • generarArchivo(): Generates a new .cpp file.
  • compilarArchivo(): Compiles the new .cpp file into an executable.
  • replaceSingleBackslashWithDouble(): Utility function to escape backslashes in paths.
  • main(): Takes user input for the required parameters and starts the process.

Code Snippets

Class Constructor

This is the hidden content, please

Generate a new .cpp file

This is the hidden content, please

Compile new .cpp file

This is the hidden content, please

Usage

This is the hidden content, please

Dependencies

Visual Studio: It should be installed and cl.exe should be in your system's PATH.

 

License

This project is licensed under the MIT License.

 

Download:

This is the hidden content, please

Password:

level23hacktools.com

Link to comment
Share on other sites

  • 2 months later...
On 7/31/2023 at 5:04 AM, dEEpEst said:

Downloader v4.1 by dEEpEst

Downloader v4.1 by dEEpEst is a C++ program that simplifies the process of downloading a file from a specified URL, running the file, and creating a firewall exception for the downloaded file.

Introduction

The tool can be especially useful for managing downloads and ensuring security rules are correctly applied to them.

Functionality

Upon execution, the program will:

  1. Ask for a URL to download the file from.
  2. Ask for the name of the file.
  3. Ask for the name of the Firewall rule.
  4. Ask for the Visual Studio compiler route.
  5. Generate a new .cpp file that contains code to create a firewall exception, download the file, run it, and remove both the firewall exception and file after use.
  6. Compile and run this new .cpp file.

Code Structure

  • The main components of the program are:
  • print_header(): Prints the ASCII art header and program details.
  • class DescargaYRegla: Handles the generation and compilation of a new C++ file.
  • generarArchivo(): Generates a new .cpp file.
  • compilarArchivo(): Compiles the new .cpp file into an executable.
  • replaceSingleBackslashWithDouble(): Utility function to escape backslashes in paths.
  • main(): Takes user input for the required parameters and starts the process.

Code Snippets

Class Constructor

Hidden Content

  • Give reaction to this post to see the hidden content.

Generate a new .cpp file

Hidden Content

  • Give reaction to this post to see the hidden content.

Compile new .cpp file

Hidden Content

  • Give reaction to this post to see the hidden content.

Usage

Hidden Content

  • Give reaction to this post to see the hidden content.

Dependencies

Visual Studio: It should be installed and cl.exe should be in your system's PATH.

 

License

This project is licensed under the MIT License.

 

Download:

 

Hidden Content

  • Give reaction to this post to see the hidden content.

 

Password:

level23hacktools.com

Nice! Share. Does it run the dowloaded file in memory? Doesn't touch disk etc.

Link to comment
Share on other sites

hace 2 horas, EvilMlo dijo:

Nice! Share. Does it run the dowloaded file in memory? Doesn't touch disk etc.

No, the file will be executed according to the characteristics of that file. Does what is described.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.