Easy CSV database searching
by kzsh - Wednesday November 8, 2023 at 07:20 PM
#1
Hi,
Since the LinkedIn leak, i've made a little script written in C to search easily occurrences in a csv file.

You just need to compile using "make {program_name}" for the most beginners.

It's takes around 8-10s to run the 12Gb linkedIn database so, that's fine lol.

My first contribution i wish it could help !!

Hidden Content
You must register or login to view this content.

Reply
#2
How old is the Linkedin database? There were a few leaks/scrapes of Linkedin
Reply
#3
i don't really follow the source of the leak but it's the UsDoD leak
Reply
#4
Appreciate it, I'm pretty used to glogg tbh
Reply
#5
thank you, gonna look into it
Reply
#6
(11-08-2023, 07:20 PM)kzsh Wrote: Hi,
Since the LinkedIn leak, i've made a little script written in C to search easily occurrences in a csv file.

You just need to compile using "make {program_name}" for the most beginners.

It's takes around 8-10s to run the 12Gb linkedIn database so, that's fine lol.

My first contribution i wish it could help !!

Thanks for this,
Reply
#7
Thats a good thing. I will check

Thanks for the post.
Reply
#8
Do you know if this is the whole breach? I rememebr there was a huge database leaked from Linkedin a little while ago , with more lines
Reply
#9
Why no "grep -a '<needle>' haystack" from an NVME? Probebly faster, without code Smile
Reply
#10
(11-20-2023, 08:15 PM)joepa Wrote: Why no "grep -a '<needle>' haystack" from an NVME? Probebly faster, without code Smile

Lol, 
1. Grep will not directly print out the output in csv file
2. Time test with same keyword :
    - Grep : 12,16s user 4,70s system 
    - My code : ./find  5,09s user 4,37s system 

Well, it's search for only 1 keyword actually but free to you to update & share Wink

Have a great day man.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Onion share an easy way to share files trank 0 149 08-03-2025, 05:53 PM
Last Post: trank
  [Poll] Argentina Database – One DB or Split by Province? RompeanoS 0 159 08-03-2025, 04:08 AM
Last Post: RompeanoS
  Lack of company database files whalemeplz 6 339 04-09-2025, 01:23 AM
Last Post: Turki1
  No Account Breach Database Searcher Intro 5 307 04-09-2025, 01:10 AM
Last Post: Turki1
  need help for post a database request CountySorter 4 212 03-31-2025, 12:05 PM
Last Post: termit

Forum Jump:


 Users browsing this thread: 1 Guest(s)