Commit Graph

121 Commits (2e93df2e91fc044cb09a82b5ad7090cc552500a9)

Author SHA1 Message Date
Ice3man d10f537bc3
Merge pull request #178 from icytrues/patch-1
Fixing "net/url: invalid control character in URL" error on waybackarchive
2019-10-17 18:49:17 +05:30
Ice3man543 4ac151f549 Fixed a bug 2019-10-17 18:45:27 +05:30
icytrues c7118a2078
Fixing the "net/url: invalid control character in URL" error on waybackarchive
Running string() on an integer returns an empty string, changing to strconv.Itoa() instead.
2019-10-16 23:34:06 +02:00
Guillaume GRANJUS 63a81bc2c0 Fix json.Unmarshal error for crtsh 2019-01-28 02:22:26 +01:00
Ice3man543 37367bfe06 Added DNSTable 2018-09-23 19:07:57 +05:30
Marco Rivoli 9a1529cb19 Fix fox DnsDB failure
Handles #118
2018-08-17 22:56:37 +02:00
Michael 624f00977a
Resolved double printing bug
Closes #130
2018-08-16 17:19:22 +10:00
Ice3man543 29d7ab941e Removed netcraft source 2018-08-07 14:44:37 +05:30
Ice3man543 4c5a0f3849 Added index support to commoncrawl engine 2018-07-18 18:20:34 +05:30
Kent 'picat' Gruber e1f906735f
Merge pull request #111 from picatz/update-certspotter
update certspotter source implementation
2018-07-14 09:25:21 -04:00
Ice3man543 b2faabd502
Added commoncrawl engine 2018-07-08 10:22:17 +05:30
Kent 'picat' Gruber a6d10cbbcd simplify state check 2018-07-05 22:24:22 -04:00
Kent 'picat' Gruber 5fb4635721 simplify json decoding 2018-07-05 22:24:03 -04:00
Kent 'picat' Gruber 417c27c04f remove io/ioutil package
no longer needed
2018-07-05 22:23:44 -04:00
Kent 'picat' Gruber 8954b7b2c6 remove unessecary io/ioutil to make travis happy 2018-07-05 16:49:24 -04:00
Kent 'picat' Gruber 02f0517b35 add name
since I wrote/re-arranged some stuff 🤷‍♀️
2018-07-05 16:30:26 -04:00
Kent 'picat' Gruber 97f3311309 simpler state check 2018-07-05 16:29:59 -04:00
Kent 'picat' Gruber 124c8f0682 turn response body into bufio scanner
without the need of allocating the other respBody string
2018-07-05 16:29:52 -04:00
Kent 'picat' Gruber 69a42eeb79 ensure response body is closed 2018-07-05 16:29:23 -04:00
Kent 'picat' Gruber d1b50c153a remove sslcertificates source code 2018-07-04 16:01:21 -04:00
Michael 3820d2684d
Merge branch 'master' into codingo-refactor 2018-06-28 17:34:26 +10:00
root 0fcc5245a4
Loop Refactoring 2018-06-27 16:03:51 +10:00
root 2d9fb8621d
Removing redundant return statements 2018-06-27 15:55:07 +10:00
root 861ccfcc8b
Minimise Boolean Comparisons 2018-06-27 15:48:45 +10:00
mzack e431ed64e8 added parameters check in passive sources
- Added self parameters check into each passive sources (solves #94)
- Corrected conditions in sources initialization (improve #93)
- Minor refactoring
2018-06-27 00:05:42 +02:00
Ice3man543 fa1d8a6ca3
Added Source API validation in passive engine fixing issue #93 2018-06-26 21:00:08 +05:30
Nizamul Rana 2d31442774
Merge pull request #86 from subfinder/mzack9999-shodan-rewrite
Shodan refactoring
2018-06-26 14:09:29 +05:30
Nizamul Rana 8d9b64f334
Merge pull request #91 from subfinder/ice3man-googleter
Added GoogleTER Engine
2018-06-26 14:07:09 +05:30
Ice3man543 4b5ac617b0 Fixed googleter engine with edge-case handling 2018-06-26 14:05:57 +05:30
Ice3man543 5f1a94679c
Fixed PTRArchive Data Source 2018-06-26 11:40:04 +05:30
Ice3man543 a5fb89419c Fixing googleter engine 2018-06-26 11:39:36 +05:30
Ice3man543 7e865162ee
Added GoogleTER Engine 2018-06-25 22:48:32 +05:30
Ice3man543 0b89802042
Fixed error handling removing ineffectual assignments 2018-06-25 11:28:59 +05:30
root 2550389d12
Spelling fixes 2018-06-25 11:23:02 +10:00
mzack 50a48990ed shodan refactoring 2018-06-25 00:51:01 +02:00
Ice3man543 e8a673710a
Massive linting along with fixing many bugs present leading to multiple errors 2018-06-24 14:30:36 +05:30
Ice3man543 d397687aa2 Merge branch 'Codingo-Linting' of https://github.com/subfinder/subfinder into Codingo-Linting 2018-06-24 14:03:22 +05:30
Ice3man543 7c253fdf4f Fixed bugs caused by a recent bad merge 2018-06-24 10:04:36 +05:30
Ice3man543 af04921ee4
Updated code with the new organization urls 2018-06-24 09:44:52 +05:30
root 4bb6d14021
Linting Improvements 2018-06-24 13:49:26 +10:00
ProDigySML 292bf84029 Added in the suppression of error using silent flag 2018-06-22 02:59:23 -04:00
Ice3man543 7101f6d44c Made some misc changes 2018-06-21 14:52:09 +05:30
Ice3man543 92bb95a2da
Fixed exalead engine removing duplicate outputs 2018-06-21 14:51:08 +05:30
Ice3man543 0a0a244f1f
Added a little more verbose error handling and made few misc changes 2018-06-21 14:46:57 +05:30
Ice3man543 7ab8a03d04 Added SSL Certificate parsing logic 2018-06-21 12:37:39 +05:30
mzack 70214ff211 implements #61
Freely inspired by Aquatone
2018-06-20 21:30:54 +02:00
mzack e4c89539aa Merge branch 'master' into mzack9999-shodan 2018-06-20 20:55:43 +02:00
Ice3man543 7800d89950 Merge branch 'dev' of https://github.com/Ice3man543/subfinder 2018-06-20 12:33:37 +05:30
Ice3man543 e588e54623 Fixed Realtime Duplicate output 2018-06-20 10:04:20 +05:30
mzack 437ef4c579 applied worker-pool to passive sources 2018-06-19 20:29:14 +02:00