Skip to content

Projeto de Monitoramento de dominios registrados separando por frameworks via bots

Notifications You must be signed in to change notification settings

rafaelwdornelas/GlobalScrapingExploit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GlobalScrapingExploit

Monitoring project of registered domains separated by frameworks via bots

npm version contributions welcome HitCount code style: prettier

Download

git clone https://github.com/rafaelwdornelas/GlobalScrapingExploit.git

cd GlobalScrapingExploit

Installation

npm i

Config File

Change the parameters of the config.json file

{
    "host" : "127.0.0.1",
    "port" : "4000",
    "keycript" : "YDaoeho9249Jjda",
    "Mysql_Host" : "127.0.0.1",
    "Mysql_User" : "",
    "Mysql_Password" : "",
    "Mysql_Database" : "",
    "Host_Externo" : "http://127.0.0.1:4000",
    "token" : ""
}

Fill database

Run sql files inside the mysql server

Files:

sql/domains.sql
sql/frameworks.sql
sql/users.sql

Start API Server

npm run start

Access API Documentation

open webbroser http://127.0.0.1:4000/documentation#/

Start Domain Capture Bot

cd bots/limpalista/
node index.js

Start Separation of Frameworks Bot

311 Framework Search

cd bots/frameworks/
node index.js

About

Projeto de Monitoramento de dominios registrados separando por frameworks via bots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published