IY / dataleaks

Leakedsource like "Data Breach Search Engine" with cool Material UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: GPL v3

Data Breach Search Engine

I developed this website once and decided to open source it.

Features

  • Search data by email, password, ip address, etc.
  • Subscription based user system (Only subscribed members can view the whole data)
  • Cookie based Referral system see*
  • PHP (backend)
  • SQL (database)
  • Materialize (front-end)

Screnshoots

  • Main Page(visitor) Main page

  • Data Search Example Data breach searchquery

  • Login/Register Login Page

  • Referral System Referral System

  • Others TOS

Requirements

  • PHP 7.x
  • MySQL

Install

First, clone the repo to your server's main directory

git clone https://github.com/ofarukcaki/dataleaks.git

Enter necessary database credentials:

There are 2 databases, one for data breaches and other for users' data.

./config.php line:2: -> Database settings for data breaches

$db  =  new  PDO('mysql:host=<HOST_IP>;dbname=<DATABASE_NAME>','<DB_USER_NAME>','<DB_PASSWORD>');

./connection.php line2: Authentication database

try{$db_site = new PDO('mysql:host=localhost;dbname=auth','root','');

Live Demo

Not available for now, you can edit this README.md file with live install.


*There was a referral system and very good-looking referrals page but I lost that version on my corrupted Hard Drive.

I will update with the latest version when I get access again to my HDD.

Support

Support the developer and project

BTC: 38bfHGSauMEXArpdRrPf2e2DR1fW3HSwAV
ETH: 0xfe9D665AD3De716Cb89A946a8d2BF74FeC815c49
LTC: M8XhgUxs7WbGpMJshL9rnFo8KcGwhxtYi1


Logo by @omergulen.
Dataleaks logo is under licensed, can not be used for neither commercial or personal.

Disclaimer

Use this script for legal purposes only.

<3

About

Leakedsource like "Data Breach Search Engine" with cool Material UI


Languages

Language:PHP 83.3%Language:CSS 16.1%Language:JavaScript 0.5%