Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use API v3 #962

Merged
merged 1 commit into from
Sep 5, 2023
Merged

Use API v3 #962

merged 1 commit into from
Sep 5, 2023

Conversation

dogancanbakir
Copy link
Member

@dogancanbakir dogancanbakir commented Aug 28, 2023

Proposal by @mux1ng

The VirusTotal API has been updated to version 3, and now it allows retrieving 1000 subdomains instead of the previous limit of 100.
The new API documentation can be found at this location: https://developers.virustotal.com/reference/domains-relationships

Closes #949.

$ go run . -d projectdiscovery.io -s virustotal

               __    _____           __         
   _______  __/ /_  / __(_)___  ____/ /__  _____
  / ___/ / / / __ \/ /_/ / __ \/ __  / _ \/ ___/
 (__  ) /_/ / /_/ / __/ / / / / /_/ /  __/ /    
/____/\__,_/_.___/_/ /_/_/ /_/\__,_/\___/_/

                projectdiscovery.io

[INF] Current subfinder version v2.6.3-dev (development)
[INF] Loading provider config from /home/vscode/.config/subfinder/provider-config.yaml
[INF] Enumerating subdomains for projectdiscovery.io
cdn.projectdiscovery.io
www.projectdiscovery.io
url3887.projectdiscovery.io
nuclei.projectdiscovery.io
apollo.projectdiscovery.io
www-api.projectdiscovery.io
blog.projectdiscovery.io
chaos-data.projectdiscovery.io
dns.projectdiscovery.io
nexus.projectdiscovery.io
careers.projectdiscovery.io
pdtm.projectdiscovery.io
interact.projectdiscovery.io
chaos.projectdiscovery.io
defcon.projectdiscovery.io
admin.projectdiscovery.io
[INF] Found 16 subdomains for projectdiscovery.io in 1 second 896 milliseconds

@dogancanbakir dogancanbakir self-assigned this Aug 28, 2023
@dogancanbakir dogancanbakir linked an issue Aug 28, 2023 that may be closed by this pull request
@dogancanbakir dogancanbakir mentioned this pull request Aug 28, 2023
Copy link
Contributor

@RamanaReddy0M RamanaReddy0M left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

$ go run . -d projectdiscovery.io -s virustotal

               __    _____           __         
   _______  __/ /_  / __(_)___  ____/ /__  _____
  / ___/ / / / __ \/ /_/ / __ \/ __  / _ \/ ___/
 (__  ) /_/ / /_/ / __/ / / / / /_/ /  __/ /    
/____/\__,_/_.___/_/ /_/_/ /_/\__,_/\___/_/

                projectdiscovery.io

[INF] Loading provider config from /Users/root/.config/subfinder/provider-config.yaml
[INF] Enumerating subdomains for projectdiscovery.io
nuclei.projectdiscovery.io
dns.projectdiscovery.io
chaos.projectdiscovery.io
admin.projectdiscovery.io
cdn.projectdiscovery.io
www.projectdiscovery.io
url3887.projectdiscovery.io
interact.projectdiscovery.io
defcon.projectdiscovery.io
www-api.projectdiscovery.io
careers.projectdiscovery.io
blog.projectdiscovery.io
pdtm.projectdiscovery.io
apollo.projectdiscovery.io
nexus.projectdiscovery.io
chaos-data.projectdiscovery.io
[INF] Found 16 subdomains for projectdiscovery.io in 2 seconds 704 milliseconds

@ehsandeep ehsandeep merged commit 024b016 into dev Sep 5, 2023
8 checks passed
@ehsandeep ehsandeep deleted the virustotal_v2_to_v3 branch September 5, 2023 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VirusTotal API v2 to v3 migration
3 participants