magicJack and MagicJack Plus Support, Reviews, FAQs and Hacks Forum Index magicJack and MagicJack Plus Support, Reviews, FAQs and Hacks
magicJack and magicJack Plus Unofficial Technical Support. Your Magic Jack and Magic Jack Plus phone service information resource
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
Stroths MJ Utilities 1.6 -SIP Info & More *8/2 UPDATE*
Goto page Previous  1, 2, 3 ... 27, 28, 29 ... 34, 35, 36  Next
 
Post new topic   Reply to topic    magicJack and MagicJack Plus Support, Reviews, FAQs and Hacks Forum Index -> magicJack Tips, Tricks, and Hacks
View previous topic :: View next topic  
Author Message
novice2
magicJack Apprentice


Joined: 14 Jan 2010
Posts: 12

PostPosted: Thu Feb 04, 2010 4:48 pm    Post subject: Reply with quote

dr_strangelove wrote:
Quote:
How do you use this script can you explain.


copy the code snippet and past it into a file, call it passwordfind.pl. Install perl, then run it from the command line, passing the SIPDump txt files from SIP dump into it like so: perl passwordfind.pl SIPDump*.txt

This will display all lines in the file that are 20 characters long and occur 10 times or more in the files. If you have unix/linux you can pipe the results out to a new file to search through like this:

perl passwordfind.pl SIPDump*.txt > newfile.txt

Then open newfile.txt and search for the thing that looks most like a password with numbers and letters. The output contains alot of windows api functions that are 20 characters long and the password should probably stick out like a sore thumb.


I got my password some time ago last week with SIPDump, but when I put it in Xlite, xlite timed out with 408 error message. Since then I ran SIPDump serveral times and can no longer find my password. I tried the perl script last night and received the following messages:

perl passwordfind.pl SIPDump*.txt
Bareword found where operator expected at - line 1, near "*.txt"
(Missing operator before txt?)

passwordfind.pl SIPDump*.txt
Bareword found where operator expected at - line 2, near "*.txt"
(Missing operator before txt?)

Very frustrating at this point.
Back to top
View user's profile Send private message
Google
AdSense





PostPosted: Thu Feb 04, 2010 4:48 pm    Post subject: Magicjack support, tips, tricks, and hacks


Back to top
dr_strangelove
MagicJack Newbie


Joined: 02 Feb 2010
Posts: 3

PostPosted: Thu Feb 04, 2010 7:58 pm    Post subject: Reply with quote

I'm running it from linux. If you run it from windows you will have to change the first line(shebang) to point to perl like so

#!/usr/bin/perl to #!/perl/bin/perl
http://www.cgi101.com/book/connect/winxp.html#3

it could also be this or wherever perl was installed on windows
#!C:\perl\bin\perl.exe

http://www.bestnetcraft.com/readme.html
Back to top
View user's profile Send private message
novice2
magicJack Apprentice


Joined: 14 Jan 2010
Posts: 12

PostPosted: Fri Feb 05, 2010 2:38 pm    Post subject: Reply with quote

dr_strangelove, did you use the encrypted password of the MJ, or did you use the MD5 software with your XLite?
Back to top
View user's profile Send private message
tray
MagicJack Newbie


Joined: 05 Sep 2008
Posts: 2

PostPosted: Sat Feb 06, 2010 8:36 pm    Post subject: Reply with quote

Try this link it’s very easy I got the info. on the first try in about 5 minutes.
http://magicjackhacks.com/index.php?option=com_content&view=article&id=76:how-to-get-the-password-via-windows-right-now&catid=1:latest
Back to top
View user's profile Send private message
novice2
magicJack Apprentice


Joined: 14 Jan 2010
Posts: 12

PostPosted: Sat Feb 06, 2010 9:09 pm    Post subject: Reply with quote

tray wrote:
Try this link it’s very easy I got the info. on the first try in about 5 minutes.
http://magicjackhacks.com/index.php?option=com_content&view=article&id=76:how-to-get-the-password-via-windows-right-now&catid=1:latest


I was able to find my password once again, though mine starts with a number and end with a letter. Is there anybody else out there with a password like that?

The prob I'm having is XLite just wont register with the sip credential I used. I'm suspecting that I am using the wrong proxy to register to. I am in canada and don't know if MJ has a proxy in Canada. is there anyone out there in Canada that got XLite to register? If yes, what proxy was used?
Back to top
View user's profile Send private message
novice2
magicJack Apprentice


Joined: 14 Jan 2010
Posts: 12

PostPosted: Sat Feb 06, 2010 9:20 pm    Post subject: Reply with quote

I forgot to mention that I have a Canadian number. I read somewhere that you have to register to the right proxy according to the area code of your telephone number. eg. 305-xxx-xxxx would register to proxy1.miami.talk4fre.com.

In my case I have 905-xxx-xxxx.
Back to top
View user's profile Send private message
neo2121
Dan isn't smart enough to hire me


Joined: 09 Jan 2008
Posts: 279

PostPosted: Sun Feb 07, 2010 11:48 pm    Post subject: Reply with quote

novice2 wrote:
tray wrote:
Try this link it’s very easy I got the info. on the first try in about 5 minutes.
http://magicjackhacks.com/index.php?option=com_content&view=article&id=76:how-to-get-the-password-via-windows-right-now&catid=1:latest


I was able to find my password once again, though mine starts with a number and end with a letter. Is there anybody else out there with a password like that?

The prob I'm having is XLite just wont register with the sip credential I used. I'm suspecting that I am using the wrong proxy to register to. I am in canada and don't know if MJ has a proxy in Canada. is there anyone out there in Canada that got XLite to register? If yes, what proxy was used?


