Code Monkey home page Code Monkey logo

dataleaks's Introduction

License: GPL v3

License: GPL v3 License: GPL v3 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

dataleaks's People

Contributors

ofarukcaki avatar robertmatkulcik 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.