Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Diamond how to clean database? filter_list
Author
Message
RE: how to clean database? #3
(09-07-2020, 08:50 PM)Pikami Wrote:
(09-07-2020, 08:18 PM)fsociety Wrote: like any  xyz database leak it got name,email,pass,xyz details , so i want to know how should i extract only email:pass in this situation any idea?


If it's in a clean csv format you can write a simple python script to just split by the comma symbol and take the 2nd and 3rd values.

If it's in SQL format, you should be able to export it as CSV as well.
[Image: fSEZXPs.png]

[+] 1 user Likes Dismas's post
Reply





Messages In This Thread
how to clean database? - by fsociety - 09-07-2020, 08:18 PM
RE: how to clean database? - by Pikami - 09-07-2020, 08:50 PM
RE: how to clean database? - by fsociety - 09-08-2020, 06:43 AM
RE: how to clean database? - by Dismas - 09-08-2020, 01:25 AM
RE: how to clean database? - by Mr.Kurd - 09-08-2020, 08:30 AM



Users browsing this thread: 1 Guest(s)