Thomson Keys – IPHONE/LINUX

July 24th, 2009 by Miguel Ferreira | Posted under Intranet e Internet, Linux.

Well, I have to go see some things related to IPHONES…

Like us that are unlocked are running linux, para ter net de borla só é preciso um script simples e a base de dados das chaves

#!/bin/sh
echo Uso:
echo $0 0940343
echo SSID: Thomson08767...
echo
echo $0 Nome da rede sem o Thomson
echo

if [[  $1 != "" ]]; then

echo A Procurar

echo Rede \| Pass
sqlite ThomsonKeys.sql3 <<EOF
select * from THOMSON where SSID LIKE '$1' LIMIT 1;
EOF

fi

Como se vê, é simples, just install the sqlite (v3)  and run

./nomedo.sh network

and he will find the net in database shows the password.

Script for Linux and Iphone thomsonkeys-sh

Program in vb.net (windows .net 2.0) thomsonkeys-vb

Just missing the database ;)

3 Responses to “Thomson Keys – IPHONE/LINUX”

  1. 3
    Miguel Ferreira Says:

    already in a reply above meti some links relating to the method of generating… and if you do a search on google you will find some examples useful enough

  2. 2
    Miguel Ferreira Says:

    If procurares in google you will find lots of information on this… but don't advise you to generate… takes a long time…
    But even so: http://fodi.me/internet/algoritmo-chaves-wireless-thomson-meo/

  3. 1
    Ricardo Says:

    How to generate the database with all macs ?

Leave a Reply

You must be logged in to post a comment.