Page 8 of 11
Posted: Mon Nov 02, 2009 9:26 pm
by molitar
Ok no matter how much I tried even with the beta I am not able to retrieve my SIP information at all. Just get no SIP data found.
Posted: Tue Nov 03, 2009 11:29 am
by synchron
You're using password finder 2.2, right?
Synchron

Posted: Wed Nov 04, 2009 4:24 am
by molitar
synchron wrote:You're using password finder 2.2, right?
Synchron

I don't like the info password finder does it in.. it is nice and easy to understand from Stroths tool but I can't get it to work anymore.
Posted: Wed Nov 04, 2009 6:30 pm
by synchron
Well, unfortunately, Stroths has been outdated to find the password since the 8/2 build but it is still a good tool otherwise. PW 2.2 is the only tool to currently get the credentials.
Synchron

Posted: Tue Nov 10, 2009 7:33 pm
by zegreatone
Is there still no way to use a 64bit OS for password finder?
Stroths MJ Utility Suite 1.6 -- no SIP info found
Posted: Fri Nov 13, 2009 6:53 pm
by bbtexas
Running MJ on a Windows Server 2003.
MJ Ver = 1.80.499.2 - Dated 8/1/2009
Tried original SIPinfo.exe 1.6 and the 1.6 Beta 1 versions.
(multiple attempts)
Utility starts/stops MJ, dumps data, scans....everything appears to work; however,
"No SIP Data found. Please try again."
Ran the older version, played with delay...same results.
Any suggestions?
Posted: Tue Nov 17, 2009 2:26 am
by demolishionc4
ok i have a unlocked linksys wrpt54g and i was able to get the user name and password out of my magicjack with another program but i cant seem to get mj suite to retrieve the sip information. and once i get the info, does anyone know what exactly i need to put into this sip device cause it looks extremely confusing
No Sip Data found! Please try again
Posted: Wed Nov 18, 2009 12:45 am
by dikyee
Please can anyone help me to collect the SIP by using Magic Jack utility V1.6. Checked configuration,It's correct
My system is an XP & I tried over 50 times in 3 days' time but have no luck.It keep saying "No Sip Data found! Please try again"
Posted: Wed Nov 18, 2009 12:29 pm
by oldtimercurt
If you search and read you will see that Stroths utility no longer works since MJ updated a while back.
OTC
Posted: Wed Nov 18, 2009 12:41 pm
by VaHam
oldtimercurt wrote:If you search and read you will see that Stroths utility no longer works since MJ updated a while back.
OTC
In this case a search isn't even required just look six post up

Posted: Sun Nov 29, 2009 1:47 pm
by gregh530
Can anyone tell me how to fix this?
I'm using windows XP with Stroths 1.6. I just intalled MJ, and it's not running as a service.. But everytime I try to run stroths it says invalid Path3.. I've modified the Config.ini file many times, but still no luck. Any advice?
Thanks,
Greg
Posted: Sun Nov 29, 2009 2:41 pm
by stav
Stroths utilities wont work anymore for new MJs. Try password finder 2.1, just do a search in this forum.
Posted: Thu Dec 10, 2009 4:00 pm
by jsherk
It took me a while to find Password Finder 2.2 but here is the link:
http://magicjackhacks.com/index.php?opt ... &Itemid=50
Also, not sure this article would be any help to anybody:
http://www.0xdecafbad.com/?p=140
Anywhere else to download?
Posted: Sat Dec 12, 2009 2:53 pm
by kwiggs66
Is there anywhere else to download Stroths MJ utilities without having to become a premium member of Rapidshare? I would love to download the program but didnt really want to sign up for the service. I dont know that I would ever use the service again after this one download. Thanks!
Edit...Now that I have asked the question...I feel like an ID10T. Right after I posted, I think I found it.
New year !!!
Posted: Tue Jan 05, 2010 4:56 am
by Mephi
I am running Magick Jack version 1.90.521.2-dated 12/24/2009.
The subdirectory where Magickjack is stored is different (mjusbsp). I tried to locate where mysipinfo.txt was stored, but I was never able to find it.
Please post the source code for the Autohotkey that you made to morph it to the needs and changes.
Thanks!!!
Posted: Thu Jan 07, 2010 12:49 am
by MST
Yeap thsi is true. I get new MJ today and passfinder 2.2 does not work any more. It needs some updates .....
Posted: Thu Jan 07, 2010 8:26 am
by propizza
LOL be saying that since the end of December
Posted: Fri Jan 08, 2010 2:02 pm
by MST
Any news regarding PF updates ? DId any on e try something that works?
Posted: Sun Jan 10, 2010 2:26 am
by macman4hire
What is the newest User Agent?
Posted: Mon Jan 11, 2010 11:56 am
by sunny786
nothing works
Posted: Wed Jan 13, 2010 2:37 am
by neo2121
The only public option working right now is on a mac memory dump is working on a mac....SO find a friend with a mac and follow my guide for that. I will have more time to look dumps and figure stuff out over the long weekend.
Posted: Sat Jan 16, 2010 3:55 pm
by Strych9
I performed a memory dump today using SIPDUMP on Windows XP.
I was able to find my username, password, and MJ User-Agent info.
It's an 'old school' method, but it works. (cmd.exe).
Real admins don't click!
1. SipDump creates dump files named MagicJack1.dat, MagicJack2.dat, etc...
2. run strings.exe -n 20 MagicJack3.dat | more (you will eventually find your password) Look for 20 character strings.
3. run strings.exe -n 20 MagicJack3.dat | findstr /i "user-agent" | more (you will find the user-agent string) MagickJack/1.90.521b (SJ Labs)
Note: strings.exe is part of Sysinternals Suite of tools now owned by Microsoft.
Posted: Sun Jan 17, 2010 4:53 pm
by djino
I wish I could just pay someone $5 to grab the SIP info from my Magicjack. None of the methods I've found online work for me.
The only thing I was able to find was my username. Can't find Password nor Proxy.
djino
"SOMEONE PLEASE HELP!!!!

