Change Internet Explorer title
Registry Key: HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
Modify/Create the Value Name [Window Title] according to the Value Data listed below.
Data Type: REG_SZ [String Value] // Value Name: Window Title
Value Data: [Enter The Text Desired In Title Bar]
Exit Registry and Reboot
This is safe and will 100% work. If you find any problem, please contact me
Sunday, June 1, 2008
Friday, May 30, 2008
Add "Find Target" To Your Shortcuts
Add "Find Target" To Your Shortcuts!
Here is the solution:
1)Copy this code as it is:
@echo off
setlocal
set FT="%TEMP%\Find_Target.tmp"
set FTV="C:\Find_Target.vbs"
@echo REGEDIT4>%FT%
@echo.>>%FT%
@echo [HKEY_CLASSES_ROOT\lnkfile\Shell\Find Target\command]>>%FT%
@echo @="wscript.exe \"C:\\Find_target.vbs\" \"%%1\"">>%FT%
@echo.>>%FT%
@echo.>>%FT%
@echo Dim param, filenam, targt, shortct>%FTV%
@echo Set param = WScript.Arguments>>%FTV%
@echo filenam = param (0)>>%FTV%
@echo Set WshShell = WScript.CreateObject("WScript.Shell")>>%FTV%
@echo Set shortct = WshShell.CreateShortcut(filenam)>>%FTV%
@echo targt = shortct.TargetPath>>%FTV%
@echo WshShell.Run "%windir%\explorer.exe /select," ^& Chr(34) ^& targt ^& Chr(34)>>%FTV%
regedit /s %FT%
del /q %FT%
endlocal
2)Copy and paste this code in Notepad...yes only Notepad...Wordpad won't do! (Start>Run>Notepad)
3)Save this file as Find_Target.bat in the root drive of your OS(directly in the drive where Documents and Settings, Program Files and WINDOWS reside)
4)Run Find_Target.bat (Just press Enter!)
This is safe and will 100% work. If you find any problem, please don't contact me
Here is the solution:
1)Copy this code as it is:
@echo off
setlocal
set FT="%TEMP%\Find_Target.tmp"
set FTV="C:\Find_Target.vbs"
@echo REGEDIT4>%FT%
@echo.>>%FT%
@echo [HKEY_CLASSES_ROOT\lnkfile\Shell\Find Target\command]>>%FT%
@echo @="wscript.exe \"C:\\Find_target.vbs\" \"%%1\"">>%FT%
@echo.>>%FT%
@echo.>>%FT%
@echo Dim param, filenam, targt, shortct>%FTV%
@echo Set param = WScript.Arguments>>%FTV%
@echo filenam = param (0)>>%FTV%
@echo Set WshShell = WScript.CreateObject("WScript.Shell")>>%FTV%
@echo Set shortct = WshShell.CreateShortcut(filenam)>>%FTV%
@echo targt = shortct.TargetPath>>%FTV%
@echo WshShell.Run "%windir%\explorer.exe /select," ^& Chr(34) ^& targt ^& Chr(34)>>%FTV%
regedit /s %FT%
del /q %FT%
endlocal
2)Copy and paste this code in Notepad...yes only Notepad...Wordpad won't do! (Start>Run>Notepad)
3)Save this file as Find_Target.bat in the root drive of your OS(directly in the drive where Documents and Settings, Program Files and WINDOWS reside)
4)Run Find_Target.bat (Just press Enter!)
This is safe and will 100% work. If you find any problem, please don't contact me
Defeat Keyloggers
How Keyloggers Work?
When you type on your keyboard, the keys travel along a path within the operating system before it arrives at your browser. Keyloggers plant themselves along this path and observe and record your keystrokes. The collected information is then sent to the criminals who will use it to steal from you.
How Key Scrambler Protects You?
Key Scrambler defeats key loggers by encrypting your keystrokes at the keyboard driver level, deep within the operating system. When the encrypted keystrokes reach your browser, Key Scrambler then decrypts them so you see exactly the keys you've typed. Key loggers can only record the encrypted keys, which are completely indecipherable.
Unlike anti-virus and anti-spyware programs that depend on recognition to remove key loggers that they know about, Key Scrambler will protect you from both known and unknown key loggers.
The bad thing is it only works for IE and Firefox, no Opera
http://www.qfxsoftware.com/products.htm
https://addons.mozilla.org/firefox/3383/ --- FF plugin
How Keyloggers Work?
When you type on your keyboard, the keys travel along a path within the operating system before it arrives at your browser. Keyloggers plant themselves along this path and observe and record your keystrokes. The collected information is then sent to the criminals who will use it to steal from you.
How Key Scrambler Protects You?
Key Scrambler defeats key loggers by encrypting your keystrokes at the keyboard driver level, deep within the operating system. When the encrypted keystrokes reach your browser, Key Scrambler then decrypts them so you see exactly the keys you've typed. Key loggers can only record the encrypted keys, which are completely indecipherable.
Unlike anti-virus and anti-spyware programs that depend on recognition to remove key loggers that they know about, Key Scrambler will protect you from both known and unknown key loggers.
The bad thing is it only works for IE and Firefox, no Opera
http://www.qfxsoftware.com/products.htm
https://addons.mozilla.org/firefox/3383/ --- FF plugin
Thursday, May 29, 2008
Boot Your Windows XP Faster
Follow the following steps
1. Open notepad.exe, type "del c:\windows\prefetch\ntosboot-*.* /q" (without the quotes) & save as "ntosboot.bat" in c:\
2. From the Start menu, select "Run..." & type "gpedit.msc".
3. Double click "Windows Settings" under "Computer Configuration" and double click again on "Shutdown" in the right window.
4. In the new window, click "add", "Browse", locate your "ntosboot.bat" file & click "Open".
5. Click "OK", "Apply" & "OK" once again to exit.
6. From the Start menu, select "Run..." & type "devmgmt.msc".
7. Double click on "IDE ATA/ATAPI controllers"
8. Right click on "Primary IDE Channel" and select "Properties".
9. Select the "Advanced Settings" tab then on the device or 1 that doesn't have 'device type' greyed out select 'none' instead of 'autodetect' & click "OK".
10. Right click on "Secondary IDE channel", select "Properties" and repeat step 9.
11. Reboot your computer
This is safe and will 100% work. If you find any problem, please don't contact me
Follow the following steps
1. Open notepad.exe, type "del c:\windows\prefetch\ntosboot-*.* /q" (without the quotes) & save as "ntosboot.bat" in c:\
2. From the Start menu, select "Run..." & type "gpedit.msc".
3. Double click "Windows Settings" under "Computer Configuration" and double click again on "Shutdown" in the right window.
4. In the new window, click "add", "Browse", locate your "ntosboot.bat" file & click "Open".
5. Click "OK", "Apply" & "OK" once again to exit.
6. From the Start menu, select "Run..." & type "devmgmt.msc".
7. Double click on "IDE ATA/ATAPI controllers"
8. Right click on "Primary IDE Channel" and select "Properties".
9. Select the "Advanced Settings" tab then on the device or 1 that doesn't have 'device type' greyed out select 'none' instead of 'autodetect' & click "OK".
10. Right click on "Secondary IDE channel", select "Properties" and repeat step 9.
11. Reboot your computer
This is safe and will 100% work. If you find any problem, please don't contact me
Friday, May 23, 2008
Reinstall Internet Explorer
Reinstall Internet Explorer
If you already have Windows XP Service Pack 2 installed, and you do not want to install Internet Explorer 7, you may be able to resolve problems with Internet Explorer 6 by using the Ie.inf file to reinstall Internet Explorer 6. To do this, follow these steps:
1. Click Start, click Run, type %systemroot%\inf, and then press Enter.
2. Find the Ie.inf file that is located in Windows\Inf folder.
3. Right-click the Ie.inf file, and then click Install.
4. Restart the computer when the file copy process is complete.
If you already have Windows XP Service Pack 2 installed, and you do not want to install Internet Explorer 7, you may be able to resolve problems with Internet Explorer 6 by using the Ie.inf file to reinstall Internet Explorer 6. To do this, follow these steps:
1. Click Start, click Run, type %systemroot%\inf, and then press Enter.
2. Find the Ie.inf file that is located in Windows\Inf folder.
3. Right-click the Ie.inf file, and then click Install.
4. Restart the computer when the file copy process is complete.
Tuesday, May 20, 2008
Windows XP Hidden APPS with details
Windows XP Hidden APPS
1) Character Map = charmap.exe (very useful for finding unusual characters)
2) Disk Cleanup = cleanmgr.exe
3) Clipboard Viewer = clipbrd.exe (views contents of Windows clipboard)
*4) Dr Watson = drwtsn32.exe (Troubleshooting tool)
*5) DirectX diagnosis = dxdiag.exe (Diagnose & test DirectX, video & sound cards)
6) Private character editor = eudcedit.exe (allows creation or modification of characters)
*7) IExpress Wizard = iexpress.exe (Create self-extracting / self-installing package)
Microsoft Synchronization Manager = mobsync.exe (appears to allow synchronization of files on the network for when working offline. Apparently undocumented).
9) Windows Media Player 5.1 = mplay32.exe (Retro version of Media Player, very basic).
10) ODBC Data Source Administrator = odbcad32.exe (connecting to databases)
11) Object Packager = packager.exe (to do with packaging objects for insertion in files, appears to have comprehensive help files).
12) System Monitor = perfmon.exe (very useful, highly configurable tool, tells you everything you ever wanted to know about any aspect of PC performance, for uber-geeks only )
13) Program Manager = progman.exe (Legacy Windows 3.x desktop shell).
14) Remote Access phone book = rasphone.exe (documentation is virtually non-existant).
*15) Registry Editor = regedt32.exe [also regedit.exe] (for hacking the Windows Registry).
16) Network shared folder wizard = shrpubw.exe (creates shared folders on network).
17) File siganture verification tool = sigverif.exe
1 Volume Control = sndvol32.exe (I've included this for those people that lose it from the System Notification area).
19) System Configuration Editor = sysedit.exe (modify System.ini & Win.ini just like in Win98! ).
20) Syskey = syskey.exe (Secures XP Account database - use with care, it's virtually undocumented but it is used to encrypt passwords).
21) Microsoft Telnet Client = telnet.exe
22) Driver Verifier Manager = verifier.exe
1) Character Map = charmap.exe (very useful for finding unusual characters)
2) Disk Cleanup = cleanmgr.exe
3) Clipboard Viewer = clipbrd.exe (views contents of Windows clipboard)
*4) Dr Watson = drwtsn32.exe (Troubleshooting tool)
*5) DirectX diagnosis = dxdiag.exe (Diagnose & test DirectX, video & sound cards)
6) Private character editor = eudcedit.exe (allows creation or modification of characters)
*7) IExpress Wizard = iexpress.exe (Create self-extracting / self-installing package)
Microsoft Synchronization Manager = mobsync.exe (appears to allow synchronization of files on the network for when working offline. Apparently undocumented).
9) Windows Media Player 5.1 = mplay32.exe (Retro version of Media Player, very basic).
10) ODBC Data Source Administrator = odbcad32.exe (connecting to databases)
11) Object Packager = packager.exe (to do with packaging objects for insertion in files, appears to have comprehensive help files).
12) System Monitor = perfmon.exe (very useful, highly configurable tool, tells you everything you ever wanted to know about any aspect of PC performance, for uber-geeks only )
13) Program Manager = progman.exe (Legacy Windows 3.x desktop shell).
14) Remote Access phone book = rasphone.exe (documentation is virtually non-existant).
*15) Registry Editor = regedt32.exe [also regedit.exe] (for hacking the Windows Registry).
16) Network shared folder wizard = shrpubw.exe (creates shared folders on network).
17) File siganture verification tool = sigverif.exe
1 Volume Control = sndvol32.exe (I've included this for those people that lose it from the System Notification area).
19) System Configuration Editor = sysedit.exe (modify System.ini & Win.ini just like in Win98! ).
20) Syskey = syskey.exe (Secures XP Account database - use with care, it's virtually undocumented but it is used to encrypt passwords).
21) Microsoft Telnet Client = telnet.exe
22) Driver Verifier Manager = verifier.exe
Thursday, May 15, 2008
What is a Trojan?
What is a Trojan?
A Trojan is a Remote Admin Tool , there is a server that runs invisible on the victim and the client that you run on your computer to take control of the victim ,you cant connect to the victim if he hasn't run the file yet ,there are many trojans around with different commands , layouts , extras etc , the Trojans usually include a server builder that its safe to run on your computer you can browse to the server.exe and edit some options , like passwords or ports before sending it.
How it works
When the victim runs the server.exe the server runs invisible on the victim ,he doesn't see anything.The server keeps a port open lets say 27374 port and waits for a connection , some servers of some Trojans may have passwords in that case the server is stand by for a connection and a password , when you log into the victim the server enables you to run many commands by pressing buttons in your client ,the Trojans were made to run those commands faster by pressing buttons.
Anti-viruses
All the anti viruses like Mcaffee ,Norton etc will identify like a virus and try to delete all the Trojan servers you plan to send to your victims , also all the Trojan clients even the server editor all the Trojans are identified like viruses with all their files so don't send me e-mails telling me my files are infected ! they are not infected , they are the original viruses and you wont get any troubles if you know what you are doing.
A Trojan is a Remote Admin Tool , there is a server that runs invisible on the victim and the client that you run on your computer to take control of the victim ,you cant connect to the victim if he hasn't run the file yet ,there are many trojans around with different commands , layouts , extras etc , the Trojans usually include a server builder that its safe to run on your computer you can browse to the server.exe and edit some options , like passwords or ports before sending it.
How it works
When the victim runs the server.exe the server runs invisible on the victim ,he doesn't see anything.The server keeps a port open lets say 27374 port and waits for a connection , some servers of some Trojans may have passwords in that case the server is stand by for a connection and a password , when you log into the victim the server enables you to run many commands by pressing buttons in your client ,the Trojans were made to run those commands faster by pressing buttons.
Anti-viruses
All the anti viruses like Mcaffee ,Norton etc will identify like a virus and try to delete all the Trojan servers you plan to send to your victims , also all the Trojan clients even the server editor all the Trojans are identified like viruses with all their files so don't send me e-mails telling me my files are infected ! they are not infected , they are the original viruses and you wont get any troubles if you know what you are doing.
Subscribe to:
Posts (Atom)