Commit Graph
1187 Commits
Author SHA1 Message Date
mmayank bc0285cc8b Add MORE tests 2019-10-20 01:05:31 +05:30
mmayank b5cf3546c0 Fix wrongly refactored code 2019-10-20 00:35:01 +05:30
mmayank cab523f47a Add more tests 2019-10-20 00:34:26 +05:30
mmayank 7fe4cef755 Add test skeleton for theHarvester 2019-10-20 00:19:51 +05:30
mmayank 9216dbb9cf Fix linkedin hardcoded value
Use common code for one missed search engine
2019-10-20 00:19:51 +05:30
mmayank feca9e79c9 Fix search_engine copy paste error 2019-10-20 00:19:51 +05:30
mmayank 5fa55a8c91 Add DocString 2019-10-20 00:19:51 +05:30
mmayank 58bee218ca Add type annotations 2019-10-20 00:19:51 +05:30
mmayank 73e9f7a063 Remove global keyword
Remove shadowing of global variables
2019-10-20 00:19:51 +05:30
mmayank 36429a5e9b Add missing param for google and bing 2019-10-20 00:19:51 +05:30
mmayank 386399aaef Externalize code repetition to method 2019-10-20 00:19:51 +05:30
J.TownsendandGitHub a3a29ae1d5 Merge pull request #350 from svtkachenko/fix_mypy
Fix mypy error for github module
2019-10-19 17:49:32 +01:00
Stanislav Tkachenko dcc44e1b0e Fix mypy 2019-10-19 16:44:00 +02:00
J.TownsendandGitHub 82612c4707 Merge pull request #349 from L1ghtn1ng/dev
fix typo in issue template
2019-10-18 00:15:11 +01:00
L1ghtn1ng cc00dcbc91 Merge remote-tracking branch 'upstream/master' into dev 2019-10-18 00:14:34 +01:00
L1ghtn1ng 94055fa8ad update issue template with typo fix 2019-10-18 00:13:35 +01:00
J.TownsendandGitHub 66f9451888 Merge pull request #348 from L1ghtn1ng/dev
Few misc changes and tidy ups
2019-10-18 00:11:57 +01:00
L1ghtn1ng f3270e931b update requirments.txt 2019-10-17 23:52:19 +01:00
L1ghtn1ng e6d2a43302 update pipfile.lock with updated deps, update travis and a fix/tidy up of the github module 2019-10-17 23:49:34 +01:00
L1ghtn1ng faf4357f25 Merge remote-tracking branch 'upstream/master' into dev 2019-10-17 18:01:24 +01:00
J.TownsendandGitHub 0be798707c Merge pull request #31 from L1ghtn1ng/dependabot/pip/dev/mypy-0.740
Bump mypy from 0.730 to 0.740
2019-10-17 16:40:47 +01:00
dependabot-preview[bot]andGitHub dde211efe4 Bump mypy from 0.730 to 0.740
Bumps [mypy](https://github.com/python/mypy) from 0.730 to 0.740.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.730...v0.740)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-17 06:24:38 +00:00
dependabot-preview[bot]andGitHub 281e407991 Merge pull request #30 from L1ghtn1ng/dependabot/pip/dev/plotly-4.2.0 2019-10-17 06:16:30 +00:00
dependabot-preview[bot]andGitHub 5b5eaf39ce Bump plotly from 4.1.1 to 4.2.0
Bumps [plotly](https://github.com/plotly/plotly.py) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md)
- [Commits](https://github.com/plotly/plotly.py/compare/v4.1.1...v4.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-17 06:08:15 +00:00
J.TownsendandGitHub 9fc65b017e Merge pull request #343 from L1ghtn1ng/dev
Fix CI error and update version() to new dev version
2019-10-15 22:26:14 +01:00
L1ghtn1ng 4bcb132b9c update pipfile.lock with updated deps 2019-10-15 22:01:10 +01:00
L1ghtn1ng ff6c109366 update version in core.py 2019-10-15 21:58:01 +01:00
L1ghtn1ng c6b1451232 Fix CI error 2019-10-15 21:25:50 +01:00
J.TownsendandGitHub d0060c55d0 Merge pull request #342 from cueo/mypy-ci
Fix CI error
2019-10-15 20:45:08 +01:00
mmayank e6bea25f17 Fix CI error
Remove non-existing directory reference
2019-10-15 13:56:49 +05:30
Lee BairdandGitHub b460f1784c Grammar 2019-10-14 18:13:10 -04:00
Christian Martorella 767723e408 Update core.py
Change version to 3.1.0 for release.
V3.1
2019-10-14 22:48:56 +02:00
Christian MartorellaandGitHub f1a3d5819c Merge pull request #336 from L1ghtn1ng/dev
Fix travis to slack and add new certspotter module
2019-10-14 19:08:32 +02:00
L1ghtn1ng 4d154efe52 More mypy updates 2019-10-14 01:47:03 +01:00
L1ghtn1ng 8d2296addb Can now enable mypy as all errors have been fixed 2019-10-14 01:37:09 +01:00
L1ghtn1ng 08a738f3e0 Merge remote-tracking branch 'upstream/master' into dev 2019-10-14 01:35:34 +01:00
L1ghtn1ng dc7da6b94c Fix lgtm error 2019-10-14 01:34:23 +01:00
L1ghtn1ng 6e5c144261 Remove suip from github actions as it is causing thins to break as it is taking to long to run 2019-10-14 01:30:37 +01:00
J.TownsendandGitHub a03fac6d91 Merge pull request #338 from cueo/mypy-github
Fix mypy error for github module
2019-10-14 01:26:54 +01:00
L1ghtn1ng 7a28a0a4c4 Add certspotter module 2019-10-14 01:07:16 +01:00
mmayank 910f737b87 Fix mypy error for github module 2019-10-13 16:10:59 +05:30
L1ghtn1ng ed79500899 Fix travis to slack 2019-10-13 02:21:50 +01:00
J.TownsendandGitHub cc4173ff52 Merge pull request #335 from L1ghtn1ng/dev
update .travis.yml and fix mypy error
2019-10-13 02:11:03 +01:00
L1ghtn1ng 794ebd10d4 Fix hostchecker mypy error 2019-10-13 02:08:54 +01:00
L1ghtn1ng 49b8fd904d update .travis.yml 2019-10-13 01:51:14 +01:00
J.TownsendandGitHub 301a622c92 Merge pull request #333 from L1ghtn1ng/dev
Update readme
2019-10-13 00:35:36 +01:00
L1ghtn1ng df146317e7 Update readme 2019-10-12 23:48:20 +01:00
L1ghtn1ng b54790e4b1 Revert "Update ci and dockerfile"
This reverts commit 910ad7bf
2019-10-12 23:46:18 +01:00
L1ghtn1ng b41665c569 Revert "Update ci and dockerfile to use pipenv"
This reverts commit fd2c681e
2019-10-12 23:45:32 +01:00
L1ghtn1ng 910ad7bf27 Update ci and dockerfile 2019-10-12 23:41:15 +01:00