├── .gitignore ├── LICENSE ├── README.md ├── fbi.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnightSec-Official/FBI/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnightSec-Official/FBI/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnightSec-Official/FBI/HEAD/README.md -------------------------------------------------------------------------------- /fbi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnightSec-Official/FBI/HEAD/fbi.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | --------------------------------------------------------------------------------