├── .gitignore ├── LICENSE ├── README.md ├── _config.yml ├── screenshot1.png ├── screenshot2.png └── tools-phishing.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdrMXR/tools-phishing/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdrMXR/tools-phishing/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdrMXR/tools-phishing/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdrMXR/tools-phishing/HEAD/_config.yml -------------------------------------------------------------------------------- /screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdrMXR/tools-phishing/HEAD/screenshot1.png -------------------------------------------------------------------------------- /screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdrMXR/tools-phishing/HEAD/screenshot2.png -------------------------------------------------------------------------------- /tools-phishing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdrMXR/tools-phishing/HEAD/tools-phishing.py --------------------------------------------------------------------------------