BeEF-API icon indicating copy to clipboard operation
BeEF-API copied to clipboard

Python library that facilitates interfacing with BeEF via it's RESTful API

Results 2 BeEF-API issues
Sort by recently updated
recently updated
newest added

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({})...

using : find . -name '*.py' | xargs 2to3 -w