Commit graph

23 commits

Author SHA1 Message Date
Lee Baird 0788b61205
Removed duplicate entry. 2019-03-23 17:31:20 -05:00
Christian Martorella 38593e931c Update .gitignore 2019-03-23 20:53:35 +01:00
Lee Baird d963ee9904 Removed google-profiles and clean up. 2019-02-13 23:05:52 -06:00
Christian Martorella 6233643aa5 Update .gitignore 2019-01-31 22:36:29 +01:00
Christian Martorella 19eb2a4b8f Added Api-keys 2019-01-28 21:50:22 +01:00
Lee Baird e92e9ea2f1 Bug fix and tweaks. 2019-01-22 21:04:38 -05:00
Christian Martorella 208ab14558 Update .gitignore 2019-01-23 00:08:34 +01:00
L1ghtn1ng ec4d064823 Update a lot of things to be pep8, fixed some missing engines from the all flag, introduce pytest for tests, f-stringify some things 2019-01-06 09:50:07 +00:00
Lee Baird 7bd8f47b7f Updated README and alphabetized. 2019-01-01 16:40:40 -06:00
Laramies 5724f9f087 Update .gitignore 2019-01-01 12:25:28 +01:00
Lee Baird afdf8620b4 Code review. 2018-12-27 01:30:09 -06:00
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