Update appcmd.py

Change module name to IIS
main
Shad0wC0ntr0ller 2023-08-18 09:02:17 -04:00 committed by GitHub
parent 761d5cbc03
commit 0821a8d99d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class CMEModule:
Module by Brandon Fisher @shad0wcntr0ller
"""
name = 'appcmd'
name = 'iis'
description = "Checks for credentials in IIS Application Pool configuration files using appcmd.exe"
supported_protocols = ['smb']
opsec_safe = True