├── .gitignore ├── LICENSE ├── README.md ├── banner.png ├── requirements.txt └── sauron.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sikumy/sauron/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sikumy/sauron/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sikumy/sauron/HEAD/README.md -------------------------------------------------------------------------------- /banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sikumy/sauron/HEAD/banner.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | ldap3==2.9.1 2 | -------------------------------------------------------------------------------- /sauron.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sikumy/sauron/HEAD/sauron.py --------------------------------------------------------------------------------