NetSPI / PowerUpSQL

PowerUpSQL: A PowerShell Toolkit for Attacking SQL Server
Other
2.47k stars 462 forks source link

Fix unapproved verbs on exported cmdlets #38

Closed aph3rson closed 3 years ago

aph3rson commented 5 years ago

Replaces the usage of Create- with New- in cmdlets, the approved equivalent.

Note that there are still two internal functions (Enum-AllTokens and Free-AllTokens) which use unapproved verbs - these don't give errors, on import, though.

Fixes #30.