Commit Graph

818 Commits (63f39b65dccfe89eead7961b38c9493c5279c654)

Author SHA1 Message Date
Mzack9999 63f39b65dc passive total bugfix 2021-02-17 18:28:55 +01:00
PD-Team e654b946d6
Merge pull request #371 from thezoomerr/thezoomer
Fixed shodan module in order to correctly reflect all results
2021-02-17 11:32:03 +05:30
thezoomerr f346a3a278 Fixed shodan module in order to correctly reflect all results 2021-02-15 09:58:18 -08:00
PD-Team c97d45fc6d
Updaing Disclaimer 2021-02-09 13:58:13 +05:30
PD-Team 05c07ccad4
Adding resources for subfinder 2021-02-06 13:42:47 +05:30
PD-Team c4df8ba340
Update LICENSE.md 2021-01-30 12:19:50 +05:30
Ice3man 615d480cea
Merge pull request #361 from xuchaoa/fix_wildcard
Fixed wildcard validation for resolver module
2021-01-15 00:06:48 -08:00
xuc2 488a89c84a fix_removeWildcard 2021-01-11 19:09:34 +08:00
team-projectdiscovery 2402821f8a Update Dockerfile 2020-12-22 01:36:57 +05:30
team-projectdiscovery 5c1c6231bb readme update / docker update 2020-12-22 00:51:44 +05:30
PD-Team b3c582d3ad
Merge pull request #352 from vzamanillo/sitedossier-fix#347
Fix for SIGSEGV due to NPD on sitedossier
2020-12-14 14:29:23 +05:30
PD-Team 5bacf55ac5
Merge pull request #354 from projectdiscovery/master
Making dev even with master
2020-12-14 14:28:42 +05:30
Víctor Zamanillo ce85c4cff9 bump golangci-lint to 1.33 2020-12-13 21:52:34 +01:00
Víctor Zamanillo 9d3f30ffb9 go mod tidy 2020-12-13 21:49:45 +01:00
Víctor Zamanillo 9064057c69 Adder missing returns, omg 2020-12-13 21:32:54 +01:00
bauthard 2c6fe5f248
Merge pull request #348 from projectdiscovery/bugfix-unix-compilation
upgrading fdmax
2020-12-03 10:00:32 +05:30
Mzack9999 18cc5d48d1 upgrading fdmax 2020-12-02 19:47:35 +01:00
bauthard ea0246db50
Merge pull request #346 from b1scoito/patch-1
Updated threadbook URL to a working one.
2020-11-24 16:42:20 +05:30
felix 2c1a5df785
Updated threadbook URL to a working one. 2020-11-24 07:02:58 -03:00
bauthard d85ee137f3
Merge pull request #343 from 0xflotus/patch-1
docs: fixed small error
2020-10-28 14:31:43 +05:30
0xflotus f846f383c8
docs: fixed small error 2020-10-28 09:49:04 +01:00
bauthard dc195c84ce
Merge pull request #341 from vzamanillo/fix-ci
Fix CI path
2020-10-16 12:54:52 +05:30
bauthard a4d3da188c
Merge pull request #342 from jsav0/master
Fixed multi-stage build, reduced docker image to 19MB. Was 500MB.
2020-10-16 12:00:23 +05:30
jsavage d2e83f832f Fixed multi-stage build, reduced docker image to 19MB. Was 500MB. 2020-10-15 18:27:33 -04:00
Víctor Zamanillo 9cc99f7d58 Fixed CI issues 2020-10-14 21:34:07 +02:00
Víctor Zamanillo 0dd5b2d607 bump golangci-lint to 1.31 2020-10-14 21:29:27 +02:00
Víctor Zamanillo dd1c7111ed Fixed CI
golangci does not find any issues because the working dir path is wrong and it only analizes main.go
2020-10-14 21:29:04 +02:00
bauthard bd59f6ca05
Merge pull request #337 from tracertea/feature/source_tracking
Added support Multi-source tracking for hosts
2020-10-02 03:11:54 +05:30
tracertea d9b451a4d8 After conversations with pdteam removed support for outputing source in combination with wildcard detection flags 2020-10-01 15:45:53 -04:00
tracertea 731bc18e22 Added support for multi source tracking with -track-sources. Also works with -nW 2020-10-01 11:20:32 -04:00
bauthard 70ced1f234
Merge pull request #335 from wavvs/sonar-omnisint
Implement SonarSearch source
2020-09-29 02:16:17 +05:30
bauthard acd67aac00
Merge pull request #336 from vzamanillo/stdin-chardev-fix
Handle data from char device on stdin
2020-09-29 02:08:08 +05:30
wavvs 425b22a529
Move sonarsearch to DefaultRecursiveSources 2020-09-28 18:40:06 +03:00
Víctor Zamanillo 24223e5d9b Handle data from char device on stdin 2020-09-28 12:45:39 +02:00
wavvs c1773cd207 Implement SonarSearch source 2020-09-28 02:52:02 +03:00
bauthard d677065f37
Merge pull request #332 from projectdiscovery/bugfix-dockerfile
small changes
2020-09-26 00:02:31 +05:30
Mzack9999 e7e8647a05 small changes 2020-09-25 20:30:02 +02:00
bauthard 274c466866 Update README.md 2020-09-25 23:14:56 +05:30
bauthard 116535edae
Merge pull request #331 from vzamanillo/fix-ci-working-directory
Fix CI
2020-09-25 19:48:30 +05:30
Víctor Zamanillo 13059c2177 Fix CI
We need to set the working directory to allow golangci-lint to resolve go modules.
2020-09-25 13:58:13 +02:00
bauthard ad6135b1d5 Update README.md 2020-09-25 16:47:11 +05:30
bauthard 5d29cd8612
Merge pull request #330 from VainlyStrain/patch-1
Update Installation Instructions
2020-09-25 04:11:48 +05:30
bauthard 74fdbc21f0 Update README.md 2020-09-25 04:11:15 +05:30
VainlyStrain 5e4aae3591
Update Installation Instructions
The installation instructions for installing from source and updating had a wrong path, leading to installation failure.
2020-09-25 00:38:11 +02:00
bauthard f00c2b7b12
Delete ISSUE_TEMPLATE.md 2020-09-25 00:28:47 +05:30
Mzack9999 100438c599
Merge pull request #329 from projectdiscovery/bugfix-go-mod
go mod v2 fix
2020-09-24 19:20:43 +02:00
Mzack9999 7d89b5facb go mod v2 fix 2020-09-24 19:02:02 +02:00
bauthard 44fda33376 readme update 2020-09-22 01:23:10 +05:30
bauthard e234c26488
Merge pull request #327 from vzamanillo/fix-source-number
Fixed incorrect total sources count on list sources
2020-09-22 01:05:28 +05:30
Víctor Zamanillo acd9e1a0a5 Fixed incorrect total sources count on list sources 2020-09-21 21:32:07 +02:00