Commit Graph

192 Commits (6650e3665a4dd68abcc42ac54f0ce074fa1c8d19)

Author SHA1 Message Date
Víctor Zamanillo 6650e3665a We always put results with format even if no verbose option is set 2020-08-16 21:35:29 +02:00
Víctor Zamanillo b1044303cb Do not write source on plain text hosts file 2020-08-16 21:33:45 +02:00
Víctor Zamanillo af1a775c46 Better jsonResult initialization 2020-08-16 21:22:03 +02:00
Víctor Zamanillo 885a6752b7 Unique hostEntry declaration 2020-08-16 21:18:08 +02:00
Víctor Zamanillo 5b276221b6 Implements #245 2020-08-16 17:52:12 +02:00
Víctor Zamanillo 5c685f0f59 Removed automatic extensions based on output type
The user should declare the explicit filename
2020-08-16 17:52:05 +02:00
Víctor Zamanillo 0196aa7195 New ouputter 2020-08-16 17:52:00 +02:00
bauthard 02e084dab2
version update 2020-08-13 12:24:36 +05:30
Víctor Zamanillo 016b69a9df Fixed GitHub search query term + sort results
The double quotes arround the search term does not return any results for some terms.
2020-08-13 00:48:31 +02:00
Víctor Zamanillo a3c9980074 Removed return
We should still read response body even if we get a 404 response.
2020-08-11 20:49:09 +02:00
Víctor Zamanillo 370fcd4964 Handle sitedossier 404 when no subdomains are found 2020-08-11 20:49:09 +02:00
bauthard c54554c3d6
version update 2020-08-12 00:00:10 +05:30
Ice3man543 ee137df6d9 Show count also on non-verbose config 2020-08-11 23:24:42 +05:30
Ice3man543 2f28f350a8 Golangci lint pls work :P 2020-08-11 23:22:47 +05:30
Ice3man543 2ff64b09dc Format change a bit 2020-08-11 23:21:44 +05:30
Ice3man 856a4a4ecd
Merge pull request #290 from projectdiscovery/misc-updates
Added recursive, all flags. More tuning of process
2020-08-11 10:50:35 -07:00
Ice3man543 800fef8732 Show found subdomains with time taken at the end 2020-08-11 23:20:10 +05:30
Ice3man543 750c3e6e7d Added recursive, all flags. More tuning of process 2020-08-11 22:50:58 +05:30
Ice3man543 c799f62d4d Fix name, copy paste :( 2020-08-11 21:58:31 +05:30
Ice3man543 9c89412554 Small change 2020-08-11 21:57:22 +05:30
Ice3man543 45b0439cae Added chaos data source for scraping 2020-08-11 21:56:58 +05:30
bauthard 502842a30b
Merge pull request #284 from sepehrdaddev/master
add recon.dev as new source
2020-08-11 21:09:06 +05:30
Sepehrdad Sh 9c317bfa1b fix linting errors 2020-08-11 14:47:34 +00:00
Sepehrdad Sh 57321804f2 add recon.dev as new source 2020-08-11 14:42:06 +00:00
Víctor Zamanillo 833e960668 Removed ShodanDNSDB 2020-08-11 10:44:01 +02:00
Víctor Zamanillo 0a2965468e Removed SSL Lookup
Instead of adding a new source, we can simply replace the old one with new API, so we can just replace the old source shodan with this and not adding shodandnsdb as a new one.
2020-08-11 09:16:01 +02:00
Víctor Zamanillo e069bb2442 Implements #280 2020-08-10 19:04:40 +02:00
Víctor Zamanillo e828cee8a0 Memory improvement for sources 2020-08-10 10:15:30 +02:00
bauthard 2c3b5cc366
Merge pull request #278 from vzamanillo/golangci-lint
Initial adoption of golangci-lint for continuous integration
2020-08-10 12:03:40 +05:30
bauthard ef224dc1b1 Removing unoffical urlscan source
we will add urlscan with offical API support.
2020-08-09 16:17:38 +05:30
Víctor Zamanillo 0f4a9b1353 Fixed "File is not `gofmt`-ed with `-s` (gofmt)" 2020-07-23 23:29:59 +02:00
Víctor Zamanillo 19f28a0913 Unused code 2020-07-23 22:47:36 +02:00
Víctor Zamanillo f9d44aca0d New chaosuploader
We separate the logic to upload to chaos to preserve the SRP away from utils.
2020-07-23 22:45:55 +02:00
Víctor Zamanillo caf8062b92 Simplified subscraping HTTP operations with custom agent methods 2020-07-23 22:34:24 +02:00
Víctor Zamanillo f72c0a2cb7 nolint for Post without context 2020-07-23 15:09:45 +02:00
Víctor Zamanillo b508618410 nolint for comma ok static check 2020-07-23 15:09:24 +02:00
Víctor Zamanillo 22678095b7 Fixed builtinShadow of predeclared identifier: append (gocritic) 2020-07-23 14:31:07 +02:00
Víctor Zamanillo 80b791fd98 Removed nolint instruction
We are not ready to use funlen yet, to solve funlen issues we will need some refactor task which could block this branch release.
2020-07-23 14:30:47 +02:00
Víctor Zamanillo 6d633526b4 Fixed should rewrite http.NewRequestWithContext (noctx) 2020-07-22 18:04:29 +02:00
Víctor Zamanillo 348e809708 Fixed paramTypeCombine (gocritic) 2020-07-22 18:02:44 +02:00
Víctor Zamanillo f8670be078 Fixed ineffectual assignment to `body` (ineffassign) 2020-07-22 17:56:59 +02:00
Víctor Zamanillo 3c3d67a657 Fixed should rewrite http.NewRequestWithContext (noctx) 2020-07-22 17:55:43 +02:00
Víctor Zamanillo 5a3220b889 Fixed capitalized / shadowing url param 2020-07-22 17:53:37 +02:00
Víctor Zamanillo 77eb7090f3 Fixed funlen 2020-07-22 17:52:35 +02:00
Víctor Zamanillo ec5b0cebdb Format code with gofmt 2020-07-22 17:47:58 +02:00
Víctor Zamanillo 7cac6136df Fixed should rewrite http.NewRequestWithContext (noctx) 2020-07-22 17:45:42 +02:00
Víctor Zamanillo 4302429745 Fixed Warningf call has arguments but no formatting directives (govet) 2020-07-22 17:16:49 +02:00
Víctor Zamanillo 27553da5c2 Fixed shadowing declarations 2020-07-22 17:15:47 +02:00
Víctor Zamanillo 2e8ee83606 Fixed misspelling of Process 2020-07-22 17:12:47 +02:00
Víctor Zamanillo 47d9227a64 Fixed formatting directive for gologger.Warningf 2020-07-22 17:11:21 +02:00