Another OSINT software
Before you begin, ensure you have met the following requirements:
- Python 3.8 or higher
- pip (Python package installer)
- Virtual env (for creating isolated Python environments)
-
Clone the repository:
git clone https://github.com/The-True-Hooha/dom-explorer cd dom-explorer
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
-
On Windows:
.\venv\Scripts\activate
-
On macOS and Linux:
source venv/bin/activate
-
-
Install the dependencies:
pip install -r requirements.txt
-
Set up the database:
Ensure you have SQLite installed. The database will be created automatically when you run the application for the first time.
-
Start the FastAPI server:
fastapi dev main.py
-
Access the application:
Open your web browser and navigate to
http://127.0.0.1:8000
.
You can test the application using tools like curl
, Postman, or directly in your browser.
- handle export to csv
- refactor for mobile