├── GAL ├── ewsManage.py ├── exchanger.py └── ruler-linux64 ├── GhostWebShell.cs ├── LICENSE ├── MailSniper.ps1 ├── README.md ├── bruteforce ├── bruteforce.py ├── libs │ └── logger.py ├── requirements.txt └── users.txt ├── get_exchange_version.py └── img ├── 1.png ├── 2.png ├── 3.png ├── 4.png └── 5.png /GAL/ewsManage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kh4sh3i/exchange-penetration-testing/HEAD/GAL/ewsManage.py -------------------------------------------------------------------------------- /GAL/exchanger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kh4sh3i/exchange-penetration-testing/HEAD/GAL/exchanger.py -------------------------------------------------------------------------------- /GAL/ruler-linux64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kh4sh3i/exchange-penetration-testing/HEAD/GAL/ruler-linux64 -------------------------------------------------------------------------------- /GhostWebShell.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kh4sh3i/exchange-penetration-testing/HEAD/GhostWebShell.cs -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kh4sh3i/exchange-penetration-testing/HEAD/LICENSE -------------------------------------------------------------------------------- /MailSniper.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kh4sh3i/exchange-penetration-testing/HEAD/MailSniper.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kh4sh3i/exchange-penetration-testing/HEAD/README.md -------------------------------------------------------------------------------- /bruteforce/bruteforce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kh4sh3i/exchange-penetration-testing/HEAD/bruteforce/bruteforce.py -------------------------------------------------------------------------------- /bruteforce/libs/logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kh4sh3i/exchange-penetration-testing/HEAD/bruteforce/libs/logger.py -------------------------------------------------------------------------------- /bruteforce/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kh4sh3i/exchange-penetration-testing/HEAD/bruteforce/requirements.txt -------------------------------------------------------------------------------- /bruteforce/users.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kh4sh3i/exchange-penetration-testing/HEAD/bruteforce/users.txt -------------------------------------------------------------------------------- /get_exchange_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kh4sh3i/exchange-penetration-testing/HEAD/get_exchange_version.py -------------------------------------------------------------------------------- /img/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kh4sh3i/exchange-penetration-testing/HEAD/img/1.png -------------------------------------------------------------------------------- /img/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kh4sh3i/exchange-penetration-testing/HEAD/img/2.png -------------------------------------------------------------------------------- /img/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kh4sh3i/exchange-penetration-testing/HEAD/img/3.png -------------------------------------------------------------------------------- /img/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kh4sh3i/exchange-penetration-testing/HEAD/img/4.png -------------------------------------------------------------------------------- /img/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kh4sh3i/exchange-penetration-testing/HEAD/img/5.png --------------------------------------------------------------------------------