bauthard
e39156a4ec
Merge pull request #292 from yassineaboukir/master
...
Fixing Go path
2020-08-13 13:55:24 +05:30
Yassine ABOUKIR
765192b2a0
fix go path
2020-08-13 08:55:08 +01:00
bauthard
c31cb06bad
thank you
2020-08-13 12:54:28 +05:30
bauthard
02e084dab2
version update
2020-08-13 12:24:36 +05:30
bauthard
936e43a992
Merge pull request #291 from vzamanillo/github-search-query-fix
...
Fixed GitHub search query term + sort results
2020-08-13 12:23:57 +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
bauthard
f5df53ff76
readme update
2020-08-12 02:57:45 +05:30
bauthard
cb61fa8048
Merge pull request #286 from vzamanillo/handle-sitedossier-404
...
Handle sitedossier 404 when no subdomains are found
2020-08-12 01:08:41 +05:30
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
bauthard
b53173cbd7
Merge pull request #287 from projectdiscovery/add-chaos
...
Add chaos data API as an individual source
2020-08-11 22:16:56 +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
bauthard
4cf78f2b2a
Merge pull request #283 from vzamanillo/dnsdb-shodan
...
Add Shodan's DNSDB source
2020-08-11 20:58:04 +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
bauthard
7f2fbf4f66
Merge pull request #281 from vzamanillo/sources-memory-improvement
...
Sources memory improvement
2020-08-10 19:27:23 +05:30
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
bauthard
52dc6992b5
Update issue templates
2020-07-30 18:04:41 +05:30
bauthard
4960cd041d
Update issue templates
2020-07-30 17:45:52 +05:30
Víctor Zamanillo
34fb96f060
lll linter is not enabled yet
2020-07-23 23:50:59 +02:00
Víctor Zamanillo
0f4a9b1353
Fixed "File is not `gofmt`-ed with `-s` (gofmt)"
2020-07-23 23:29:59 +02:00
Víctor Zamanillo
0ab333f311
Fixed lint
...
Build fails because we are running go get before running this action: fetched $GOPATH/pkg/mod conflict. Ref: https://github.com/golangci/golangci-lint-action/issues/23
2020-07-23 23:26:30 +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
e2c5350c31
Added golangci-lint to the build workflow
2020-07-23 15:17: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