├── LICENSE ├── README.md ├── install.sh ├── ogre.py └── wordlist ├── password.txt └── user.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yashvendra/Ogre/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yashvendra/Ogre/HEAD/README.md -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yashvendra/Ogre/HEAD/install.sh -------------------------------------------------------------------------------- /ogre.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yashvendra/Ogre/HEAD/ogre.py -------------------------------------------------------------------------------- /wordlist/password.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yashvendra/Ogre/HEAD/wordlist/password.txt -------------------------------------------------------------------------------- /wordlist/user.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yashvendra/Ogre/HEAD/wordlist/user.txt --------------------------------------------------------------------------------