Codebase list python-ldapdomaindump / f61a95f
Import upstream version 0.9.3+git20220309.0.c8bb22f Kali Janitor 2 years ago
3 changed file(s) with 14 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
0 Metadata-Version: 1.0
0 Metadata-Version: 2.1
11 Name: ldapdomaindump
22 Version: 0.9.3
33 Summary: Active Directory information dumper via LDAP
44 Home-page: https://github.com/dirkjanm/ldapdomaindump/
55 Author: Dirk-jan Mollema
66 Author-email: [email protected]
7 License: UNKNOWN
8 Description: UNKNOWN
7 License: MIT
98 Platform: UNKNOWN
9 License-File: LICENSE
10
11 UNKNOWN
12
0 Metadata-Version: 1.0
0 Metadata-Version: 2.1
11 Name: ldapdomaindump
22 Version: 0.9.3
33 Summary: Active Directory information dumper via LDAP
44 Home-page: https://github.com/dirkjanm/ldapdomaindump/
55 Author: Dirk-jan Mollema
66 Author-email: [email protected]
7 License: UNKNOWN
8 Description: UNKNOWN
7 License: MIT
98 Platform: UNKNOWN
9 License-File: LICENSE
10
11 UNKNOWN
12
88 install_requires=['dnspython', 'ldap3>=2.5,!=2.5.2,!=2.5.0,!=2.6', 'future'],
99 package_data={'ldapdomaindump': ['style.css']},
1010 include_package_data=True,
11 scripts=['bin/ldapdomaindump', 'bin/ldd2bloodhound', 'bin/ldd2pretty']
11 scripts=['bin/ldapdomaindump', 'bin/ldd2bloodhound', 'bin/ldd2pretty'],
12 license="MIT",
1213 )