Note: I did not author this, i found it somehwere.
- Tools
- Most common paths to AD compromise
- [GPO - Pivoting with Local Admin
Note: I did not author this, i found it somehwere.
| #!/usr/bin/env python | |
| # Dependencies: | |
| # - arrow | |
| # - shodan | |
| # - ImageMagick | |
| # | |
| # Installation: | |
| # sudo easy_install arrow shodan | |
| # sudo apt-get install imagemagick | |
| # |