"
Posted: Wed Jan 20, 2010 1:23 am
by sunny786
Strych9 wrote:I performed a memory dump today using SIPDUMP on Windows XP.
I was able to find my username, password, and MJ User-Agent info.
It's an 'old school' method, but it works. (cmd.exe).
Real admins don't click!
1. SipDump creates dump files named MagicJack1.dat, MagicJack2.dat, etc...
2. run strings.exe -n 20 MagicJack3.dat | more (you will eventually find your password) Look for 20 character strings.
3. run strings.exe -n 20 MagicJack3.dat | findstr /i "user-agent" | more (you will find the user-agent string) MagickJack/1.90.521b (SJ Labs)
Note: strings.exe is part of Sysinternals Suite of tools now owned by Microsoft.
realy don't understand what you are saying, what software and when to run, what is the procedure to follow. please expleain more and do not make complicated to understand. thanks.
Posted: Wed Jan 20, 2010 2:50 am
by ghostkid2010
i used strings.exe to search through .dat file but was not able to locate my password. I was able to get my user name, MJ user agent.
Strych9;
Can you elaborate more on how to search for password?
Posted: Wed Jan 20, 2010 11:28 am
by jimbowez
same here. Not finding my password in the dump file.
Posted: Fri Jan 22, 2010 2:26 am
by ghostkid2010
I think I just found my password ^^
it's 20 character long (letters and numbers) hopefully that's the password.
Waiting for my adapter to be here so i can test out to see if that's the password or not.
Question: is the password all in CAPS and numbers only? no lower case? (the one I found does not have any lower case letter)
Posted: Fri Jan 22, 2010 8:44 am
by jimbowez
ghostkid2010 wrote:I think I just found my password ^^
it's 20 character long (letters and numbers) hopefully that's the password.
Waiting for my adapter to be here so i can test out to see if that's the password or not.
Question: is the password all in CAPS and numbers only? no lower case? (the one I found does not have any lower case letter)
I think its all caps. Did you have to make a call or did you just restart before running pmdump?
any updates?
Posted: Fri Jan 22, 2010 10:59 am
by macman4hire
The password that I was able to find contained a mix of 20 alpha and numeric characters. The alpha characters are all capitals. The password string I located started with a number.
Posted: Fri Jan 22, 2010 8:10 pm
by sunny786
ghostkid2010 wrote:I think I just found my password ^^
it's 20 character long (letters and numbers) hopefully that's the password.
Waiting for my adapter to be here so i can test out to see if that's the password or not.
Question: is the password all in CAPS and numbers only? no lower case? (the one I found does not have any lower case letter)
How did u find the password? Please explane the procedure and post the link of software to download with name and version. Thanks.
Posted: Sat Jan 23, 2010 6:26 pm
by jimbowez
macman4hire wrote:The password that I was able to find contained a mix of 20 alpha and numeric characters. The alpha characters are all capitals. The password string I located started with a number.
Did you successfully login using your pass?
Posted: Sun Jan 24, 2010 2:25 am
by macman4hire
Yes I was able to successfully register my X-Lite softphone using the SIP credentials.
Posted: Mon Jan 25, 2010 12:39 am
by novice2
macman4hire wrote:Yes I was able to successfully register my X-Lite softphone using the SIP credentials.
so exactly how did you accomplish this? Can you give details? Many of us here (including me) just can't seem to get it to work.
Posted: Mon Jan 25, 2010 12:31 pm
by grm
novice2 wrote:macman4hire wrote:Yes I was able to successfully register my X-Lite softphone using the SIP credentials.
so exactly how did you accomplish this? Can you give details? Many of us here (including me) just can't seem to get it to work.
Novice2 I take it you can't smell a Troll? Any prudent person would explain it to you without making it into a outdrawn reply.
Posted: Mon Jan 25, 2010 12:56 pm
by macman4hire
Here is a screen shot of my X-Lite settings. Note you may have to use MJMD5 proxy to use your SIP credentials with X-Lite or an ATA device. Several stickies posted in this section of the forum should contain all the information necessary for setting up and using MJMD5.

