Skip to content

Séléné is a database dumper written in python3. Usefull during pentesting and CTFs.

License

Notifications You must be signed in to change notification settings

dawnl3ss/Selene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selene

🐍 This project works with python3 & pymysql.

📌 Installation :

You can download Selene from github :

# Clone the repository
$ git clone https://github.com/dawnl3ss/Selene

# go to the Selene directory
$ cd Selene

📌 How to start ?

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.

📌 Example :

Releases

No releases published

Packages

No packages published

Languages