Commit graph

12 commits

Author SHA1 Message Date
Laramies
681ed17233 Vesion update 2018-12-11 22:10:08 +01:00
jzold
a0bf7044ca censys fixing pagination 2018-11-30 20:57:12 +00:00
jzold
3dd7fa2fe6
Update .gitignore 2018-11-02 23:12:54 +00:00
jzold
6cf3d18902 Censys implementation 2018-11-02 23:04:20 +00:00
Christian Martorella
fad19411a7 Merge branch 'master' of https://github.com/laramies/theHarvester 2018-04-16 09:51:05 +02:00
Christian Martorella
df9d031703 Vscode 2018-04-16 09:51:01 +02:00
Christian Martorella
b48fa0418d fix 2018-04-16 09:39:16 +02:00
Christian Martorella
bab3b78a05 Fix 2018-04-16 09:36:20 +02:00
Christian Martorella
5b1fc4634c U
Update
2018-03-22 23:54:34 +01:00
laramies
12abae2b44 Email parser
Changed Regexp for Email parsing, supposed to produce cleaner results.
2016-04-19 00:00:45 +01:00
laramies
54850dcfa0 idea
.idea
2015-12-01 20:40:17 +00:00
Peter McAlpine
7e131a0b1d Fix EXTRAword.com matching when word is 'word.com'
This change makes myparser.emails(...) stricter so that, given a word
(eg: 'word.com') it does not match domains which end with that word
(i.e. some-other-word.com). Subdomains continue to be matched (eg:
'subdomain.word.com').

Also add unit test for emails(...)
2015-03-05 14:04:50 -05:00