Home
cyberkhalid
Cancel

SSH Pentesting -> Exfiltration

Exfiltration : mitre -> TA0010 Exfiltration Is a technigue of removing/transfering data from a compromsied system. Adversaries may use this technigue to steal data from a target network. Tools ...

SSH Pentesting -> Enumeration

Enumeration Enumeration Is a technigue of discovering potential attack vectors in a target system. Technigues Port Scanning. Search Engines Authentication Methods. Supported Algorithms....

SSH Pentesting -> Bruteforce

Bruteforce: mitre -> T1110 Bruteforce Is a technigue that uses trial-and-error to guess login credentials. Tools These are some of the tools that are used to bruteforce ssh credentials. hy...

WriteOwner On User

WriteOwner WriteOwner : Is a permission that allows you to change ownership of an object. If you have WriteOwner on user object, you can make yourself the owner of that user, and if you have owner...

WriteDacl On User

WriteDacl WriteDacl : Is a permission that allows you to modify object’s ACEs. If you have WriteDacl on user object, you can give yourself a right i.e Resetpassword that will allow you to reset us...

Ownership On User

Ownership Ownership : If you have ownership on user object, you can give yourself a right i.e Resetpassword that will allow you to reset user’s password, thereby escalating your privileges. Enume...

GenericAll On User

GenericAll GenericAll : Is a permission that gives full rights to an active directory objects. If you have GenericAll on user object, you can reset user’s password without knowing the current pass...

Force-Change-Password On User

Force-Change-Password Force-Change-Password : Is a permission that allows you to change user’s password. If you have Force-Change-Password on user object, you can reset user’s password without kno...

WriteDacl On Group

WriteDacl WriteDacl : Is a permission that allows you to modify object’s ACEs. If you have WriteDacl on group object, you can give yourself a right i.e writemembers that will allow you to add user...

GenericWrite On Group

GenericWrite GenericWrite : If you have GenericWrite on group object, you can add users to the group. Enumeration PowerView GenericWrite Enumeration We will get current user’s sid by executing...