Network Scanning Network scanning refers to a set of procedures used for identifying hosts, ports and services in a network. Discovering systems on the network…
Footprinting Concepts Footprinting is a part of reconnaissance process which is used for gathering possible information about a target computer system or network. In computer…
In static application analysis the application is analyzed by looking its source code and resources for vulnerabilities, sensitive data leaks like api key, hardcoded passwords,…
Introduction AJAX stands for Asynchronous JavaScript and XML. By using Ajax, a web application can send and retrieve data from a server asynchronously (in the…