Bu proje keywords.txt dosyası üzerinden vermiş olduğunuz anahtar kelimeleri sıralı bir şekilde Google arama sonuçlarını tarayarak e-posta adreslerini bulan bir uygulamadır.
Kullanıcıların belirledikleri anahtar kelimeye göre Google üzerinde arama yapmasını sağlar ve bulunan her e-posta adresini otomatik olarak bir metin dosyasına kaydeder.
Ayrıca, taranan web sitelerinin URL'lerini ve toplamda kaç e-posta adresi bulunduğunu raporlar.
Ve daha önce aramış olduğunuz anahtar kelimeleri searched_keywords.txt isimli bir dosyada tutar bu sayede tekrardan aynı anahtar kelimeleri aramazsınız.
Kullanımı
- Keywords.txt dosyasına aramak istediğiniz anahtar kelimeleri girin ve node.js uygulamasını çalıştırın.
- EmailFinder web sayfalarını tarayacaktır.
- Bulunan e-posta adreslerini size txt dosyası halinde verecektir.
This project is an application that searches for email addresses by crawling Google search results based on the keywords provided in a keywords.txt file.
It allows users to perform searches on Google using specified keywords and automatically saves each found email address to a text file. Additionally, it reports the URLs of the crawled websites and the total number of email addresses found.
Previously searched keywords are stored in a file named searched_keywords.txt, so you won’t search for the same keywords again.
Usage
- Enter the keywords you want to search in the keywords.txt file and run the Node.js application.
- EmailFinder will crawl web pages.
- It will provide you with a .txt file containing the found email addresses.