blacklanternsecurity / TREVORspray

TREVORspray is a modular password sprayer with threading, clever proxying, loot modules, and more!
GNU General Public License v3.0
1.04k stars 147 forks source link

fixed missing exception handling for cases where group-alias is None #39

Closed mr-pmillz closed 2 months ago

mr-pmillz commented 2 months ago

This resolves the error that occurs for the anyconnect module when there is no group-alias returned in the config-auth XML

AttributeError of 'NoneType' object has no attribute 'text'

image