Posts: 15 Threads: 0 Joined: N/A October 28, 2022 at 1:34 PM 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. Posts: 206 Threads: 0 Joined: N/A  October 28, 2022 at 1:50 PM 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 Posts: 15 Threads: 0 Joined: N/A October 28, 2022 at 1:56 PM (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? Posts: 206 Threads: 0 Joined: N/A  October 28, 2022 at 2:02 PM (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. Posts: 15 Threads: 0 Joined: N/A October 28, 2022 at 2:04 PM (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 ?? |