Archive for September, 2010

Remove the hidden attribute from %Windir% and from its subfolders

0

Click Start, click Run, type cmd in the Open box, and then OK.

attrib -s -h %windir%
attrib -s -h %windir%system32
attrib -s -h %windir%system32catroot2
exit

List of Windows XP System Files to be Hacked Using Resource Hacker

2

%windir%System32NToskrnl.exe : To change Windows Boot screen

%windir%System32Logonui.exe : To change Windows Login Screen

%windir%System32MSgina.dll : To change the text & background of Shutdown dialog box

%windir%System32Shell32.dll : To change a lot of things, like Progress dialog box (copying, deleting, etc.), Run dialog box, Context menu items, and many other things

%windir%System32Netshell.dll : To change flashing internet icon in system tray

%windir%System32Comdlg32.dll : To change the look of Open/Save dialog box, color box,print box, find & replace box, etc.

%windir%System32Comctl32.dll : To change the icons appearing in upper-right side of Open/Save dialog box.

%windir%System32Stobject.dll : To change volume icon & some other icons in system tray

%windir%System32mydocs.dll : To change My Documents icon

%windir%System32shdocvw.dll : To change Internet Explorer 6 icons and graphics

%windir%System32IEFrame.dll : To change Internet Explorer 7 icons and graphics

%windir%System32shimgvw.dll : To change image file icons, i.e., BMP, JPG, JPEG, GIF, etc

%windir%System32Sysdm.cpl : To change the System Properties window look

%windir%System32Winlogon.exe : To change the text, which you see in Login Screen, like applying user settings, logging off, shutting down, etc.

%windir%Explorer.exe : To change Start button text, Programs Menu text (like Programs, Favorites, Documents, etc.)

%windir%System32browselc.dll : To change the Menu names in Windows Explorer as well as Internet Explorer

Windows XP Setup folderI386Winntbbu.dll : To change XP Setup look and text entries

DNS Records

0

Resource records

Code Number Defining RFC Description Function
A 1 RFC 1035 address record Returns a 32-bit IPv4 address, most commonly used to map hostnames to an IP address of the host, but also used forDNSBLs, storing subnet masks in RFC 1101, etc.
AAAA 28 RFC 3596 IPv6 address record Returns a 128-bit IPv6 address, most commonly used to map hostnames to an IP address of the host.
APL 42 RFC 3123 Address Prefix List Specify lists of address ranges, e.g. in CIDR format, for various address families. Experimental.
CNAME 5 RFC 1035 Canonicalname record Alias of one name to another: the DNS lookup will continue by retrying the lookup with the new name.
MX 15 RFC 1035 mail exchange record Maps a domain name to a list of message transfer agents for that domain
NS 2 RFC 1035 name server record Delegates a DNS zone to use the given authoritative name servers
SOA 6 RFC 1035 start of authority record Specifies authoritative information about a DNS zone, including the primary name server, the email of the domain administrator, the domain serial number, and several timers relating to refreshing the zone.
SRV 33 RFC 2782 Service locator Generalized service location record, used for newer protocols instead of creating protocol-specific records such as MX.
TXT 16 RFC 1035 Text record Originally for arbitrary human-readable text in a DNS record. Since the early 1990s, however, this record more often carries machine-readable data, such as specified by RFC 1464, opportunistic encryption, Sender Policy Framework (although this provisional use of TXT records is deprecated in favor of SPF records), DomainKeys, DNS-SD, etc.
Go to Top