Posted: Mon Jan 25, 2010 12:59 pm
by novice2
grm wrote:novice2 wrote:macman4hire wrote:Yes I was able to successfully register my X-Lite softphone using the SIP credentials.
so exactly how did you accomplish this? Can you give details? Many of us here (including me) just can't seem to get it to work.
Novice2 I take it you can't smell a Troll? Any prudent person would explain it to you without making it into a outdrawn reply.
Long and short is that you are right my friend. I guess they have nothing better to do with their time.
Posted: Mon Jan 25, 2010 1:34 pm
by sunny786
But how to catch the mouse?
Posted: Mon Jan 25, 2010 1:39 pm
by macman4hire
The most current and detailed set of instructions on how to obtain your SIP credentials can be located at the following links posted below for both the Windows and Mac platforms.
Windowos:
http://magicjackhacks.com/index.php?opt ... d=1:latest
Mac:
http://magicjackhacks.com/index.php?opt ... d=1:latest
Posted: Tue Jan 26, 2010 11:39 am
by sunny786
i 'll try that
Posted: Wed Jan 27, 2010 1:57 am
by ghostkid2010
novice2 wrote:grm wrote:novice2 wrote:
so exactly how did you accomplish this? Can you give details? Many of us here (including me) just can't seem to get it to work.
Novice2 I take it you can't smell a Troll? Any prudent person would explain it to you without making it into a outdrawn reply.
Long and short is that you are right my friend. I guess they have nothing better to do with their time.
reading and following steps is all it take....
Posted: Wed Jan 27, 2010 3:20 am
by jimbowez
The windows link worked for me. Goodbye usb dongle!
Thanks
Posted: Wed Jan 27, 2010 5:19 pm
by grm
jimbowez wrote:
The windows link worked for me. Goodbye usb dongle!
Thanks
I have tried it about 5 times and keep getting failed read, any secret when to start the program?
Posted: Wed Jan 27, 2010 6:31 pm
by jimbowez
I opened sipdump to get it ready. I set it to run 4 times. After starting magicjack and as soon as it said "ready" i clicked "OK" on sipdump. It ran and then closed magicjack. I opened the generated text files and searched for "SIP.Connection.Refresh". Looked up a few lines and my pass was there.
Just follow the instructions on the link above.
Good luck.
Posted: Thu Jan 28, 2010 8:57 pm
by grm
I have tried all day on two MJ's with no success, I wonder if it is because I have two of the older MJ's?
Posted: Fri Jan 29, 2010 12:49 am
by nitemare
X-lite - cant connect. Followed instructions. Got my UN from Password finder 2.2, got my password from the dump files.
Any suggestions? Firewall and port 5070 is forwarded.
Posted: Sat Jan 30, 2010 12:35 pm
by sunny786
unable to find the password

Posted: Mon Feb 01, 2010 3:06 pm
by galcv2
same here... I can't find my password... I'm also unable to get a dump bigger than 19495kb using sipdump
Posted: Mon Feb 01, 2010 5:42 pm
by galcv2
just an update... the password is there and I got it a long time ago and I did not know... I have to use MJMD5, after that, I can use X-Lite fine. Next step will be setting up an ATA.
Just use sipdump and look yourself in the dumped file. The password is 20 characters and in my case it was several times in the dumped file alone in just one line with nothing else...
Posted: Tue Feb 02, 2010 7:32 pm
by oldtimercurt
Was able to pull mine on 5710 Thin Client. File sizes were only about 14K.
I never found the info using specified search. I previously had used SIP info on ATA. Finally searched for PW using old PW. Lo and behold, they are the same. Only thing that changed was user agent.
OTC
Posted: Tue Feb 02, 2010 7:55 pm
by dr_strangelove
galcv2 wrote:just an update... the password is there and I got it a long time ago and I did not know... I have to use MJMD5, after that, I can use X-Lite fine. Next step will be setting up an ATA.
Just use sipdump and look yourself in the dumped file. The password is 20 characters and in my case it was several times in the dumped file alone in just one line with nothing else...
I couldn't find it under SIP.ConnectionRefresh like I've read in other posts, though I think I just found it using SIPDump, it is in the file on a line all by itself and it's repeated several times. Also here's a perl script to parse the SIP dump files to help anyone else trying.
Code: Select all
#!/usr/bin/perl
use strict;
$/ = "\r\n";
my %passwords;
while(<>)
{
chomp;
my $line = $_;
if( $line =~ m/\A.{20,20}\z/ ) {
next if $line =~ m/{{{|\|\|\|/;
if( !defined( $passwords{ $line } ) ){
$passwords{ $line } = 1;
} else {
$passwords{ $line }++;
}
}
}
foreach my $key( sort keys %passwords )
{
print $key."\n" if( $passwords{ $key } > 10 ); #occurs more than 10 times
}