Skip to content

Instantly share code, notes, and snippets.

@tempookian
Last active March 25, 2023 12:47
Show Gist options
  • Save tempookian/e2f9fd18b85b4ed32bbdda8f790586ec to your computer and use it in GitHub Desktop.
Save tempookian/e2f9fd18b85b4ed32bbdda8f790586ec to your computer and use it in GitHub Desktop.
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