How to scrape emails ? Got cpanel admin priv in WordPress.

Dzartovskey

Newbie
Joined
May 16, 2018
Messages
26
Reaction score
3
Im gonna try to be short,
I work for one subscription based business, general marketing. They have not paid me for 2 months and I dont think they will. They have good user base though, targeted as well.
When I go to users section in Cpanel, There are 775 pages by 20 users with names and mails. I want to export it somehow, without them knowing. Is there a chance to do that?
 
If you have access to their Cpanel, I'd go through phpmyadmin and export the Wordpress tables. Then I'd get mysql running locally (you can use XAMPP if on windows) and go though the data offline.

Anything you do will be in the access_log file, so you may want to use a proxy while doing any of this.
 
If you have access to their Cpanel, I'd go through phpmyadmin and export the Wordpress tables. Then I'd get mysql running locally (you can use XAMPP if on windows) and go though the data offline.

Anything you do will be in the access_log file, so you may want to use a proxy while doing any of this.
Thank you for the answer. What i did was, make the users list 999 long, copied the html, saved it as txt and im gonna use ai or a simple python script to unload the emails. Does this go via access log? Even if it does, I am not gonna use all of the mails right away. Anywho, got any idea how to best use the lists anyway? They are HIGHLY niched out and active. Most US.
 
Back
Top