Git Product home page Git Product logo

dataleaks's Introduction

License: GPL v3

Data Breach Search Engine

Read the announcement

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
  • PHP PDO extension

Install

First, clone the repo to your server's main directory. Or download the zip and extract

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

  • create a database and enter your credentials, this will be the database which stores the datas(aka breaches). Import the exampleSite_com.sql file located on /databases/ folder to your database and use the same format for your next tables.

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

./connection.php line2: Authentication database

  • Create a "auth" database and enter credentials on connection.php file. This database is for authentication and user related stuff. aAfter creating the database import the sample users.sql file located on /databases/users.sql and use the same structure.

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

F.A.Q

How do I import new databases?

  • You can simply create new tables under dataleaks database, every unique table represents databases -breaches-

I imported the sample table but when I make a search there is no results?

  • Searching is case sensitive. If your data on your table is "User123" and you can searhc for "user123" there will be no result show up

Can I import new breaches usin admin panel?

  • There is no admin panel or so. This requires a basic sql knowledge. You can import using cli interface of mysql or use tools like navicat.

I receive an error and its not working?

  • Check the requirements again on top of this page

I need help/ I have aquestion?

This repository isn't maintained and I won't provide any support from now on. If you read everything carefully I explained how to install it, you won't face any problems if you do everything as should be.

And please do not send me an email related to support. Create an issue here instead, that also doesn't mean I'll take care of them


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

Disclaimer

Use this script for legal purposes only.

<3

dataleaks's People

Contributors

ofarukcaki avatar ttt2866 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.