LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Closed Thread
  Search this Thread
Old 11-25-2014, 02:39 PM   #16
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053

Quote:
Originally Posted by jokar.mohsen View Post
Thank you so much but this just extract emails from the current page. It like a FireFox Add-ons with the name Email extractor but I mean is that Digg all pages in a domain and extract email from it. for example :
Code:
curl http://www.regular-expressions.info  | grep -hrio "\b[a-z0-9.-]\+@[a-z0-9.-]\+\.[a-z]\{2,4\}\+\b"
Any idea?
i, too, think that this is illegal and in any case we should not provide support or even code for something like that.
 
Old 11-26-2014, 09:54 AM   #17
jokar.mohsen
Member
 
Registered: Jul 2008
Location: Tehran
Posts: 441

Original Poster
Rep: Reputation: 22
Hey, If I wanted to do illegal job, I can use "Metasploit" or "theHarvester".

Cheers.
 
Old 11-26-2014, 11:51 AM   #18
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
you still have not posted any links to real world examples

but as i stated
those pages might be in one ( or even many) different software languages

this one i know REAL WELL

as you can see
there is NO MAIL ADDRESS
http://celestiamotherlode.net/catalo...?creator_id=10

http://celestiamotherlode.net
you would have to MANUALLY find the "contact info" first
http://celestiamotherlode.net/credits.html

then YOU HAVE ASK the site administrator
through he " contact us "
http://celestiamotherlode.net/php/co...tactform3.html

for you to be put in contact with ME

then IF ( yes IF ) i decide to contact you I WILL MAIL YOU !!!!

there is NO email address you you to grab


and that is a normal average security layout

or something like for Geeklog ( software i know well)
https://www.geeklog.net/
register on the mailing list

again there are NO addresses

Last edited by John VV; 11-26-2014 at 11:59 AM.
 
Old 11-26-2014, 12:07 PM   #19
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,219

Rep: Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309
Has it occurred to you that the reason you're not getting any email addresses is because they're actually not present in the HTML? Almost no website would actually serve up HTML with email addresses in it. They render the email addresses with Javascript, they hide the email addresses with captcha services, they use contact forms, or they write their email addresses in a format that needs to be decrypted by the human brain. The reason is, obviously, to stymie efforts such as this.

Also: is there a particular website that you want to do this to? I can't imagine a legitimate reason to do this, but you can certainly point one out.

Last edited by dugan; 11-26-2014 at 01:50 PM.
 
2 members found this post helpful.
Old 11-26-2014, 02:00 PM   #20
jokar.mohsen
Member
 
Registered: Jul 2008
Location: Tehran
Posts: 441

Original Poster
Rep: Reputation: 22
Quote:
Originally Posted by John VV View Post
you still have not posted any links to real world examples

but as i stated
those pages might be in one ( or even many) different software languages

this one i know REAL WELL

as you can see
there is NO MAIL ADDRESS
http://celestiamotherlode.net/catalo...?creator_id=10

http://celestiamotherlode.net
you would have to MANUALLY find the "contact info" first
http://celestiamotherlode.net/credits.html

then YOU HAVE ASK the site administrator
through he " contact us "
http://celestiamotherlode.net/php/co...tactform3.html

for you to be put in contact with ME

then IF ( yes IF ) i decide to contact you I WILL MAIL YOU !!!!

there is NO email address you you to grab


and that is a normal average security layout

or something like for Geeklog ( software i know well)
https://www.geeklog.net/
register on the mailing list

again there are NO addresses

I recommended to use two software that I posted. You can understand I mean.I want to use Wget as a bot to search all pages on a website and find all email address. I guess it is so clear.
 
Old 11-26-2014, 02:01 PM   #21
jokar.mohsen
Member
 
Registered: Jul 2008
Location: Tehran
Posts: 441

Original Poster
Rep: Reputation: 22
Quote:
Originally Posted by dugan View Post
Has it occurred to you that the reason you're not getting any email addresses is because they're actually not present in the HTML? Almost no website would actually serve up HTML with email addresses in it. They render the email addresses with Javascript, they hide the email addresses with captcha services, they use contact forms, or they write their email addresses in a format that needs to be decrypted by the human brain. The reason is, obviously, to stymie efforts such as this.

Also: is there a particular website that you want to do this to? I can't imagine a legitimate reason to do this, but you can certainly point one out.
Please test "theHarvester", It is an small program in Python and you can understand I mean.
 
Old 11-26-2014, 02:06 PM   #22
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,219

Rep: Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309
Quote:
Originally Posted by jokar.mohsen View Post
Please test "theHarvester", It is an small program in Python and you can understand I mean.
Which website do you want me to test theHarvester on?

Quote:
I want to use Wget as a bot to search all pages on a website and find all email address.
Yes, we understand what you want to do. The question you've been asked repeatedly is: why do you want to do it?

You can keep ignoring the "why" question, but then you won't get help.

Last edited by dugan; 11-26-2014 at 07:18 PM.
 
Old 11-26-2014, 02:30 PM   #23
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
i am unsubscribing from this thread
if the mods want to close it or not ,that is up to them
 
Old 11-26-2014, 08:21 PM   #24
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,219

Rep: Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309
Quote:
Originally Posted by jokar.mohsen View Post
Hey, If I wanted to do illegal job, I can use "Metasploit" or "theHarvester".
Quote:
Originally Posted by jokar.mohsen View Post
I recommended to use two software that I posted. You can understand I mean.
Quote:
Originally Posted by jokar.mohsen View Post
Please test "theHarvester", It is an small program in Python and you can understand I mean.
No, I don't know what you mean. Are you intending to do something unethical or not? If the answer is no, then you need to tell us what it is. As you can see, people aren't comfortable with helping you otherwise.

Last edited by dugan; 11-26-2014 at 08:49 PM.
 
  


Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Writing script to extract appropriate line from a web site using links ben1173 Linux - Newbie 4 10-26-2010 10:33 AM
block particular web site form multiple site hosted web server and allow others lasantha Linux - Security 2 08-17-2010 01:49 PM
block particular web site form multiple site hosted web server and allow others lasantha Linux - Security 1 08-17-2010 12:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 05:44 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration