Skip to main content

List vulnerable ACL.

Project description

A python script to automatically list vulnerable Windows ACEs/ACLs.
PyPI GitHub release (latest by date)

Installation

You can install it from pypi (latest version is PyPI) with this command:

sudo python3 -m pip install abuseACL

OR from source :

git clone https://github.com/AetherBlack/abuseACL
cd abuseACL
sudo python3 -m pip install -r requirements.txt
sudo python3 setup.py install

Examples

  • You want to list vulnerable ACEs/ACLs for the current user :
abuseACL CONTOSO/User:'Password'@dc01.contoso.intra
  • You want to list vulnerable ACEs/ACLs for another user/computer/group :
abuseACL -principal Aether CONTOSO/User:'Password'@dc01.contoso.intra
  • You want to list vulnerable ACEs/ACLs for a list of users/computers/groups :
abuseACL -principalsfile accounts.txt CONTOSO/User:'Password'@dc01.contoso.intra

You can then use dacledit to exploit the ACEs.


Credits

License

GNU General Public License v3.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

abuseACL-1.0.0.tar.gz (24.9 kB view hashes)

Uploaded Source

Built Distribution

abuseACL-1.0.0-py3-none-any.whl (28.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page