Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Latest commit

 

History

History
38 lines (27 loc) · 1.2 KB

File metadata and controls

38 lines (27 loc) · 1.2 KB

2023-12-11: THIS LIBRARY IS DEPRECATED. PLEASE USE THE FOLLOWING LIBRARIES INSTEAD.


bibtutils: BITS Blue Team Utilities

Installing

$ pip install --upgrade bibtutils

Testing

  • Requires Docker to be installed on your system.
  • Clone this repo and create & run the test container:
$ docker build -f ./Dockerfile -t bibtutils-test . && docker run bibtutils-test

Usage