database to dashboard
by - Thursday, January 1, 1970 at 12:00 AM
Hey friends

I'm looking around for a webapplication that allows me to upload my entire DB leaked collection offline, is there already something around?
I would like to create a sort of web application similar to "ihavebeenpwned", I know that it is illegal to put the platform online but obviously everything will be managed offline, I need something practical to search for results and search for data from a shell is not very nice, also because I would not like to search only email: pwd but also other data.
Reply
run elasticsearch, not sure what kind of hardware you are working on. you can also write a php or flask interface for it. i wrote mine with flask
Reply
(October 28, 2022, 01:50 PM)dior Wrote: run elasticsearch, not sure what kind of hardware you are working on. you can also write a php or flask interface for it. i wrote mine with flask


is not important the hardware, I am interested to have a modulable dashboard with a multiple search: by email, by password and other filters, can you share with me the source code of your flask app?
Reply
(October 28, 2022, 01:56 PM)Sopacc Wrote:
(October 28, 2022, 01:50 PM)dior Wrote: run elasticsearch, not sure what kind of hardware you are working on. you can also write a php or flask interface for it. i wrote mine with flask


is not important the hardware, I am interested to have a modulable dashboard with a multiple search: by email, by password and other filters, can you share with me the source code of your flask app?


no it's mine not giving it out for free, lets you query by data source, domain, email, password, IP, name, phonenumber & username. And hardware is important for the size of the data.
Reply
(October 28, 2022, 02:02 PM)dior Wrote:
(October 28, 2022, 01:56 PM)Sopacc Wrote:
(October 28, 2022, 01:50 PM)dior Wrote: run elasticsearch, not sure what kind of hardware you are working on. you can also write a php or flask interface for it. i wrote mine with flask


is not important the hardware, I am interested to have a modulable dashboard with a multiple search: by email, by password and other filters, can you share with me the source code of your flask app?


no it's mine not giving it out for free, lets you query by data source, domain, email, password, IP, name, phonenumber & username. And hardware is important for the size of the data.

is just what I would like to create, can you give me a basis at least on how to start ??
Reply


 Users viewing this thread: database to dashboard: No users currently viewing.