Monday, 14 March 2016

How to find the IP address of the sender in Hotmail ?

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. Note that this will not work if the sender uses anonymous proxy servers.

Finding IP address in Hotmail


1. Log into your Hotmail account with your username and password.

2. Click on the Mail tab on the top.

3. Open the mail.

4. 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.

5. If you find a header with X-Originating-IP: followed by an IP address, that is the sender's IP addressHotmail headers : name ,In this case the IP address of the sender is [68.34.60.59]. Jump to step 9.

6. If you find a header with Received: from followed by a Gmail proxy like thisHotmail headers : nameLook for Received: from followed by IP address within square brackets[].In this case, the IP address of the sender is [69.140.7.58]. Jump to step 9.

7. Or else if you have headers like thisHotmail headers : nameLook for Received: from followed by IP address within square brackets[].In this case, the IP address of the sender is [61.83.145.129] (Spam mail). Jump to step 9.

8. * If you have multiple Received: from headers, eliminate the ones that have proxy.anyknownserver.com.

9. Track the IP address of the sender

Wednesday, 9 October 2013

Android Secrete Codes

Android Secrete codes
------------------------------------
1. Phone Information, Usage and Battery – *#*#4636#*#*
2. IMEI Number – *#06#
4. Detailed Camera Information – *#*#34971539#*#*
5. Backup All Media Files – *#*#273282*255*663282*#*#*
6. Wireless LAN Test – *#*#232339#*#*
7. Enable Test Mode for Service – *#*#197328640#*#*
8. Back-light Test – *#*#0842#*#*
9. Test the Touchscreen – *#*#2664#*#*
10. Vibration Test – *#*#0842#*#*
11. FTA Software Version – *#*#1111#*#*
12. Complete Software and Hardware Info – *#12580*369#
13. Diagnostic Configuration – *#9090#
14. USB Logging Control – *#872564#
15. System Dump Mode – *#9900#
16. HSDPA/HSUPA Control Menu – *#301279#
17. View Phone Lock Status – *#7465625#
18. Reset the Data Partition to Factory State – *#*#7780#*#*
19. Format Your Device To Factory State(will delete
everything on your phone) – *2767*3855#

HOW TO TURN ON P.C IN 10 SECOND

Wanna to know how to turn the pc on in 10 seconds
(may vary)
Sart ->Run
type Regedit
press enter
this will open Registery Editor
now look for the key
HKEY_LOACAL_MECHINE\SYSTEM\CurrentControlSet
\Control\ContentIndex
now there find the Key Called
"Startup Delay"
Double Click On It
Now where its Base
Click Decimal
Now its Default Value Is 4800000 (75300:hexadecimal)
Change The Value To 40000
here u go u have done it
now close the Registery Editor and Restart Your
Computer

Computer Devices & their Inventors Key board—

Herman Hollerith first keypunch devices in
1930’s
Transistor— John Bardeen, Walter Brattain & Wiliam
Shockley ( 1947-48)
Integrated Circuit— Jack Kilby & Robert Noyce( 1958)
Trackball— Tom Cranston and Fred Longstaff (1952)
Computer Mouse — Douglas Engelbart (1964)
Microprocessor – Intel 4004 Computer Microprocessor—
Faggin, Hoff & Mazor(1971)
Floppy Disk— Alan Shugart &IBM
RAM— An Wang at Harvard University’s Computation Lab
and Jay Forrester at MIT.1951
Laser printer— Gary Starkweather at XEROX in 1969.
Hard Disk— The IBM Model 350 Disk File by IBM in 1956
(was the first hard disk drive and was part of the IBM 305
RAMAC computer that IBM started delivering in)
First PC— the IBM 5100 Portable Computer by IBM
First laptop— Grid Compass 1100 (called the GRiD) and
was designed in 1979 by a British industrial designer, Bill
Moggridge.

Password Protect Any Folder Without Any Software

