Skip to content
This repository was archived by the owner on Mar 22, 2026. It is now read-only.

Commit 8a0c1c6

Browse files
authored
Update README.md
1 parent 9157664 commit 8a0c1c6

1 file changed

Lines changed: 64 additions & 1 deletion

File tree

README.md

Lines changed: 64 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,64 @@
1-
# Codx
1+
# Codx Configuration Script
2+
3+
Welcome to the Codx Proxy Configuration Script! This repository contains a Python script that configures a proxy for the Codetantra application, enabling secure connections and other advanced functionalities. The script automates the setup process, verifies a provided software key, and handles other tasks such as downloading plugin files and installing certificates.
4+
5+
## Features
6+
7+
- **Proxy Configuration**: Automates the setup and deactivation of the proxy settings for Codetantra.
8+
- **Software Key Verification**: Verifies the software key provided by the user for secure usage of the application.
9+
- **Hostname Retrieval**: Retrieves the hostname of the system for identification purposes.
10+
- **Internet Connection Check**: Checks if the system is connected to the internet before proceeding.
11+
- **Download Plugin File**: Downloads and updates the plugin file from a specified URL.
12+
- **Certificate Installation**: Guides the user through installing the required certificates for secure connection.
13+
- **Automated Management**: Manages the running of a subprocess to handle proxy-related tasks.
14+
- **Regulatory Compliance**: Updates and manages the Windows Registry keys for proxy settings.
15+
- **Allow Window Switching**: Enables switching between windows while in the exam panel of Codetantra.
16+
- **Enable Copy-Paste**: Allows copy-paste functionality in the Codetantra Exam panel.
17+
- **Open All Daily Practice Questions**: Opens all daily practice questions in Codetantra.
18+
- **Remove Other Security Settings**: Removes other security settings from the Codetantra application.
19+
20+
## Manual
21+
22+
To use this script, follow the steps below:
23+
1. **Download the Program**: Download the latest release executable from the [releases page](https://github.com/ck-cyberking/Codx/releases) and save it to your local machine.
24+
25+
2. **Run the Program**: Locate the downloaded executable file and run it ( Only `Codx.exe` ). You can do this by double-clicking the file `Codx.exe` in your file explorer.
26+
27+
3. **Follow Instructions**: The program will guide you through the proxy setup process and certificate installation. Follow the on-screen instructions.
28+
29+
4. **Enter Software Key**: If it's the first time running the script, you will be prompted to enter your software key. Enter the key you received when you acquired the software.
30+
31+
5. **Follow Instructions**: The script will guide you through the proxy setup process and certificate installation.
32+
33+
6. **Certificate Installation**: Follow the script's instructions to download and install the required certificate. Download the certificate from [http://mitm.it/cert/p12](http://mitm.it/cert/p12) while the script is running.
34+
35+
7. **Certificate Installation Steps**:
36+
- Open the certificate file and follow the installation steps.
37+
- Select "Local Machine" and allow permissions.
38+
- Click through the installation steps.
39+
- Choose "Place all certificates in the following store" and browse to "Trusted Root Certification Authorities," then click OK.
40+
- Finish the installation.
41+
42+
8. **Configure Codetantra**: Once the certificate is installed, the script will configure the proxy settings for Codetantra. Follow the script's instructions to proceed.
43+
44+
9. **Keep Script Running**: Keep the script running while using Codetantra. Follow the script's instructions to deactivate the configuration when you're finished.
45+
46+
10. **Exit**: Follow the prompt to exit the script when you are done.
47+
48+
## Additional Information
49+
50+
- **Certificates**: Make sure you download and install the certificate as per the script's instructions.
51+
- **Proxy Configuration**: The script sets the proxy to `127.0.0.1:5555`.
52+
- **Subprocess Handling**: The script runs `apx.exe` as a subprocess for handling proxy tasks.
53+
54+
## Disclaimer
55+
56+
The program's usage may be subject to local policies and regulations regarding the modification of network and system settings. Use this script responsibly and in accordance with the terms and conditions of the software and services involved.
57+
58+
## Contributing
59+
60+
Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/ck-cyberking/Codx/issues) if you want to contribute.
61+
62+
## License
63+
64+
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)