├── .gitignore ├── LICENSE ├── README.md ├── requirements.txt ├── targets.txt └── white-deface.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whxitte/white-deface/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whxitte/white-deface/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whxitte/white-deface/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whxitte/white-deface/HEAD/requirements.txt -------------------------------------------------------------------------------- /targets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whxitte/white-deface/HEAD/targets.txt -------------------------------------------------------------------------------- /white-deface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whxitte/white-deface/HEAD/white-deface.py --------------------------------------------------------------------------------