-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Zvonko edited this page Nov 25, 2024
·
3 revisions
Installation Follow these steps to install and set up the tools in this repository.
Clone the Repository
Execute the following commands in your terminal:
git clone https://github.com/yourusername/NextSightOSINT.git cd NextSightOSINT
Install Dependencies Use pip to install the required Python libraries:
pip install -r requirements.txt
Optional Configuration
If the tools require API keys (e.g., the Have I Been Pwned API for breach checks), store them securely in a .env
file. Example:
HIBP_API_KEY=your_api_key_here