Results 1 to 8 of 8

Thread: Is there a way to crunch for someone without knowing their account & password?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    Gold Member
    trigggl's Avatar
    Join Date
    November 6th, 2010
    Location
    Arkansas
    Posts
    2,077

    Re: Is there a way to crunch for someone without knowing their account & password?

    Quote Originally Posted by Mumps View Post
    Are you sure about that one trigggl? I use that command line, but with the account number returned by the "--lookup_account" option. Which requires using the email and password to retrieve the Hex number used to attach...

    Code:
    test=`./boinccmd --lookup_account http://boincsimap.org/boincsimap $email $password | awk '/key:/ { print \$3 }'`
    echo $test; ./boinccmd --project_attach http://boincsimap.org/boincsimap $test
    Not sure if --project_attach would work with either. Wouldn't surprise me if it did though. I seriously doubt that's the weak account key it returns though.
    Just tried it to connect one of my hosts to SETI. It worked.

    EDIT: To be clear what I tried

    Code:
     boinccmd --host imgig --project_attach http://setiathome.berkeley.edu/ 9010782_fedcba9876543210fedcba9876543210e7c
    (account key altered to protect the obnoxious)
    Last edited by trigggl; 07-30-12 at 08:07 PM.
    6r39 7r199



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •