├── .gitignore ├── LICENSE ├── README.md ├── requirements.txt └── spoof_finder.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatrixTM/SpoofFinder/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatrixTM/SpoofFinder/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatrixTM/SpoofFinder/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatrixTM/SpoofFinder/HEAD/requirements.txt -------------------------------------------------------------------------------- /spoof_finder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatrixTM/SpoofFinder/HEAD/spoof_finder.py --------------------------------------------------------------------------------