well are you using MJMD5.....also make a phone call with your magicjack and then just run netstat to make sure you picked the right proxy.
Back to top
View user's profile Send private message Visit poster's website AIM Address
r_pimpn
magicJack Apprentice


Joined: 15 Aug 2008
Posts: 13

PostPosted: Mon Feb 08, 2010 8:57 pm    Post subject: Reply with quote

I've tried the dump several times, did the sip refresh search and I still can't find it. I scroll up and down from the search and no 20 character lines or telephone number.
I do get this around it though

Destroyed SIP %s listener on %s

any suggestions?
Back to top
View user's profile Send private message
novice2
magicJack Apprentice


Joined: 14 Jan 2010
Posts: 12

PostPosted: Tue Feb 09, 2010 1:01 am    Post subject: Reply with quote

neo2121 wrote:


well are you using MJMD5.....also make a phone call with your magicjack and then just run netstat to make sure you picked the right proxy.


Yep! I used MJMD5 and it worked. I have seen so many recent posts where folks used the encrypted pw in the xlite and an MJ proxy then claim they have registered. Giving the impression that thats all that needs to be done.
DON'T WASTE YOUR TIME! you cannot register using MJ proxy whit xlite. YOU MUST YOU MJMD5 METHOD!

I just want to say that misinformation doesn't help in anyway 'less you are on the other side of the fence.


Last edited by novice2 on Tue Feb 09, 2010 8:00 am; edited 1 time in total
Back to top
View user's profile Send private message
novice2
magicJack Apprentice


Joined: 14 Jan 2010
Posts: 12

PostPosted: Tue Feb 09, 2010 1:07 am    Post subject: Reply with quote

Asterisk here I come Very Happy
Back to top
View user's profile Send private message
crackerjack
Dan Should Pay Me


Joined: 16 Nov 2007
Posts: 726

PostPosted: Tue Feb 09, 2010 8:00 am    Post subject: Reply with quote

novice2 wrote:
Asterisk here I come Very Happy

Make sure you figure out if you need the mjmd5 fix with your mj device/account. Asterisk is a bit more daunting than xlite!!!!
_________________
Good Luck

CrackerJack

MagicJack Customer #73
MagicJack user since May 2007
MagicJack abuser since June 2007
"I gots mo' numbers than a Lotto machine!!!"
Back to top
View user's profile Send private message
madlogik
MagicJack Newbie


Joined: 09 Feb 2010
Posts: 1

PostPosted: Tue Feb 09, 2010 7:16 pm    Post subject: my 2 cents Reply with quote

Wow, I came here looking for info on MJMD5 ...
1: GREAT WORK to this collective!
2: I simply wanted to report that I got my magicjack 2 weeks ago, and started reading about the fact that it was a "simple" sip device... just 100% hassle free..
... then I found out I could "rip" the sip infos off mj's memory ...
I'm running 7 x64 ultimate... UAC disabled (well .. no interactions)
and .. I tried running the mj suite 1000 times.. to no avail..

I did myself a very simple powershell script that waited for magicjack.exe to show up (get-process) .. waited x amount of time (sleep) increasing each run (10 times over) and looped..

- wait for mj to show .. for 1 , 2 , 3 , 4 , 5 , 6 , 7 seconds..
- dump (pmdump) the memory to a file
- launch mj... loop Wink

and in both my dumps 3 and 4 I had the sip password..
well ... the md5 hash of the password Wink

so with mjmd5 I'm able to get x-lite running without having my mj plugged in.

btw: I wanted to mention I did not add any user agent.

here is my setup .



and once again, thanks. I did not go through all 28 pages yes.. but will do, I just wanted to say hello to everyone and to say that : yes you can do it even with the latest version being shipped out


[/img]
Back to top
View user's profile Send private message MSN Messenger
sunny786
magicJack Apprentice


Joined: 22 Sep 2008
Posts: 29

PostPosted: Fri Feb 12, 2010 10:56 am    Post subject: Reply with quote

Is there any hassle free program to dump the memory?
Back to top
View user's profile Send private message
dexter4000
MagicJack Newbie


Joined: 21 May 2009
Posts: 3

PostPosted: Wed Feb 17, 2010 5:24 pm    Post subject: working issues Reply with quote

i cant get the software to work under vista x64
only the sipdump works.
Back to top
View user's profile Send private message
brandylee0307
MagicJack Newbie


Joined: 15 Feb 2010
Posts: 9

PostPosted: Thu Feb 18, 2010 4:45 am    Post subject: Reply with quote

Hi,

I am fairly new to MJ, and I apologize in advance if I'm asking a question that has already been answered, but I am hoping I can get some help...

I am trying to obtain information to connect a VOIP Plugin for Microsoft Fax with MJ. It is asking for the following information:

* Direct to this VOIP Gateway (enter IP address or host name)

* Through this SIP/Proxy Server:
Proxy:
Username:
Password:
AoR:

Or, I also have the option of entering this info:

Static IP Address:
Subnet Mask:
Default Gateway Address:
Primary DNS Address:

I tried running the MJUtility to find out my SIP info but it said "Invalid Path3 in Config.ini Correct and try again"

I changed the drive letter in the Configuration to the correct drive and ran the program again, but I still get the same error. Sad

Any help you could give would be greatly appreciated. Thanks in advance. Smile [/img]
_________________
~Brandy~
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    magicJack and MagicJack Plus Support, Reviews, FAQs and Hacks Forum Index -> magicJack Tips, Tricks, and Hacks All times are GMT - 5 Hours
Goto page Previous  1, 2, 3 ... 27, 28, 29 ... 34, 35, 36  Next
Page 28 of 36

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB Turbo Extended Edition © 2010, phpBB Group