Commit graph

39 commits

Author SHA1 Message Date
Jan Rude
cfff4533b0
Update EmailHarvester.py 2018-08-20 11:34:35 +02:00
lukas2005
5cd52c4b4f Fix for issue #26
Fixes this error 
Traceback (most recent call last):
  File "EmailHarvester.py", line 265, in <module>
    app = EmailHarvester(userAgent, args.proxy)
  File "EmailHarvester.py", line 105, in __init__
    plugins[fname] = mod.Plugin(self, {'useragent':userAgent, 'proxy':proxy})
AttributeError: module 'google' has no attribute 'Plugin'
2017-08-29 20:10:20 +02:00
John Doe
7d414ee3a7 bug fixing 2017-04-30 22:22:14 +03:00
maldevel
da2bc322a5 output improvement+youtube plugin
output improvement
youtube plugin added
2016-04-30 11:01:21 +03:00
maldevel
932ca0518c validate domain+instagram+reddit
release 1.3.1
validate domain
instagram plugin added
reddit plugin added
validators required
2016-04-29 10:41:09 +03:00
maldevel
ab704cc325 bug fixed
bug fixed
2016-04-23 12:45:26 +03:00
maldevel
01f09e3d34 minor
minor
2016-04-23 12:40:55 +03:00
maldevel
926c9d6422 list available plugins
list available plugins
2016-04-23 12:40:36 +03:00
maldevel
b9dab1cbf9 exclude plugins
exclude plugins
2016-04-23 12:35:11 +03:00
maldevel
a9c79acd16 bug fixing + twitter plugin
bug fixed ask search, removed ask from linkedin, twitter plugin added
2016-04-23 11:17:53 +03:00
maldevel
c8dfb3e4ea baidu+dogpile
two plugins added
2016-04-23 10:02:44 +03:00
maldevel
44e2e96d0f linkedin plugin added
linkedin plugin added
2016-04-23 09:23:29 +03:00
maldevel
e84fed4313 bug fixing
bug fixed when searching in one engine
2016-04-23 09:13:32 +03:00
maldevel
f3b69514ac update README.md
1.2.7 - README.dm
2016-04-22 16:46:56 +03:00
maldevel
8415215fb5 proxy and useragent params moved
remove proxy and useragent param from plugins
2016-04-22 16:38:38 +03:00
maldevel
9f0b341ebf minor - beautify code
minor - beautify code
2016-04-22 16:23:03 +03:00
maldevel
3c05a41ca2 plugins
plugins system for search engines
2016-04-22 16:07:14 +03:00
maldevel
7a0c4f5478 noprint option
option added for not printing discovered emails on terminal
2016-04-22 12:24:56 +03:00
maldevel
a96f2a57cf output improvement
output improvement
2016-04-22 11:16:59 +03:00
maldevel
07fb0b6f85 release 1.1.5
code improvements and minor bug fixed
2016-04-22 10:53:39 +03:00
cclauss
8d997e44a5 Update EmailHarvester.py 2016-04-21 22:55:56 +02:00
cclauss
25760653b9 Update EmailHarvester.py 2016-04-21 22:52:43 +02:00
cclauss
9fb6d6a304 Update EmailHarvester.py 2016-04-21 22:50:27 +02:00
cclauss
466ead2c86 Update EmailHarvester.py 2016-04-21 22:45:02 +02:00
cclauss
f5bcb2706f Update EmailHarvester.py 2016-04-21 22:43:50 +02:00
cclauss
3360164a6a functions ask(), bing(), google(), and yahoo() 2016-04-21 22:37:35 +02:00
cclauss
385df64fc6 Update EmailHarvester.py 2016-04-21 16:07:18 +02:00
cclauss
8184fef28c Optimize genericClean() 2016-04-21 16:06:38 +02:00
maldevel
43bdb883bc release 1.1.3
code improvements
2016-04-21 10:31:14 +03:00
cclauss
88b5824204 dedent 2016-04-20 23:29:44 +02:00
cclauss
cc4e9eb3d1 set() provides uniquness, with open() automatically close()es
Use set() to get only unique elements of a list.
Use `or` in assignments to deal with empty values as in `x = s or "<no text!>"`
Use `with open() as` syntax to get close() to happen automatically.
Python had a built-in object called file so avoid using that as a variable name.
Avoid naked exceptions.  See https://realpython.com/blog/python/the-most-diabolical-python-antipattern/
2016-04-20 23:25:45 +02:00
maldevel
aacf27ae36 release 1.1.2
release 1.1.2
2016-04-20 18:38:38 +03:00
maldevel
3abd22bc23 email regex
email regex improvement
2016-04-20 18:35:59 +03:00
maldevel
26c4d04221 release 1.1
release 1.1
2016-04-20 17:57:05 +03:00
maldevel
0e1e2effc0 useragent string and proxy_server
define user agent string and use proxy server
2016-04-20 17:55:26 +03:00
maldevel
3f98b25eaa minor
rename csv to txt
2016-04-19 20:16:21 +03:00
maldevel
b7482f3647 release 1.0
release 1.0
2016-04-19 13:20:42 +03:00
maldevel
adafc11670 init
init
2016-04-18 14:40:01 +03:00
maldevel
06879c7030 initial commit
initial commit
2016-04-16 20:20:38 +03:00