Jump to content

Backtrack 5 r3 jigsaw help


SystemCrash86

Recommended Posts

I am using Backtrack 5r3 and have been playing around with SET (Social Engineering Toolkit) and Metasploit's Harverster with success with my Window XP virtual machine.

I thought i would try jigsaw in the Backtrack menu - Backtrack - Information Gathering - Network Analysis - OSINT Analysis -Jigsaw

I have run into some errors that i can't explain. I use example Google just to get me started, and its what is used on tutorials on youtube.

First when i ran jigsaw it started out good :

root@bt:/pentest/enumeration/jigsaw# ./jigsaw.rb -s google
Searching for google.
Jigsaw ID: 215043 - Google, Inc. (5,896 employee/s)
Jigsaw ID: 224667 - Google Postini Services (159 employee/s)
Jigsaw ID: 439035 - AdMob Google Inc (3 employee/s)
Jigsaw ID: 3661145 - Maps and Google Maps (1 employee/s)
Jigsaw ID: 5170157 - Get Found on Google (0 employee/s)
Jigsaw ID: 5124294 - Google Web List (0 employee/s)
Jigsaw ID: 5138337 - Indian Art Company (0 employee/s)
Jigsaw ID: 5184654 - Master Google (0 employee/s)
Jigsaw ID: 5185023 - Davis Oldfield Inc (0 employee/s)
Jigsaw ID: 5068941 - Appliance Service and Repair Center (0 employee/s)
Jigsaw ID: 4866147 - Google Ventures (0 employee/s)
Jigsaw ID: 458155 - Oogles N Googles (0 employee/s)
Jigsaw ID: 1794426 - California Power and Light (0 employee/s)
Jigsaw ID: 2378402 - How To Use Google (0 employee/s)
root@bt:/pentest/enumeration/jigsaw# ./jigsaw.rb -i
root@bt:/pentest/enumeration/jigsaw# ^C
root@bt:/pentest/enumeration/jigsaw# ./jigsaw.rb -i 224667
Your target has 3 domain/s:

[1] - neomeo.com
[2] - postini.com
[3] - postinicorp.com

Enter the number of the domain to use for crafting emails: 2
Using 'postini.com' to craft emails.
Found 27 records in the Sales department.
Found 15 records in the Marketing department.
Found 17 records in the Finance & Administration department.
Found 4 records in the Human Resources department.
Error retrieving number of records Timeout::Error
Error retrieving number of records Connection timed out - connect(2)
Error retrieving number of records Connection timed out - connect(2)

Then when i tried to run it a second time all i got was:

root@bt:/pentest/enumeration/jigsaw# ./jigsaw.rb -s google
Error getting cookie. Connection timed out - connect(2)
Searching for google.
Error performing search. undefined method `keys' for #<Errno::ETIMEDOUT: Connection timed out - connect(2)>
root@bt:/pentest/enumeration/jigsaw#

I have uninstalled, reinstalled, restarted, even downgraded once but still nothing.

Hope someone can help

Link to comment
Share on other sites

I tried that, i signed up at www.jigsaw.com and created a free account then tried again:

root@bt:/pentest/enumeration/jigsaw# ruby jigsaw.rb -s google -u myemail@something.com -p ********************
Error getting cookie. Connection timed out - connect(2)
Searching for google.
Error performing search. undefined method `keys' for #<Errno::ETIMEDOUT: Connection timed out - connect(2)>
root@bt:/pentest/enumeration/jigsaw#

And i am running the lastest version

Link to comment
Share on other sites

Then I guess the owners of jigsaw have gotten wise to the jigsaw script, and connections from your IP are throttled/limited. Google does a similar thing - that is why you have the API now (with limitations).

Link to comment
Share on other sites

Just use another IP, or use a proxy, or look into proxy-chaining, TOR?

You can normally configure the shell to use a proxy, by setting an environment variable:

$ export http_proxy=http://server-ip:port/

Also you could try writing a patch, so the ruby code supports using a web-proxy, a bet everyone would appreciate it.

Edited by midnitesnake
Link to comment
Share on other sites

  • 6 months later...

Hey so I got Tor all set up, I changed it the socket host to 127.0.0.1:9950 and I can now go to Jigsaw.com on my browser, but still jigsaw will not run in the terminal. I figure I have to change this line in jigsaw.rb

'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:16.0) Gecko/20100101 Firefox/16.0'

but I dont know what to change it to.

How do I make jigsaw use tor-browser or a proxy

error code:

"root@bt:/pentest/enumeration/jigsaw# ./jigsaw.rb -s google -u george.james18@gmail.com -p ******

Error getting cookie. Connection refused - connect(2)
Searching for google.
Error performing search. undefined method `keys' for #<Errno::ECONNREFUSED: Connection refused - connect(2)>
"
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...