Python 2.7.13 (default, Jan 19 2017, 14:48:08)
[GCC 6.3.0 20170118] on linux2
Type "help", "copyright", "credits" or "license" for more information.
from beefapi import BeefAPI
beef = BeefAPI({})
beef.login('beef', 'beef')
[BeEF-API] Error logging in to BeEF: Expecting value: line 1 column 1 (char 0)
Any clue?
Python 2.7.13 (default, Jan 19 2017, 14:48:08)
[GCC 6.3.0 20170118] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Any clue?