├── Inspector.py ├── LICENSE ├── README.md ├── Screenshots └── Inspector.png ├── requirements.txt └── wordlist.py /Inspector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alechilczenko/inspector/HEAD/Inspector.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alechilczenko/inspector/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alechilczenko/inspector/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/Inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alechilczenko/inspector/HEAD/Screenshots/Inspector.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | colorama 2 | ftplib 3 | argparse 4 | pyfiglet 5 | 6 | -------------------------------------------------------------------------------- /wordlist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alechilczenko/inspector/HEAD/wordlist.py --------------------------------------------------------------------------------