https://github.com/airborne-commando/hudsonrock-search-extractor
hudsonrock results extractor that connects to the API and displays the results on a terminal or webpage.
https://github.com/airborne-commando/hudsonrock-search-extractor
flask hudson opensourceintelligence python
Last synced: 3 months ago
JSON representation
hudsonrock results extractor that connects to the API and displays the results on a terminal or webpage.
- Host: GitHub
- URL: https://github.com/airborne-commando/hudsonrock-search-extractor
- Owner: airborne-commando
- Created: 2024-11-05T05:34:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-09T01:30:19.000Z (about 1 year ago)
- Last Synced: 2025-05-17T18:09:20.100Z (8 months ago)
- Topics: flask, hudson, opensourceintelligence, python
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hudsonrock-search-extractor
hudsonrock results extractor that connects to the API and displays the results on a terminal.
## What is hudson rock?
Hudson Rock is a cybercrime intelligence company founded in 2020 and based in Tel Aviv, Israel. The company specializes in providing solutions that help organizations mitigate risks associated with compromised credentials and cyber threats. Its products are designed for both threat intelligence professionals and cybersecurity sales teams.
# How to use
Clone this repo
- Install python
usage: main.py [-h] (-email EMAIL | -username USERNAME)
Results should display in a terminal without you having to create an account.
# To use the HTML page:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python api.py