Commit Graph

1051 Commits (5b6342c0c95bea1c8b17f9aa7e2a69e4283f9b17)

Author SHA1 Message Date
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
bauthard c5eb7fcea4
Merge pull request #326 from vzamanillo/robtex-pro
Move from Robtex free API to PRO API
2020-09-22 00:41:07 +05:30
bauthard ff6f571d0c
Merge pull request #325 from vzamanillo/recursive-binaryedge
Simplified Binary Edge source
2020-09-22 00:26:52 +05:30
Víctor Zamanillo 90caf8e643 Added missing key para for reverse query 2020-09-21 20:37:30 +02:00
Víctor Zamanillo 63d74bdfad We move to Robtex PRO API
Change the use from free API to PRO with an API key because free is (strictly) rate limited and does not offer any profit.
2020-09-21 20:34:42 +02:00
Víctor Zamanillo 76050f3e6c Simplified Binary Edge source
- Binary Edge is recursive
- v1/v2 API detection
- Same code to get subdomains for V1 and V2
2020-09-21 19:55:22 +02:00
bauthard 9aa9f46783 release preparation 2020-09-21 16:37:22 +05:30
bauthard 9ac39687a8
Merge pull request #324 from projectdiscovery/fix-file-overrite
Fixed version file overrite issue with garbage during updates
2020-09-21 13:42:21 +05:30
Ice3man e6323fbad8
Update config.go 2020-09-21 13:16:22 +05:30
bauthard 8e570bd937
Merge pull request #323 from projectdiscovery/fdmax-small-improvement
fdmax => autofdmax + silent fail
2020-09-21 11:32:26 +05:30
Mzack9999 570de7702b fdmax => autofdmax + silent fail 2020-09-20 08:50:39 +02:00
bauthard dcc62d003e
Merge pull request #316 from vzamanillo/fdmax
Increase the OS file descriptors to max by using fdmax
2020-09-20 10:58:48 +05:30
Víctor Zamanillo 09aec3606f Removed unnecessary leading newline 2020-09-19 23:31:51 +02:00
Víctor Zamanillo 7bcb744d2b Set fdmax by default not as an option 2020-09-19 23:30:58 +02:00
Víctor Zamanillo afcc4b0223 Updated fdmax.set with UnixMax value from v0.0.2 2020-09-19 23:08:34 +02:00
Víctor Zamanillo 72502b1819 Updated fdmax with mac rLimit fix
https://github.com/projectdiscovery/fdmax/pull/2
2020-09-19 23:02:08 +02:00
bauthard 61e8dd258b
Merge pull request #319 from vzamanillo/riddler.io
Implemented riddler.io source
2020-09-18 23:39:04 +05:30
Víctor 896dfb36f3
Merge branch 'master' into riddler.io 2020-09-18 19:58:16 +02:00