The prompt is the main searchterm provided to the tool. This needs to be in a format required by the tool otherwise an error may be returned. For example some tools may require URLs while others may require IP addresses.
Some options may be required while others are optional. If there are no options, an empty object should be provided.
The default API key is provided as an example only. This will not work in your own applications. Register for a free account to get an API key.
The local storage scanner is used to retrieve the local storage key-value pairs from a browser. This can be used to extract sensitive information such as API keys, session tokens, and more.
Local storage is a web browser feature that allows websites to store data persistently on a user's device. Local storage can be exploited by cyber attackers through techniques like cross-site scripting (XSS) to steal or manipulate stored data, which might contain sensitive information such as user preferences, authentication tokens, or personal details, thereby posing a significant cybersecurity risk.
Local storage is often set by JavaScript, specifically Ajax requests that run after the page body has fully loaded. The Idle option allows you to wait a specified period of time for the network to go quiet before checking for local storage key-value pairs.