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

[Bug|] can not get search result from rocketreach #1431

Open
yates0x00 opened this issue May 22, 2023 · 4 comments
Open

[Bug|] can not get search result from rocketreach #1431

yates0x00 opened this issue May 22, 2023 · 4 comments

Comments

@yates0x00
Copy link

Feature Request or Bug or Another
Bug

Describe the feature request or bug or other
for example, when searching instacart.com, in web page, we can get this result:

image

if search for company, we can get this result :
image

however, If search by API , we can not get result .

[*] Target: instacart.com

[*] Searching Rocketreach.

[*] No IPs found.

[*] No emails found.

[*] No hosts found.

To Reproduce

  1. set proxy
  2. set api keys
  3. run command:
python3 theHarvester.py -d instacart.com -b rocketreach -p --limit 5

Expected behaviour
get many emails.

Screenshots

image

System Information (System that tool is running on):

  • OS: ubuntu 22, windows 10 wsl.
@yates0x00
Copy link
Author

I checked the response body, and found that seems emails are not shown. e.g. :

image

maybe the response format changed ?

@L1ghtn1ng
Copy link
Collaborator

L1ghtn1ng commented May 22, 2023 via email

@L1ghtn1ng
Copy link
Collaborator

Can you do a git pull please and see if the latest change in git fixes it for you?

@yates0x00
Copy link
Author

yates0x00 commented May 23, 2023

Yeah, I pulled the latest code, and run this command:

$ python3 theHarvester.py -d instacart.com -b rocketreach -p --limit 10

result is:

*******************************************************************
*  _   _                                            _             *
* | |_| |__   ___    /\  /\__ _ _ ____   _____  ___| |_ ___ _ __  *
* | __|  _ \ / _ \  / /_/ / _` | '__\ \ / / _ \/ __| __/ _ \ '__| *
* | |_| | | |  __/ / __  / (_| | |   \ V /  __/\__ \ ||  __/ |    *
*  \__|_| |_|\___| \/ /_/ \__,_|_|    \_/ \___||___/\__\___|_|    *
*                                                                 *
* theHarvester 4.3.0                                              *
* Coded by Christian Martorella                                   *
* Edge-Security Research                                          *
* cmartorella@edge-security.com                                   *
*                                                                 *
*******************************************************************

[*] Target: instacart.com

[*] Searching Rocketreach.

[*] LinkedIn Links found: 0
---------------------

[*] No IPs found.

[*] No emails found.

[*] No hosts found.


still no emails found

screenshot:
image

I added debug print statement in :

/theHarvester/discovery/rocketreach.py

image

and found the error :
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants