L1ghtn1ng
|
8f953c6e33
|
Major tidy up of code to make certain things pep8 compliant and put parsers in to there own directory to tidy up the root tree
|
2018-12-28 00:49:56 +00:00 |
|
NotoriousRebel
|
e2f2e07b76
|
Moved search method to constants.py also made it so it notifies user if google is blocking incoming requests, added search method to trello.
|
2018-12-22 14:06:27 -05:00 |
|
NotoriousRebel
|
2a5d3221f1
|
Syncingþ
Merge remote-tracking branch 'upstream/master'
|
2018-12-21 21:16:31 -05:00 |
|
Laramies
|
1006e05b7a
|
Randomization
UA randomization and delays unified across Plugins.
|
2018-12-19 22:41:02 +01:00 |
|
NotoriousRebel
|
34437a918e
|
Fixed small error in constants as well as constant User Agent for google and increased delay time if google starts blocking requests.
|
2018-12-19 16:40:26 -05:00 |
|
Laramies
|
990d84b8e5
|
Update googlesearch.py
|
2018-12-19 22:36:31 +01:00 |
|
NotoriousRebel
|
9245c57575
|
cleaned up minor whitespace.
|
2018-12-19 16:25:27 -05:00 |
|
NotoriousRebel
|
805b891f15
|
Increasing sleep time if google starts blocking requests.
|
2018-12-19 16:20:44 -05:00 |
|
NotoriousRebel
|
7e225c49c7
|
Started process of refactoring to make plugins more uniform across, implemented successfully on googlesearch, also made special function to check if Google blocks traffic.
|
2018-12-17 22:48:22 -05:00 |
|
Matt
|
40df2c71e6
|
Update googlesearch.py
Updated req.content to req.text for google dorks option
|
2018-11-22 16:03:37 -05:00 |
|
NotoriousRebel
|
157ff0dc69
|
Converted more code to python3 shodan works for the most part.
|
2018-11-20 12:04:57 -05:00 |
|
NotoriousRebel
|
4ba7c685c0
|
CleaConverted more of the code to python3 and verified that running code with all search engines works except crtsh gets inside loop I think.
|
2018-11-19 21:27:53 -05:00 |
|
NotoriousRebel
|
d38b1c4473
|
Replaced r.content with r.text in googlesearch to work properly.
|
2018-11-19 15:57:42 -05:00 |
|
NotoriousRebel
|
554ab59176
|
Cleaned up more python2 code and had to fix implicit conversion not happening in python3.
|
2018-11-19 15:00:19 -05:00 |
|
NotoriousRebel
|
2a20d3ff47
|
Starting the change from python2 to python3.7
|
2018-11-14 22:13:52 -05:00 |
|
Matt
|
a0d3ae2409
|
Update googlesearch.py
Edited one time to decrease.
|
2018-11-09 12:46:56 -05:00 |
|
NotoriousRebel
|
221ffa4c84
|
Decreased time inbetween google dork searches to increase speed of it.
|
2018-11-09 12:45:54 -05:00 |
|
NotoriousRebel
|
dc8e555c15
|
Updated huntersearch to work properly, have to verify it doesn't overwrite existing data.
|
2018-11-05 14:54:59 -05:00 |
|
NotoriousRebel
|
bcdb9a66d4
|
Reworking huntersearch to integrate better and more logically.
|
2018-11-04 19:19:48 -05:00 |
|
NotoriousRebel
|
73642b5843
|
Reworking hunter search engine into theHarvester.py to work properly.
|
2018-11-04 19:15:07 -05:00 |
|
NotoriousRebel
|
e7b22b94b7
|
Added hunter search engine and just need to test it, checked to make sure user key was not empty.
|
2018-11-04 17:26:34 -05:00 |
|
NotoriousRebel
|
6e55a63c40
|
Made boolean to be an arguement instead of necessary in class as only used in one spot which is inside function.
|
2018-10-26 16:15:43 -04:00 |
|
NotoriousRebel
|
4ada84cf82
|
Cleaned up how to open file, and fixed how to open file in wfuzz.
|
2018-10-25 22:14:34 -04:00 |
|
NotoriousRebel
|
108ab7d5cf
|
Shrunk dorks.txt to 200 to decrease chances of getting caught by google.
|
2018-10-24 20:49:48 -04:00 |
|
NotoriousRebel
|
079f63ee16
|
Reworked some more logic, and verified that the flag does get more hostnames and emails; although, the biggest obstacle is google blocking your ip.
|
2018-10-24 15:38:51 -04:00 |
|
NotoriousRebel
|
c1fcf35aef
|
Reworked logic, increased dorks.txt, and need to do a few test runs to verifiy dorking increases output.
|
2018-10-24 15:09:23 -04:00 |
|
NotoriousRebel
|
1630bce0bb
|
Added some more docstring, about to restructure some logic, made it so if user can do normal google harvesting and google dorking as well.
|
2018-10-24 12:35:53 -04:00 |
|
NotoriousRebel
|
8b29622a27
|
Verified that google dorking is getting more results, have to modify searches to utilize different dorks!
|
2018-10-24 09:36:20 -04:00 |
|
NotoriousRebel
|
568ace4419
|
Removed google dork class, added more dorks, and added boolean to indicate if user wants google dorks in google search.
|
2018-10-23 16:54:59 -04:00 |
|
laramies
|
09babc0285
|
2.5
Fixed Google searches, and introduced Requests library
|
2014-12-16 23:25:12 +00:00 |
|
Christian Martorella
|
50be8b8528
|
Initial commit for version 2.0
|
2011-05-04 16:07:06 +01:00 |
|