Commit Graph

770 Commits (e234c26488a359c4ca972acea14176d8afd8af01)

Author SHA1 Message Date
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
bauthard 68bece6962
Merge pull request #314 from vzamanillo/threatbook-source
Implemented ThreatBook source
2020-09-18 20:00:02 +05:30
bauthard 1d1a234d16
Merge pull request #318 from vzamanillo/archiveis-code-style
Semantics and do not export the private agent for archiveis
2020-09-18 19:47:50 +05:30
bauthard ae0882e818
Merge pull request #313 from vzamanillo/cebaidu-source
Implemented cebaidu source
2020-09-18 19:20:19 +05:30
bauthard 1ee1e3cad4
Merge pull request #312 from vzamanillo/robtex-suorce
Implemented robtex source
2020-09-18 19:18:16 +05:30
bauthard af742a7ede
Merge pull request #317 from vzamanillo/sitedossier-free-resources
Free resources on Sitedossier source after finish
2020-09-18 19:08:13 +05:30
bauthard 93301e8da0
Merge pull request #311 from vzamanillo/ximcx-source
Implemented ximcx source
2020-09-18 19:05:49 +05:30
bauthard 27c4cbc7b3
Merge pull request #320 from vzamanillo/remove-entrust
Removed entrust source
2020-09-16 10:33:35 +05:30
bauthard 8be0dbf841
Merge pull request #322 from vzamanillo/default-resolvers
Use default resolvers if no resolvers are found
2020-09-16 10:33:14 +05:30
Víctor Zamanillo e15deefb0b Use default resolvers if no resolvers are found
Fixes #321
2020-09-15 21:46:54 +02:00
Víctor Zamanillo 69977466d8 Removed entrust source
Due to this https://github.com/projectdiscovery/subfinder/pull/274#issuecomment-661283604.

Looks like it is not working due to maintenance but it does not work from months ago
2020-09-15 13:22:54 +02:00
Víctor Zamanillo 21d23319d2 gofmt 2020-09-15 13:09:35 +02:00
Víctor Zamanillo 3883cf0e6d Added riddler.io source 2020-09-15 13:07:46 +02:00
Víctor Zamanillo 0a4a715a9e Semantics and do not export the private agent 2020-09-15 11:57:11 +02:00
Víctor Zamanillo 7ab1d63f5e Free resources on Sitedossier source after finish 2020-09-15 11:41:27 +02:00
Víctor Zamanillo 8101d3ea6d Increase the OS file descriptors to max on demand by using fdmax flag 2020-09-15 11:16:34 +02:00
bauthard b60af67b49
Merge pull request #310 from vzamanillo/anubis-source
Implemented JonLuca's Anubis source
2020-09-14 15:10:54 +05:30
Víctor Zamanillo 8b83c0516a Implemented ThreatBook source 2020-09-13 21:55:31 +02:00
Víctor Zamanillo fdd6235eb6 Implemented cebaidu source 2020-09-13 21:22:42 +02:00
Víctor Zamanillo f4e01ff837 Removed trailing new line 2020-09-13 19:54:26 +02:00
Víctor Zamanillo 0518d130d2 Implemented robtex source 2020-09-13 19:52:34 +02:00
Víctor Zamanillo 1a005ac94a gofmt 2020-09-13 11:30:58 +02:00
Víctor Zamanillo 38224122b0 Implemented ximcx source 2020-09-13 11:29:02 +02:00
Víctor Zamanillo c19c46c216 Implemented Anubis source 2020-09-13 11:02:49 +02:00
bauthard 5eee0870e1
release update 2020-09-09 16:12:26 +05:30
bauthard a684cb5cac
Merge pull request #303 from sepehrdaddev/master
recon.dev: fix token
2020-09-09 16:11:29 +05:30
bauthard 3e84679ef4
Merge pull request #308 from vzamanillo/github-source-fix-306
Invalid return on error while processing items on GitHub source
2020-09-09 16:11:01 +05:30
Víctor Zamanillo 1cac2e87b9 Fixes #306
Invalid return
2020-09-09 11:39:24 +02:00
Sepehrdad Sh 745fbe39b4
use url described in api docs 2020-09-05 18:33:42 +00:00
bauthard ca1957f326
Merge pull request #298 from vzamanillo/handle-unexpected-errors
Added Connection: close request header
2020-09-05 14:49:28 +05:30
bauthard 78340b5a3b
Merge pull request #304 from tracertea/feature/binaryedge_enterprise_support
added enterprise api support for binaryedge with max pagesize increase
2020-09-05 14:43:18 +05:30
tracertea b2bec4db56 added enterprise api support for binaryedge with max pagesize increase 2020-09-04 15:19:49 -04:00