banshee
is a tool we're developing for the 1st Information Operations Command (LAND) of the U.S. Army as part of Columbia University's Hacking 4 Defense initiative.
Ori,
Zach Boughner, ztb2003
Neil Chen, nwc2112
Alan Hytonen, ajh2217
Peter Richards, pfr2109
To run banshee
, make sure you're running Python 3.5. virtualenv
is recommended but not necessary. Make sure you have all necessary packages by running pip install -r requirements.txt
. To start the app,
cd banshee
python server.py
and open your browser to localhost:5000
.