v2.6.2

projectdiscovery/subfinderv2.6.2Aug 12, 2023by ehsandeep

AI Summary

Users can now utilize Facebook certificate transparency logs as a data source and configure per-source rate limits using the new `-rls` flag.

Key Highlights

  • Added Facebook certificate transparency logs as a new source
  • Added rate limit per source support with `-rls` flag

New Features

  • Facebook certificate transparency logs source
  • Rate limit per source support

Full Release Notes

<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### 🎉 New Features

* Added [Facebook certificate transparency logs](https://developers.facebook.com/tools/ct/search/) as new source by @tarunKoyalwar in https://github.com/projectdiscovery/subfinder/pull/912
```console
subfinder -d hackerone.com -s facebook
```
* Added rate limit per source support by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/891
```console
subfinder -d hackerone.com -rls "crtsh=10/s,shodan=1/s"
```

###  🐞 Bug Fixes
* Fixed issue with censys source by using v2 api by @dogancanbakir in https://github.com/projectdiscovery/subfinder/pull/929


**Full Changelog**: https://github.com/projectdiscovery/subfinder/compare/v2.6.1...v2.6.2