What is Thick Client?
An independent thick client handles the task instead of the server. It carries out its unique properties. 'Fat client' or 'rich customer' are alternate terms for a thick client. Personal computers linked to a LAN (Local Area Network), cloud computing, virtual network servers, etc. are excellent examples of thick clients. Other instances of the thick client include installed subscription-based software and apps like Adobe Creative Cloud, Microsoft Office 365, etc. The thick clients can operate without a centralised server, but they still need a recurring network server connection.
What is SAST?
Static analysis checks the source code of the mobile app to make sure security protections are implemented properly. A combination automatic/manual technique is typically utilised. Automatic scans identify the easy targets, allowing the human tester to explore the code base while keeping in mind certain use circumstances.
What is DAST?
DAST is focused on testing and assessing apps while they are being used in real-time. Finding vulnerabilities or weak points in a program while it is operating is the major goal of dynamic analysis. The request and response patterns of the mobile app may be examined via dynamic analysis, which is done against the backend services and APIs as well as the mobile platform layer. In order to determine if security measures offer enough defence against the most common forms of attack, including data leakage while in transit, authentication and authorization problems, and server configuration faults, dynamic analysis is typically performed..