PandeoF1 / px_botnet

HTTP Botnet in C, Cross Compilable. (Layer 7 - Layer 4) - 11 Methods
https://botnet.pandeo.fr/login.php
MIT License
33 stars 10 forks source link

Where do I upload the DB and how do i start the server #4

Closed abdalmajid77 closed 2 years ago

abdalmajid77 commented 2 years ago

I don't know Where to upload the DB and how to start the server

PandeoF1 commented 2 years ago

For the database, you need to upload it on a MySQL/mariadb and the server is just an api, so if the website work the api work

PandeoF1 commented 2 years ago

I don't know Where to upload the DB and how to start the server To upload it, use phpmyadmin or in the shell of mysql write : use db_name source(s) file.sql; exit ;

abdalmajid77 commented 2 years ago

What directory in the mysql my os is debian 11

PandeoF1 commented 2 years ago

What directory in the mysql my os is debian 11

Go in the folder of DB in the repository. Write "mysql" in the shell. Write : "create database db_name". Write "use db_name". Write "source file.sql". Write "exit;" and configure the config file of the website.

To create an user if you don't have one : https://www.digitalocean.com/community/tutorials/how-to-create-a-new-user-and-grant-permissions-in-mysql

PandeoF1 commented 2 years ago

I have add a docker version for the server. That gonna be more easy for you.