🐍 This project works with python3 & pymysql.
You can download Selene from github :
# Clone the repository
$ git clone https://github.com/dawnl3ss/Selene
# go to the Selene directory
$ cd Selene
# Clone the repository
$ git clone https://github.com/dawnl3ss/Selene
# go to the Selene directory
$ cd Selene
# create a symlink bound to the selene.sh script
$ sudo ln -s $(realpath selene.sh) /usr/bin/selene
Selene is an easy-to-use script written with python3. Thus, we will use python3 to start it. The main.py file takes 3 differents parameters :
- -hh / --host : the MySQL host ip-address.
- -u / --user : the username.
- -d / --database : the database that will be dumped.
Here is an example :
python3 main.py -hh 127.0.0.1 -u root -d database-test
Then, Selene will be asking you the password which match with your username.