The solution to extend the deadline for the virtual machines on CDX.
Ohter Languages: English, 繁體中文
- Since CDX integrates Google reCAPTCHA, this project is no longer available.
- Google Chrome
- Python3 and Git
sudo apt update sudo apt install python3 python3-pip git
git clone https://github.com/Hash7ag/cdx-extender.git ~/cdx-extender
cd ~/cdx-extender
python3 -m pip install -r requirements.txt
./main.py --reset
Then, enter the username and the password of your CDX account.
optional arguments:
-h, --help show the help message and exit
-H, --headless set headless browser
-D, --download-chromedriver
download and overwrite(if any) the ChromeDriver and exit
--reset reset the user data and exit
--clear clear the user data and exit
~/cdx-extender/main.py
It's better to work with cron(crontab) on Linux.
Copyright © 2020 Hash7ag All Rights Reserved
This project is licensed under the MIT License.