Login Register




The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


How to harvest emails manually? filter_list
Author
Message
How to harvest emails manually? #1
Hello,
How can I find the email addresses of a domain manually? I know a tool like "theHarvester", but I want to find the email address with other tools like Telnet.

Thank you.

Reply

RE: How to harvest emails manually? #2
Have you used the Discover scripts? It does use theHarvester, but it does a lot more OSINT.

https://github.com/leebaird/discover

If you would like to write your own you probably could with your browser using a google dork such as "intext:@Domain.com" if you are targeting a specific domain then you can use this search query url in curl and then extract all the links in the results using grep to write out to a file then read from this using curl to open them and again use grep to extract the emails using regular expressions. Long winded but it should work.

EDIT: I accidentally tagged a user and did not mean to. My apologies.
(This post was last modified: 05-08-2021, 05:07 PM by DedSpace. Edit Reason: Disabled smilies )
Code:
  _______              _   _________   \      \            | | /        /   |      | _____  ____| | |   ____/ _____  _____  _____  _____   |   |  |/  _  \/      | \____   |/     \/     \/  ___\/  _  \   |      |    __/|  |   |/        |   |  |   |   \  \__ |   __/  /_______/\_____/\____|_/________/|  ____/\_____|_\____/\_____/                                   | |                                   |_/                         BTC Address:  bc1qds8uqnt4ga0zn9ftrm45cq9u9hfct0qluqes5a

Reply