123445666 / HIMYE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HIMYE OSINT - The ultimate anti-social engineering tool

HIMYE is an improved aggregate of cyber-security tools wich allow you or your company to reveal the social engineering's vulnerabilities that your employees can create and prevent for them.

GPLv3 License

Installation

  • Install python packages and libraries

First install python and pip

 $ apt install python3/
 $ apt install python3-pip

Then install holele library with PyPI

 $ pip3 install holehe

Install PyMango library

$ pip3 -m install Pymango

Also install Google search client libraries : https://developers.google.com/webmaster-tools/v1/quickstart/quickstart-python

pip install --upgrade google-api-python-client oauth2client
  • Nodejs and npm
$ apt install npm/
$ apt install install nodejs
  • MongoDB and Mangoose
$ apt install mongodb-org

Install Mangoose for Mangodb here : https://www.npmjs.com/package/mongoose

  • Express
$ npm install express

Run Locally

Clone the project

  git clone https://github.com/123445666/HIMYE.git

Go to the project directory

  cd Hymie
  cd cyber-web-back

Install dependencies (in both front and back directories)

  npm install

Start the server (in both front and back directories)

  npm start

View the website at: http://localhost:4200

Usage/Examples

License

MIT - © HYMIE

About


Languages

Language:TypeScript 47.5%Language:JavaScript 32.9%Language:HTML 11.2%Language:SCSS 6.5%Language:Pug 0.8%Language:Shell 0.8%Language:CSS 0.3%