Is a threat Intelligence platform
CyberEye Modules:
- Scaning Mails From HIBP
- Scaning Domains : open ports and cpe From Shodan
- Detection of Sensitive Data : Google Dorks
-
I'm a full stack developer and a CyberSecurity Analyst
-
🔭 I’m currently working on CyberEye
-
🌱 I’m currently using ReactJS, NodeJS, ExpressJs, Flask et Scrapy (Python)
-
👨💻 All of my projects are available at https://github.com/rouakallel/
-
📫 How to reach me [email protected]
Clone the project
git clone https://github.com/rouakallel/CyberEye.git
Go to the project directory
cd CyberEye
Install dependencies
npm install
create a virtual enviroment in /FlaskServer
python -m venv venv (or python3)
Start the server
cd .\backend\
npm run dev
To run tests, run the following command
npm run dev