Commit graph

474 commits

Author SHA1 Message Date
Lee Baird
bd582f0974 Updated version number. 2019-01-13 21:23:45 -06:00
Lee Baird
5bc000296d Missing period. 2019-01-13 21:19:40 -06:00
Lee Baird
7fef0cb0ca Merge remote-tracking branch 'upstream/master' 2019-01-13 21:11:47 -06:00
Matt
759992d6a1
Merge pull request #157 from NotoriousRebel/master
Added error check to duckduckgo to make sure it doesn't crash
2019-01-14 02:19:12 +00:00
NotoriousRebel
9337d9c3a4 Added error check for duckduckgo to make sure not indexing from an empty list. 2019-01-13 21:15:40 -05:00
Lee Baird
8176e94802 Removed dbl quotes. 2019-01-13 17:58:38 -06:00
NotoriousRebel
60e572879f syncing. 2019-01-13 13:48:47 -05:00
NotoriousRebel
5ff4597f82 added some fstrings. 2019-01-13 13:47:52 -05:00
Matt
7d54e47cb3
Merge pull request #153 from leebaird/master
Properly sorted IPs.
2019-01-13 14:27:37 +00:00
Lee Baird
5016f3199e Replacing doulbe quotes with single quotes. 2019-01-13 00:17:06 -06:00
Lee Baird
c0861014f7 Properly sorted IPs. 2019-01-12 15:49:05 -06:00
Matt
0b18842c6e
Merge pull request #152 from leebaird/master
Cosmetics, alphabetize, and clean up output.
2019-01-11 19:09:44 -05:00
Lee Baird
a54276f44d Removed exits as requested. 2019-01-11 17:04:48 -06:00
Lee Baird
2021f0f265 Changed print quotes to single quotes. 2019-01-11 15:01:52 -06:00
Lee Baird
e36a260191 Fixed twitter. 2019-01-11 14:40:35 -06:00
Lee Baird
6e6590f5de Cosmetic and deleted jigsaw. 2019-01-11 01:21:45 -06:00
Lee Baird
2af201babe Replaced print dbl quotes with single quotes. 2019-01-10 23:14:44 -06:00
Lee Baird
596b9ea658 Fixed comments and error messages. 2019-01-10 21:56:49 -06:00
Lee Baird
ca61fc2ab4 Fixed init bug and modified permissions. 2019-01-10 21:38:44 -06:00
Lee Baird
17f5963e65 Cosmetic, comments, and alphbetize. 2019-01-10 20:09:47 -06:00
Christian Martorella
1c8524b08b Update README.md
Added collaborators
2019-01-09 00:49:26 +01:00
Christian Martorella
807821f1a7
Merge pull request #151 from L1ghtn1ng/dev
Misc changes
2019-01-09 00:36:12 +01:00
Matt
66e443376a
Update Dockerfile
Updated from pip to pip3 since using python3.6
2019-01-06 11:25:27 -05: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
L1ghtn1ng
cc6435c243 Fix formating 2019-01-06 05:14:46 +00:00
Christian Martorella
c8cd85c924
Merge pull request #150 from NotoriousRebel/master
Added DuckDuckGo and updated filter.
2019-01-05 18:55:38 +01:00
Matt
208025b23b
Update Base.py
Fixed space.
2019-01-05 11:47:42 -05:00
NotoriousRebel
c089699d6a Updated dockerfile to use python 3.6 2019-01-04 21:58:01 -05:00
NotoriousRebel
e03dc69118 Syncing. 2019-01-04 21:55:02 -05:00
NotoriousRebel
5318118340 Syncing. 2019-01-04 21:53:59 -05:00
Christian Martorella
25b922d700
Merge pull request #149 from jzold/master
Shodan integration to theHarvester
2019-01-04 23:42:45 +01:00
Christian Martorella
f5e603e9ad
Merge branch 'master' into master 2019-01-04 23:42:37 +01:00
Christian Martorella
1a983c6ea1
Merge pull request #147 from leebaird/master
Updated README and alphabetized.
2019-01-04 23:37:23 +01:00
NotoriousRebel
0977dd9942 Syncing. 2019-01-04 17:22:53 -05:00
NotoriousRebel
23260d9aef Resyncing 2019-01-04 17:22:16 -05:00
Janos Zold
58625987a0 remove quotes from Shodan table 2019-01-04 17:26:00 +00:00
Janos Zold
4e270874f0 update docker file with dependencies 2019-01-04 16:34:54 +00:00
Janos Zold
6843b99a76 Implement Shodan parser using the API 2019-01-04 16:28:11 +00:00
jzold
32eb56d34e
Merge pull request #32 from laramies/master
sync laramies/master
2019-01-03 16:12:12 +00:00
jzold
f1ae620847
Merge branch 'master' into master 2019-01-03 16:09:10 +00:00
Matt
e22357b89e
Update requirements.txt
Updated requirements to be less strict.
2019-01-02 13:11:15 -05:00
NotoriousRebel
d684e22171 Made user agent for initial request to duckduckgo api constant. 2019-01-01 23:33:18 -05:00
NotoriousRebel
5c64cb38f8 Added docstring. 2019-01-01 21:45:58 -05:00
Lee Baird
beb88e2be4 Added new module. 2019-01-01 20:43:42 -06:00
NotoriousRebel
36d2acef7a Removed print statement that was used for debugging. 2019-01-01 21:41:59 -05:00
NotoriousRebel
cec034e811 Minor cosmetic fix to notify when user encounters Exception. 2019-01-01 21:40:36 -05:00
NotoriousRebel
457e4a4242 Updated filter to remove 2Fs. 2019-01-01 21:38:59 -05:00
NotoriousRebel
c8fd0b5ddf Added duckduckgo as search engine, need to figure out how to crawl properly. 2019-01-01 21:18:09 -05:00
Lee Baird
b02e7e2151
Added back names. 2019-01-01 20:08:05 -06:00
Lee Baird
7bd8f47b7f Updated README and alphabetized. 2019-01-01 16:40:40 -06:00