2023-07-23 12:57:33 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
subfinder: Update to 2.6.1
Changes:
v2.6.1
## What's Changed
### Bug Fixes
* Fixed panic issue with digitorus source
* Fixed issue parsing result from securitytrails
v2.6.0
## What's Changed
* Added `netlas.io` as new source
* Added support to use provider config file when using as library
* Added support to read API keys as env variable in the provider config file
```yaml
netlas:
- $NETLAS_API_KEY
```
v2.5.9
## What's Changed
* Added support to extract additional subdomains from digitorus source
* Added tests for sources require an api key
* Fixed issue with the close method for session
* Fixed issue with case insensitive subdomain result
* Fixed issue with securitytrails api
|
2023-07-15 12:53:10 by Benny Siegert | Files touched by this commit (151) |  |
Log message:
Revbump all Go packages after go120 update
|
2023-05-14 16:33:09 by Leonardo Taccari | Files touched by this commit (3) |  |
Log message:
subfinder: Update to 2.5.8
Changes:
v2.5.8
## What's Changed
* Added leakix api as new source support
* Fixed 360quake api to specify include field
* Updated code to get domain result with `onresultcallback`
* Updated hackertarget source url
* Several dependencies updates
|
2023-05-05 21:37:45 by Benny Siegert | Files touched by this commit (134) |  |
Log message:
Revbump all Go packages after go120 security update
|
2023-04-05 22:48:01 by Benny Siegert | Files touched by this commit (140) |  |
Log message:
Revbump all Go packages after yesterday's go120 security update
|
2023-03-19 12:14:15 by Leonardo Taccari | Files touched by this commit (5) |
Log message:
subfinder: Import subfinder-2.5.7 as security/subfinder
subfinder is a subdomain discovery tool that returns valid subdomains
for websites, using passive online sources. It has a simple, modular
architecture and is optimized for speed. subfinder is built for doing
one thing only - passive subdomain enumeration, and it does that very
well.
|