Care Unlock  
Your online unlock store
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   GSM-Forum > Product Support Sections > Hard/Software Products (official support) > Genie Universal

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 01-30-2012, 01:07   #1 (permalink)
Crazy Poster
 
Join Date: Feb 2009
Posts: 52
Member: 977456
Status: Offline
Thanks: 361
Thanked 5 Times in 5 Posts
how convert .log readet with NssPro v22 to LBF

Hello


how to convert .log readet with NssPro v22 to LBF?

I have .log data from Nokia N8 but i cant use it for Fenix LBF


THX

Best Regards
Chris
 
Old 01-30-2012, 01:30   #2 (permalink)
Junior Member
 
Join Date: Jan 2012
Posts: 14
Member: 1716078
Status: Offline
Thanks: 1
Thanked 0 Times in 0 Posts
Dear,

I have a basic knowledge in all this, and I'm trying to unlock my n8 too.
I tell you what I have done maybe it can help (I'm not sure that is correct):
you should have 2 .log files, in one of them you have a line like rap3= ....
where ".... " is a sha1 hash.
As I know that the unlock code is 15 digits I used ighashgpu (a bruteforce free soft) with this command line :
ighashgpu.exe -h:27100111DE3200499B4B570B15F9D7E975A93E98 -t:sha1 -c:d -min:15 -max:15
where 27100111DE3200499B4B570B15F9D7E975A93E98 is my sha1 found in rap3.
for the moment it is bruteforcing and I'm waiting...hope it will work.

Alexis.
 
Old 01-30-2012, 18:02   #3 (permalink)
Junior Member
 
Join Date: Jan 2012
Posts: 14
Member: 1716078
Status: Offline
Thanks: 1
Thanked 0 Times in 0 Posts
Sorry, I was wrong, the sha1 hash is in the file named : <imei>.log
And it is the first 40 characters of the second line, for example you have:
B26097B80C8409508AE6B75E0540862B5858FEDDF92EADFC66 E13DA83F4E48....
then the sha1 hash is : B26097B80C8409508AE6B75E0540862B5858FEDD
so the command line to bruteforce it should be :
ighashgpu.exe -h:B26097B80C8409508AE6B75E0540862B5858FEDD -t:sha1 -u:0123456789 -min:15 -max:15

hope it will help you!

Regards.
 
Old 01-30-2012, 19:31   #4 (permalink)
Product Supporter and selective member Nsspro
 
Bph&co's Avatar
 
Join Date: Feb 2000
Location: UK
Posts: 3,166
Member: 1024
Status: Offline
Thanks: 618
Thanked 5,447 Times in 655 Posts
Hi,

30 Jan 2012, v 0.28

- Fully implemented Nokia BB5 bruteforce system

Download

Possible scenarios:

1.Have one PC

Run local server, client and Admin as 3 instances of NssPro - Submit jobs,
bruteforce, manage and get unlock code, even upload to phone

2. Have 2 PCs

Run BF client on first to get maximum speed. Second PC can run server and
second NssPro instance for uploading, management, control, etc

3. Have more than 3 PCs at home/office

Run one Pc for server only, use second for management control, all the rest
run video hardware to BF and call your server to speed process

4. You have Server at home, and all PCs in another country where electricity
is cheap

Same as case 3, just external computers connect to your IP remotely

In any case, you can publish your server online and all NssPro users can see it.
You can create accounts for them, charge them money to use your server,etc. All managed automatically via NssPro.

Here little help how to start:

Code:
Simple SL3 unlocking guide for NssPro v 0.28

Let's assume you know what SL3, bruteforcing etc etc is.

In theory you can run on single PC. Best is to have 3 comp
minimum - one for server, one for a cluster(BF machine) and one
to monitor, do administration, load jobs, etc.

Lets asume you have 3 PCs, put NssPro on all of them.

------------------------------------
Server PC:

1. Make sure this copy is with annual subscription (get licence via Activate)
2. Go to Simlocks Tab, then click SL3 BF tab, then Server tab
3. Press auto fill, if you dont like server name - change it, if you can't
see external IP, enter by hand, put contact e-mail or icq, etc in third box.
Press Register
4. Press start
5. If your server needs to be accessed from outside, do SLL server port forward
on your router

Notes: External IP is your internet visible address, not LAN address of the PC
that runs the server instance of NssPro. 
If you tick 'Make my server Public' and click on register, all NssPro users will
see your server
Do not run skype or other soft on same pc that register SSL server on port 443

------------------------------------
Client PC:

1. Copy ighashgpu and hashcat files to bf coresponding directories
2. Click Simlocks Tab, then click SL3 BF tab, then Client tab
3. Enter IP of your server, if your client machine is on LAN, you can put
local address, if remote, use external address
4. Adjust what soft you will call, arguments, etc
5. Click Start

Notes: Expect to have some video card on this machine, compatible with supported
BF soft

------------------------------------
Monitor:

1. Go to Simlocks Tab, then click SL3 BF tab, then Account Management tab
2. Enter server IP, enter your desired un and pw as admin and press Create
3. Press Check to see if admin account is ok
4. Create one test user by typint un and pw and press Create in the Users group
5. Check if ok, should have 1 credit
6. You can create as many you want, topup they credits, or delete them by puting
zero in the credit value box, then press TopUp 

Note: Process Monitor tab give status of jobs on the server, clusters, nodes, etc
You can also remove jobs(except active ones). Use the Refresh button to get status

------------------------------------
To unlock phone:

1. Go to Simlocks Tab, then click SL3 BF tab, then User Account tab
2. Press Update to get servers list
3. Select yours from the list, then enter user name and pass created (not admin!)
4. Press Save, then you can use Check - to see credits
5. You can upload log file via Upload Log
6. You can submit phone directly via BB5 tab, Submit to Server button
7. You can also cancel idle jobs via the Cancel button, need to put IMEI first

After a job is finished - you can get the code via the Check button in the
User Account tab.

Hopefully more detailed guide when i got some free time.
BR
 
The Following User Says Thank You to Bph&co For This Useful Post:
Old 01-30-2012, 20:32   #5 (permalink)
Freak Poster
 
Join Date: Mar 2004
Age: 43
Posts: 212
Member: 60687
Status: Offline
Thanks: 390
Thanked 25 Times in 18 Posts
Checking data...Done.
Registering your server...Missing certificate.
== Sorry, this function requires annual subscription ==
Local Server process aborted.




im must register/activate or what?


wbr
 
Old 01-30-2012, 21:02   #6 (permalink)
Product Supporter and selective member Nsspro
 
Bph&co's Avatar
 
Join Date: Feb 2000
Location: UK
Posts: 3,166
Member: 1024
Status: Offline
Thanks: 618
Thanked 5,447 Times in 655 Posts
Quote:
Originally Posted by arnoldmasa View Post
Checking data...Done.
Registering your server...Missing certificate.
== Sorry, this function requires annual subscription ==
Local Server process aborted.




im must register/activate or what?


wbr
From the top post:

Code:
------------------------------------
Server PC:

1. Make sure this copy is with annual subscription (get licence via Activate)
BR
 
Old 01-30-2012, 21:07   #7 (permalink)
Junior Member
 
Join Date: Jan 2012
Posts: 14
Member: 1716078
Status: Offline
Thanks: 1
Thanked 0 Times in 0 Posts
yes arnoldmasa, you have to subscribe to have fully access to server functions, it is only 20Ģ for one year of service (read .log and get own server).
By the way, anyone have a SUPER PC(strong graphic cards) to help me to bruteforce my sha1.
It would be very kind, thank you in advance,

Alexis.
 
Old 01-30-2012, 21:13   #8 (permalink)
Product Supporter
 
wgmmmx1's Avatar
 
Join Date: Oct 2009
Location: Poland
Age: 31
Posts: 6,950
Member: 1139057
Status: Online
Sonork: 100.109924
Thanks: 5,657
Thanked 3,260 Times in 1,562 Posts
If want calc file in few hours just ask me by msm, sonork, icq and price is 13 euro(paypal money send like masspay or gift).
 
Old 02-01-2012, 05:34   #9 (permalink)
No Life Poster
 
debeliamark's Avatar
 
Join Date: May 2001
Location: Bulgaria
Posts: 3,566
Member: 4627
Status: Offline
Sonork: 57528:debeliamark
Thanks: 51
Thanked 585 Times in 319 Posts
Quote:
Originally Posted by user-7 View Post
yes arnoldmasa, you have to subscribe to have fully access to server functions, it is only 20Ģ for one year of service (read .log and get own server).
By the way, anyone have a SUPER PC(strong graphic cards) to help me to bruteforce my sha1.
It would be very kind, thank you in advance,

Alexis.
Take a list on possible servers in NssPro list ... and ask someone. . My own is under NssPro control now ... Very good job Bph&co!
 
The Following User Says Thank You to debeliamark For This Useful Post:
Old 02-01-2012, 10:09   #10 (permalink)
No Life Poster
 
Alkapone's Avatar
 
Join Date: Dec 2002
Location: Lithuania
Age: 29
Posts: 1,144
Member: 19265
Status: Offline
Thanks: 25
Thanked 74 Times in 56 Posts
Very sad that no linux client available. As for main server windows is ok, but for nodes ...

B.R.
Alkapone
 
Old 02-01-2012, 12:56   #11 (permalink)
Product Supporter and selective member Nsspro
 
Bph&co's Avatar
 
Join Date: Feb 2000
Location: UK
Posts: 3,166
Member: 1024
Status: Offline
Thanks: 618
Thanked 5,447 Times in 655 Posts
Quote:
Originally Posted by Alkapone View Post
Very sad that no linux client available. As for main server windows is ok, but for nodes ...

B.R.
Alkapone
If you are interested to code one, i can give you SOAP protocol details. It is
free feature anyway(client) so no much incentive to go beyond windows as
its working very well.

BR
 
Old 02-02-2012, 10:07   #12 (permalink)
No Life Poster
 
*phone-company*'s Avatar
 
Join Date: Mar 2004
Location: Nederlands / Germany / Danmark
Age: 40
Posts: 2,466
Member: 60001
Status: Offline
Sonork: 100.106474
Thanks: 132
Thanked 150 Times in 86 Posts
reading logfile not work for me in my device (Nokia6303i via usb)

Checking selection...Supported(USB) interface selected.
Init connection...Done.
Check backup...Done.
Read SW version...Done.
SW Version: V 10.80 21-01-11 RM-638 (c) Nokia
Read imei...Done.
IMEI number: 354345045187052
Read Permanent memory: section 120, key 0...Done.
Data: 80000000000000002620200000000000...
Read Permanent memory: section 120, key 1...Done.
Data: 4844BE11F9AF4F386566C3627EFE0E00...
Read Permanent memory: section 120, key 2...Done.
Data: 1906ADF6E7B7DA7D946C4CCA248BB74B...
Read Permanent memory: section 120, key 3...Done.
Data: 00000000000000000000000000000000...
Detecting simlock type from data...
This phone has old SL3 type of simlock server running.
Auto restart to flash mode...Done.
Init connection...Done.
Requesting ROM info...Done.
RAP3 ID: 1A10010A09520049654392E64E9598ABB9EC833B
RootKey Hash: 7B045400E1752022F9EB80B0DEA9C65D
RAP3 CPU ID: 020C192102054100
PubRom CRC: 67E82268
PrvRom CRC: F29CEA60
Searching for suitable loader, based on CPU ID...
Loaders directory: C:\Dokumente und Einstellungen\gsm-service\Desktop\NssPro_0.28\loaders\special\usb\
Trying bcm21351_usb2nd.fg
Trying to open file...Done.
Checking supported IDs...No compatible ID found in this file.
Trying bcm21351_xsr16_usbalg.fg
Trying to open file...Done.
Checking supported IDs...No compatible ID found in this file.
Trying h3_sam_nand_format.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying h3_sam_nand_gbbm.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying h3_sam_nand_hdd.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying h3_sam_nand_xsr.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying h3_sam_nand_xsr_small.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying h3_xsr15_flash_alg.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying helen3_2nd.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying helen3_2nd_hdd.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying hera_usb2nd.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying hera_usbalg.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying hwdbt_rapidov11_2nd.fg
Trying to open file...Done.
Checking supported IDs...No compatible ID found in this file.
Trying hwdbt_rapuv21_2nd.fg
Trying to open file...Done.
Checking supported IDs...No compatible ID found in this file.
Trying microv10_alg2nd.fg
Trying to open file...Done.
Checking supported IDs...No compatible ID found in this file.
Trying omap2420_2nd.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying omap2420_m1_2nd.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying omap2420_xsr15_alg.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying rap3gv2_2nd.fg
Trying to open file...Done.
Checking supported IDs...No compatible ID found in this file.
Trying rap3gv30_2nd.fg
Trying to open file...Done.
Checking supported IDs...No compatible ID found in this file.
Trying rap3gv30_xsr14_alg.fg
Trying to open file...Done.
Checking supported IDs...No compatible ID found in this file.
Trying rap3gv3_2nd.fg
Trying to open file...Done.
Checking supported IDs...No compatible ID found in this file.
Trying rap3gv3_algo.fg
Trying to open file...Done.
Checking supported IDs...No compatible ID found in this file.
Trying rap3gv3_algo_xsr15.fg
Trying to open file...Done.
Checking supported IDs...No compatible ID found in this file.
Trying rap3gv40_2nd.fg
Trying to open file...Done.
Checking supported IDs...Found.
Checking supported root hashes...Found.
Will use rap3gv40_2nd.fg
Detecting CPU type from loader name: RAP3Gv4 CPU assumed.
Will try to extract and prepare the loader...
Open loader file...Done.
Extracting raw block...Done, Patching correct signatures...
Look for KEYS...Found,inserting into loader...Done.
Look for SILO...Found,inserting into loader...Done.
Look for PRIMAPP...Found,inserting into loader...Done.
Setting boot mode to USB...Done.
Replacing SILO with ULO...
Done.
Sending loader...Done.
Check loader execution and init...Done.
Loader Mode Responce: 0x377862
Prepare custom RAP3Gv4 loader...

then nothing... How to fix?
 
Old 02-02-2012, 11:17   #13 (permalink)
Product Supporter
 
wgmmmx1's Avatar
 
Join Date: Oct 2009
Location: Poland
Age: 31
Posts: 6,950
Member: 1139057
Status: Online
Sonork: 100.109924
Thanks: 5,657
Thanked 3,260 Times in 1,562 Posts
Quote:
Originally Posted by *phone-company* View Post
reading logfile not work for me in my device (Nokia6303i via usb)

Checking selection...Supported(USB) interface selected.
Init connection...Done.
Check backup...Done.
Read SW version...Done.
SW Version: V 10.80 21-01-11 RM-638 (c) Nokia
Read imei...Done.
IMEI number: 354345045187052
Read Permanent memory: section 120, key 0...Done.
Data: 80000000000000002620200000000000...
Read Permanent memory: section 120, key 1...Done.
Data: 4844BE11F9AF4F386566C3627EFE0E00...
Read Permanent memory: section 120, key 2...Done.
Data: 1906ADF6E7B7DA7D946C4CCA248BB74B...
Read Permanent memory: section 120, key 3...Done.
Data: 00000000000000000000000000000000...
Detecting simlock type from data...
This phone has old SL3 type of simlock server running.
Auto restart to flash mode...Done.
Init connection...Done.
Requesting ROM info...Done.
RAP3 ID: 1A10010A09520049654392E64E9598ABB9EC833B
RootKey Hash: 7B045400E1752022F9EB80B0DEA9C65D
RAP3 CPU ID: 020C192102054100
PubRom CRC: 67E82268
PrvRom CRC: F29CEA60
Searching for suitable loader, based on CPU ID...
Loaders directory: C:\Dokumente und Einstellungen\gsm-service\Desktop\NssPro_0.28\loaders\special\usb\
Trying bcm21351_usb2nd.fg
Trying to open file...Done.
Checking supported IDs...No compatible ID found in this file.
Trying bcm21351_xsr16_usbalg.fg
Trying to open file...Done.
Checking supported IDs...No compatible ID found in this file.
Trying h3_sam_nand_format.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying h3_sam_nand_gbbm.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying h3_sam_nand_hdd.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying h3_sam_nand_xsr.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying h3_sam_nand_xsr_small.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying h3_xsr15_flash_alg.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying helen3_2nd.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying helen3_2nd_hdd.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying hera_usb2nd.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying hera_usbalg.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying hwdbt_rapidov11_2nd.fg
Trying to open file...Done.
Checking supported IDs...No compatible ID found in this file.
Trying hwdbt_rapuv21_2nd.fg
Trying to open file...Done.
Checking supported IDs...No compatible ID found in this file.
Trying microv10_alg2nd.fg
Trying to open file...Done.
Checking supported IDs...No compatible ID found in this file.
Trying omap2420_2nd.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying omap2420_m1_2nd.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying omap2420_xsr15_alg.fg
Trying to open file...Done.
Checking supported IDs...Index 0xD4 is missing!
Trying rap3gv2_2nd.fg
Trying to open file...Done.
Checking supported IDs...No compatible ID found in this file.
Trying rap3gv30_2nd.fg
Trying to open file...Done.
Checking supported IDs...No compatible ID found in this file.
Trying rap3gv30_xsr14_alg.fg
Trying to open file...Done.
Checking supported IDs...No compatible ID found in this file.
Trying rap3gv3_2nd.fg
Trying to open file...Done.
Checking supported IDs...No compatible ID found in this file.
Trying rap3gv3_algo.fg
Trying to open file...Done.
Checking supported IDs...No compatible ID found in this file.
Trying rap3gv3_algo_xsr15.fg
Trying to open file...Done.
Checking supported IDs...No compatible ID found in this file.
Trying rap3gv40_2nd.fg
Trying to open file...Done.
Checking supported IDs...Found.
Checking supported root hashes...Found.
Will use rap3gv40_2nd.fg
Detecting CPU type from loader name: RAP3Gv4 CPU assumed.
Will try to extract and prepare the loader...
Open loader file...Done.
Extracting raw block...Done, Patching correct signatures...
Look for KEYS...Found,inserting into loader...Done.
Look for SILO...Found,inserting into loader...Done.
Look for PRIMAPP...Found,inserting into loader...Done.
Setting boot mode to USB...Done.
Replacing SILO with ULO...
Done.
Sending loader...Done.
Check loader execution and init...Done.
Loader Mode Responce: 0x377862
Prepare custom RAP3Gv4 loader...

then nothing... How to fix?

Do you have subscription buyed from Alex and software is register ??
 
Old 02-02-2012, 11:27   #14 (permalink)
No Life Poster
 
*phone-company*'s Avatar
 
Join Date: Mar 2004
Location: Nederlands / Germany / Danmark
Age: 40
Posts: 2,466
Member: 60001
Status: Offline
Sonork: 100.106474
Thanks: 132
Thanked 150 Times in 86 Posts
no i want to try this software and i downloaded from official source here no need register?! I only want to read the logfile needed for calculation?!
 
Old 02-02-2012, 11:45   #15 (permalink)
Product Supporter
 
wgmmmx1's Avatar
 
Join Date: Oct 2009
Location: Poland
Age: 31
Posts: 6,950
Member: 1139057
Status: Online
Sonork: 100.109924
Thanks: 5,657
Thanked 3,260 Times in 1,562 Posts
Quote:
Originally Posted by *phone-company* View Post
no i want to try this software and i downloaded from official source here no need register?! I only want to read the logfile needed for calculation?!
Then log reading you can't try without buy activation.
 
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
thread Thread Starter Forum Replies Last Post
How to add a language in 51xx/61xx tati Nokia Legacy Phones ( DCT-1 , DCT-2 , DCT-3 , DCT-L ) 8 Yesterday 19:20
How to upload a new firmware... Brand Nokia Legacy Phones ( DCT-1 , DCT-2 , DCT-3 , DCT-L ) 28 08-30-2012 03:40
How can I do a Welcome note for my 6110 a dosn't have any one ? Viper Nokia Legacy Phones ( DCT-1 , DCT-2 , DCT-3 , DCT-L ) 7 07-18-2012 07:57
news headlines to gsm phone mos Nokia Legacy Phones ( DCT-1 , DCT-2 , DCT-3 , DCT-L ) 6 12-18-2011 11:00
Help with 6110 paulomt1 Nokia Legacy Phones ( DCT-1 , DCT-2 , DCT-3 , DCT-L ) 3 05-25-2009 16:29


All times are GMT +1. The time now is 21:14.



Powered by Searchlight © 2013 Axivo Inc.
- GSM Hosting Ltd. - 1999-2013 -
Page generated in 0.43803 seconds with 11 queries

SEO by vBSEO