Installation
You have two options to install Exposor:
#latest stable release
pip install exposor
Clone the repository
git clone https://github.com/abuyv/exposor.git
cd exposor
pip install -r requirements.txt
Note: For the latest stable releases, visit the Releases page
Configuration
To use Exposor, you must configure API keys for the feeds you want to search. At least one API key is required to enable searching on a feed.
Adding API Keys
You can add your API keys in two ways:
- Using –init option
Run exposor –init option to create a configuration file:
exposor --init shodan:api_key zoomeye:api_key censys:api_id:api_secret fofa:email:api_key
2. Using env variables
Set the API keys as environment variables using the following commands:
These keys will be automatically picked up by Exposor.
At least one API key must be configured to perform searches on any feed.
If you need to update your keys, you can either re-export them or re-run the –init command