L1ghtn1ng
4124106f6f
update travis
2020-02-15 23:20:18 +00:00
L1ghtn1ng
41f6b31e51
update travis to allow python nightly to allow failing
2020-02-15 23:17:38 +00:00
L1ghtn1ng
84ce6cb1b3
update GH actions to use v2
2020-02-15 22:54:31 +00:00
L1ghtn1ng
592191eb5f
Merge remote-tracking branch 'upstream/master' into dev
2020-02-15 22:36:25 +00:00
VoltBoy
4ac1cbc3fa
remove url scheme in genericClean Parser method ( #385 )
...
* remove url scheme in genericClean Parser method
* add :// to https and http tuple elements in genericClean parser method
* remove %2f replacement in genericCliean parser method
* returned a accidentally deleted row at Parser hostnames method
* remove http and https tuple elements from generic clean, don't need this anymore
* replace %2f to space in genericClean Parser method, just in case
2020-02-15 22:29:47 +00:00
L1ghtn1ng
0b2a14315a
Fix mypy error
2020-02-15 22:25:48 +00:00
J.Townsend
a7313c3967
Merge pull request #86 from NotoriousRebel/master
...
small changes so every module is modular and works properly.
2020-02-15 22:24:33 +00:00
NotoriousRebel
b79ee6d917
Fixed pep8 errors.
2020-02-15 17:08:01 -05:00
NotoriousRebel
15ab6499d2
small changes so every module is modular and works properly.
2020-02-15 17:05:38 -05:00
L1ghtn1ng
ec4a724a8d
Add bufferoverun to GH actions
2020-02-15 22:01:08 +00:00
J.Townsend
7c4eca3ca8
Merge pull request #85 from NotoriousRebel/master
...
Fixed some github tests and other small misc. changes
2020-02-15 20:58:59 +00:00
NotoriousRebel
a11a6fcc55
Fixed pep8 unused import.
2020-02-13 19:01:36 -05:00
NotoriousRebel
d90f940668
Updated certspotter search and changed github code to start with test.
2020-02-13 18:45:52 -05:00
NotoriousRebel
42f0142aa9
fixed pep8 error.
2020-02-13 18:05:10 -05:00
Matt
9c7c1153b6
Merge branch 'dev' into master
2020-02-13 17:57:05 -05:00
Matt
5cb32bbd7f
Merge pull request #39 from NotoriousRebel/dev
...
removed unncessary tests.
2020-02-13 17:55:53 -05:00
NotoriousRebel
eba479a610
small misc. changes.
2020-02-13 17:51:20 -05:00
NotoriousRebel
7f8aea33ad
flake8 fixes.
2020-02-13 17:32:17 -05:00
NotoriousRebel
c1e9e0c9c1
removed unncessary tests.
2020-02-13 17:19:51 -05:00
NotoriousRebel
f9317d15f2
Fixed conflict.
2020-02-13 17:08:25 -05:00
NotoriousRebel
19391b9d8f
Updated github tests most are passing.
2020-02-13 16:03:02 -05:00
Matt
6a36cb3850
Fixed bufferoverun module ( #84 )
...
* Fixed error where would attempt to fetch with proxy as empty string.
* Pushed change.
* Fixed bufferoverun module.
2020-02-13 16:01:45 +00:00
Matt
93eb50d82b
Merge branch 'dev' into master
2020-02-13 01:32:46 -05:00
Matt
b801d4d8cb
Merge pull request #37 from NotoriousRebel/dev
...
Fixed bufferoverun module.
2020-02-13 01:31:35 -05:00
NotoriousRebel
518774fc6d
Fixed bufferoverun module.
2020-02-12 20:14:16 -05:00
L1ghtn1ng
3574596333
Working module
2020-02-11 21:04:29 +00:00
Matt
e3e10310b3
Fixed logic inside core.py for proxy error ( #83 )
...
* Fixed error where would attempt to fetch with proxy as empty string.
* Pushed change.
2020-02-11 19:43:25 +00:00
Matt
457767ce9f
Merge pull request #36 from NotoriousRebel/dev
...
Fixed logic error
2020-02-11 14:35:11 -05:00
NotoriousRebel
11e4981285
Pushed change.
2020-02-11 14:31:42 -05:00
NotoriousRebel
e3830546fc
Syncing.
...
Merge branch 'dev' of github.com:NotoriousRebel/theHarvester into dev
2020-02-11 14:25:35 -05:00
NotoriousRebel
9ba63bc690
Fixed error where would attempt to fetch with proxy as empty string.
2020-02-11 14:25:03 -05:00
L1ghtn1ng
4d48dcbb34
misc fixes and working on new module
2020-02-11 19:10:35 +00:00
L1ghtn1ng
fe3d6a332e
Fix proxy in setup that was missed and disable github test
2020-02-11 16:24:38 +00:00
J.Townsend
981448c9e7
Merge pull request #82 from NotoriousRebel/master
...
Added ability for modules to utilize http proxies
2020-02-07 22:39:10 +00:00
Matt
1c5d34bbf0
Merge branch 'dev' into master
2020-02-07 15:32:00 -05:00
Matt
2d97e16800
Merge pull request #35 from NotoriousRebel/dev
...
Added ability to allow modules to utilize http proxies
2020-02-07 15:30:39 -05:00
Matt
4437ca55d6
Merge branch 'master' into dev
2020-02-07 15:30:29 -05:00
NotoriousRebel
520bc45295
readded file.
2020-02-07 15:26:38 -05:00
NotoriousRebel
75899678a6
Added capability for every module to utilize proxies.
2020-02-07 15:25:24 -05:00
NotoriousRebel
b451fb4810
Removed https proxies as aiohttp only officially sports http proxies.
2020-02-07 13:12:11 -05:00
J.Townsend
f77b6fc39c
Merge pull request #80 from NotoriousRebel/master
...
Added ability for theHarvester to utilize proxies
2020-02-06 16:13:08 +00:00
J.Townsend
ef761c31b8
Merge pull request #81 from L1ghtn1ng/dependabot/pip/dev/mock-4.0.1
...
Bump mock from 4.0.0 to 4.0.1
2020-02-06 16:12:17 +00:00
dependabot-preview[bot]
dee0adbd86
Bump mock from 4.0.0 to 4.0.1
...
Bumps [mock](https://github.com/testing-cabal/mock ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/testing-cabal/mock/releases )
- [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/testing-cabal/mock/compare/4.0.0...4.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-06 16:07:36 +00:00
Matt
16c0a6c86e
Merge pull request #34 from NotoriousRebel/dev
...
Added ability for theHarvester to utilize proxies
2020-02-05 17:07:20 -05:00
NotoriousRebel
02c31e35dc
SYncing.
...
Merge branch 'master' of https://github.com/laramies/theHarvester into dev
2020-02-05 17:02:50 -05:00
NotoriousRebel
2e795c1217
Updated.
2020-02-05 17:02:32 -05:00
J.Townsend
3c7ee6c1a7
Merge pull request #79 from L1ghtn1ng/dependabot/pip/dev/mock-4.0.0
...
Bump mock from 4.0.0b1 to 4.0.0
2020-02-05 10:17:23 +00:00
dependabot-preview[bot]
a678de9722
Bump mock from 4.0.0b1 to 4.0.0
...
Bumps [mock](https://github.com/testing-cabal/mock ) from 4.0.0b1 to 4.0.0.
- [Release notes](https://github.com/testing-cabal/mock/releases )
- [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/testing-cabal/mock/compare/4.0.0b1...4.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-05 10:16:11 +00:00
NotoriousRebel
c08b0f3982
Added proxies.yaml for initial commit for integration of proxies.
2020-02-05 00:39:50 -05:00
L1ghtn1ng
9cb1fcae61
Updated deps for the github test
2020-02-02 23:27:46 +00:00