Are bufferover and redhuntlabs sources still working? #1739
|
Hi, I've tried adding free sources to my Subfinder, but two sources have caused some trouble, bufferover and redhuntlabs. Can anyone confirm if the sources still work? bufferover (https://newtls.bufferover.run) redhuntlabs (https://redhuntlabs.com/attack-surface-recon-api/) |
Replies: 3 comments
|
Both sources have been unreliable for a while now: BufferOver — The free tier at RedHuntLabs — Their What to do:
# ~/.config/subfinder/provider-config.yaml
# Comment out or remove:
# bufferover:
# - your-key
# redhuntlabs:
# - your-key:AUTH_TYPE
# These all have free tiers
securitytrails:
- YOUR_FREE_KEY
shodan:
- YOUR_FREE_KEY
censys:
- YOUR_API_ID:YOUR_SECRET
chaos:
- YOUR_PD_KEY # Free from ProjectDiscovery
fullhunt:
- YOUR_FREE_KEY
subfinder -d example.com -sources bufferover,redhuntlabs -vThis will show you the exact errors from each source.
subfinder -lsFor maximum coverage with free keys, I'd recommend focusing on: SecurityTrails, Shodan, Censys, C99, Chaos (ProjectDiscovery), FullHunt, and VirusTotal — these all have reliable free tiers and are actively maintained. |
|
Thank you for your elaborate response @bad-antics! |
|
Can confirm both sources have been unreliable/dead for a while: BufferOver (
RedHuntLabs (
What to do:
# ~/.config/subfinder/provider-config.yaml
# Just don't include bufferover or redhuntlabs sections
subfinder -d example.com -sources bufferover,redhuntlabs -vThis will show you the errors from each source. ProjectDiscovery should probably mark these as deprecated in the default config. |
Both sources have been unreliable for a while now:
BufferOver — The free tier at
tls.bufferover.runhas been intermittently down. They migrated to RapidAPI at some point but that integration also appears broken. The original developer hasn't been maintaining it actively. Status: effectively dead for free users.RedHuntLabs — Their
devportal.redhuntlabs.comhas been down for months. The entire Attack Surface Management product seems to have been either sunset or restructured. No response from their team either. Status: appears defunct.What to do: