rootmeapi

Root Me API


License
GPL-2.0
Install
pip install rootmeapi==1.1

Documentation

RootMe API

Build Status PyPi Version

Installation

python3 -m pip install rootmeapi

Requirements

You need to have a valid account on https://www.root-me.org

Quick examples

If you want to be able to connect to CTF-ATD rooms from a VPS, you need to be connected so your IP is whitelisted. To do this, you can use this oneliner :

python3 -c "__import__('rootmeapi').RootMeAPI().login('YourUsername')"

It will prompt you for you password.