Skip to content

Latest commit

 

History

History
52 lines (51 loc) · 1.31 KB

File metadata and controls

52 lines (51 loc) · 1.31 KB

SubPlus

PY DEV DeskRam «Ali» https://t.me/deskram

Installation 🛠️

Windows

git clone https://github.com/deskram/SubPlus.git
cd SubPlus
  • on Powershell: Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned -Force
  • setup Virtualenv: pip install virtualenv
  • Windows Powershell: virtualenv SubPlus
  • Windows Powershell: .\SubPlus\Scripts\activate.ps1
  • Install Requirements pip install -r requirements.txt
  • Windows Powershell: py subplus.py -d domain.com or python subplus.py -d domain.com
python subplus.py -d domain.com -su subs.txt
python subplus.py -d domain.com -su subs.txt -s service.txt -r subs.txt -es true

Linux

git clone https://github.com/deskram/SubPlus.git
cd SubPlus
pip install -r requirements.txt
cp subplus.py /usr/local/bin/subplus
chmod +x /usr/local/bin/subplus
subplus -h
subplus -d domain.com -su subs.txt
subplus -d domain.com -su subs.txt -s service.txt -r subs.txt -es true

📢 Warning

This tool is only for educational purpose. If you use this tool for other purposes except education we will not be responsible in such cases.