Last active
March 25, 2023 12:47
-
-
Save tempookian/e2f9fd18b85b4ed32bbdda8f790586ec to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkg update && pkg -y --force-yes upgrade | |
pkg install -y --force-yes git python | |
git clone https://github.com/MortezaBashsiz/CFSCanner.git | |
cd CFScanner/python | |
git switch py-v2 | |
pip install -r requirements.txt | |
python3 cfscanner.py --threads 4 --config ../bash/ClientConfig.json --upload-test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment