IdentityValidator-Mirror/README.md
2024-09-15 21:46:25 +02:00

765 B

IdentityValidator

IdentityValidator checks if your executor is faking printidentity or not.

Checks

  • printidentitycclosure
    • Checks if printidentity is a cclosure
  • getthreadidentitynotequal
    • getthreadidentity is not equal to printidentity level
  • invalididentity
    • if identity is lower than 0 or higher than 9
  • printidentitylowargs
    • printidentity does not have the prefix arg
  • identitycheck
    • MoreUNC's getthreadidentity function used to tell if the identity is being faked or not

Credits