1. Open Notepad and Copy code given below into it.
cls
@ECHO OFF
title
if EXIST "Control Panel.{21EC2020-3AEA-1069-
A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-
A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-
A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== coolhacks goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-
A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-
A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End
2. Save the notepad file as lock.bat (.bat is must)
3. Now double click on lock.bat and a new folder will
be created with name MyFolder
4. Copy all your data you want to protect in that New
folder
5. Now double click on lock.bat and when command
promp appears Type Y and press enter.
6. Now MyFolder will be hidden from you view, to
access that folde double click on lock.bat
7. It will ask for password enter your password and
done. (Default password is coolhacks )
To change the password
replace coolhacks with new password in
the above code
You might be thinking that anyone can access the
password by opening that lock.bat file in Notepad or
any other text editor. To make it more secure hide
lock.bat in some secure location after following the
above tutorial To access the secured file double click on
lock.bat. I would suggest copying lock.bat file into
Pendrive and copying it into your computer whenever
you required to access to your protected files.

Interesting facts of Internet

HTTP:-Hyper Text Transfer Protocol
HTTPS:-Hyper Text Transfer Protocol Secure
IP:-Internet Protocol
URL:-Uniform Resource Locator
USB:-Universal Serial Bus
VIRUS:-Vital Information
ResourceUnder Sezied
3G:-3rd Generation
GSM:-Global System for Mobile
Communication
CDMA:-Code Division Multiple
Access
UMTS:-UniversalMobile
Telecommunication System
SIM:-SubscriberIdentity Module
AVI:-Audio Video Interleave
RTS:-Real time Streaming
SIS:-Symbian OS Installer File
AMR:-Adaptive Multi-Rate Codec
JAD:-Java Application Descriptor
JAR:-Java Archive
3GPP:-3rd Generation Partnership
Project
3GP:-3rd Generation Project
MP3:-MPEG Player 3
MP4:-MPEG -4 video Files
AAC:-Advanced Audio Coding
GIF:-Grapjic InterchangeableFormat
BMP:-Bitmap
SWF:-Shock Wave Flash
WMV:-Windows media Audio
WMA:-Window Media Audio
PNG:-Portable Network Graphic
DOC:-Document (Microsoft
Corporation)
PDF:-Portable Document Format
M3G:-Mobile 3D Graphics
M4A:-MPEG-4 Audio File
NTH:-Nokia Themes
THM:-Themes(Sony Ericsson)
MMF:-Synthetic Music Mobile
Application File
NRT:-Nokia Ringones
XMF:-ExtensibleMusic Files
WBMP:-Wireless Bitmap Image
DVX:-DivX Video
HTML:-Hyper Text Markup Language
WML:-Wireless Markup Language
CD:-Compact Disk
DVD:-Digital Versatile Disk
CRT:- Cathode Ray Tube
DAT:-Digital Audio Tape
DOS:-Disk Operating System
GUI:-Graphical User Interface
TCP:-Transsmission Control Protocol
UPS:-Uninterruptible Power Supply
HSDPA:- High Speed Downlink Packet Access
EDGE:-Enhanced Data Rate for GSM Evolution
VHF:-Very High Frequency
UHF:-Ultra High Frequency
GPRS:-General Packet Radio Services
WAP:-Wireless Application Protocol
ARPANET:-Advanced Research Project Agency Network
IBM:-International Bussiness Machines
HP:-Hewlett Packard
AM/FM:-Amplitute/Frequency Modulation
LAN:- Local Area Network
WLAN:-Wireless Local Area Network

Software - Registry Editor Tricks

Software - Registry Editor Tricks
Though many of you may know all of them or a few of them already, but I think it would be good to share them with you.
All tricks are based on Registry editing. If yuu are new to edit registry, backup Registry. Click Here to know how to backup registry
So I'll tell the keyname and the value, that u hv to create for the restriction! If the key is not present, then simply create it. So here we go:
1.) Restrict Display Properties:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System
create DWORD value NoDispCPL and set its value to 1

2.) Restrict Taskbar Properties:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create DWORD value NoSetTaskbar and set its value to 1

3.) Restrict Folder Options:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create DWORD value NoFolderOptions and set its value to 1

4.) Restrict Locking/Unlocking the taskbar:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create DWORD value LockTaskbar and set its value to 1

5.) Restrict Active Desktop:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create DWORD value NoActiveDesktop and set its value to 1

6.) Restrict adding/deleting items from Toolbars:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create DWORD value NoToolbarCustomize and set its value to 1

7.) Restrict adding/deleting toolbars:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create DWORD value NoBandCustomize and set its value to 1

8.) Restrict right-click in Start Menu:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create DWORD value NoChangeStartMenu and set its value to 1

9.) Restrict Desktop Cleanup Wizard:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create DWORD value NoDesktopCleanupWizard and set its value to 1