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

Update to Shodan API #160

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update to Shodan API #160

wants to merge 1 commit into from

Conversation

loveapis
Copy link

@loveapis loveapis commented Jul 18, 2024

The /notifier Shodan API endpoint discloses the email address attached to the API key thereby allowing the tester to verify if the Shodan API key belongs to a program or company under pentest.

For instance is the response to the request is;

{
    "matches": [
        {
            "description": null,
            "args": {
                "to": "[email protected]"
            },
            "provider": "email",
            "id": "default"
        },
        ...
    ],
    "total": 2
}

The tester can make a report to example site with proof the API key belongs to one of their employees/staff.

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.

1 participant