Вы находитесь на странице: 1из 7

VistaUACMaker : Make your application UAC compliant for Vista/Win7... http://securityxploded.com/vistauacmaker.

php

SecurityXploded is Official Media Partner of HITBSecConf 2011

HOME | F ORU M | TOOLS | VIDEOS | ARTICLES | RESEARCH | SECU RITY B OOKS | DOWNLOAD | B LOG |

CONTRIBU TORS | ADVERTISE | AB OU T | CONTACT

Search site...

Su bscribe

Download VistaUACMaker
New Software

ZipPasswordUnlocker v1.0

See Also

SpyDLLRemover: Smart Spyware Analysis & Removal Tool. Latest U pdate


StreamArmor: Scan & Sweep Hidden Malicious Streams
Uncovering hidden process on Windows system./a> SpyDllRemover v4.5
Research Article: 'Password Secrets of Popular Windows Applications'
SXPasswordSuite: A Complete Password Recovery Toolset
IEPasswordDecryptor: Internet Explorer Password Recovery Tool
ChromePasswordDecryptor: Google Chrome Password Recovery Tool
FirePasswordViewer: GUI version of FirePassword to recover Firefox login secrets.
RemoteDLL: DLL injection based tool to inject/remove DLL from process.
NetShareMonitor: Monitor your shares from intruders.
Recover Windows password in seconds using Rainbow crack.
WinServiceManager: Smart tool to manage and discover hidden Rootkit services.

Contents PasswordForensic s. com !

About VistaUACMaker
Making Application Vista UAC Compliant
UAC Manifest File
Screenshots of VistaUACMaker
Installing VistaUACMaker New
Using VistaUACMaker GUI version
Using VistaUACMaker Console version
Release History
Visit PasswordForensics.com
Download VistaUACMaker v2.5

Follow u s on Facebook

About VistaUACMaker

1 di 7 10/03/2011 11.41
VistaUACMaker : Make your application UAC compliant for Vista/Win7... http://securityxploded.com/vistauacmaker.php

Vista has introduced new feature called UAC (User Account Control). In short it
basically controls the way in which applications are executed by different users. Due to
SecurityXploded su
Facebook
enforcement of this UAC, by default any application on Vista will run under the context
of standard user instead of administrator. As a result the application which requires Mi piace
administrator privilege will fail to work properly on Vista.
A 965 persone piace SecurityXploded.
So VistaUACMaker is designed to address this problem by making any Windows XP based application
compatible with Vista as well as Windows 7.

Nithi Honey Taimur Berto

Making Application Vista UAC Compliant

To make any application Vista UAC compliant one has to embed a manifest file specifying the privilege
Just Hero Molka Balwant
required by the application. Manifest file mainly contain 2 important information, privilege required by the
application and UI interaction of application with other windows. Plug-in sociale di Facebook

There are 3 types of privileges that can be mentioned in the manifest file.

requireAdministrator : Run as administrator


asInvoker : Run as same privilege as parent process Latest Foru m Posts
highestAvailable : Run with highest privilege available for user

Other than this, one has to specify if the application interacts with user interface of other high privilege
Improvments to NetShareMonitor
applications. For example your application may send the message to modify the UI of other high privilege
application. This is specified through following parameter WireShark 1.4.4 is Released

uiAccess : TRUE/FALSE Top 20 Facebook Privacy Settin...

hello...

IMPasswordDecryptor - All Mess...


UAC Manifest File
Snort - Top Intrusion Preventi...
Manifest file is generally put into the resource section of the application. Typical manifest file with
administrator privilege and with no "uiAccess" appears like this.
Book Review � Windows Forensi...

<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> Released New Tool ZipPasswordU...


<assemblyIdentity type="win32" processorArchitecture="*" version="1.0.0.0"
name="MyApplication.exe"></assemblyIdentity> PEiD - Popular Tool to detect ...
<description>Vista Application</description>
<dependency> HITBSecConf 2011 - SecurityXpl...
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls"
version="6.0.0.0" language="*" processorArchitecture="*"
Latest News
publicKeyToken="6595b64144ccf1df"></assemblyIdentity>
</dependentAssembly>
</dependency>
Release new software
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
'ZipPasswordUnlocker' by Neeraj
<security>
<requestedPrivileges>
Released 'SpyDllRemover v4.5'
<requestedExecutionLevel level="requireAdministrator"
uiAccess="FALSE"></requestedExecutionLevel> Release new software
</requestedPrivileges>
'MailPasswordDecryptor'
</security>
</trustInfo>
Published Book Review - "Android in
</assembly>
Action"

Updated 'LDAPSearch v3.5'

VistaUACMaker Screenshots

VistaUACMaker has both console and GUI version. Here is the screenshot of the GUI version
Ou r Network

2 di 7 10/03/2011 11.41
VistaUACMaker : Make your application UAC compliant for Vista/Win7... http://securityxploded.com/vistauacmaker.php

New Tools

ZipPasswordUnlocker

MailPasswordDecryptor

AutoScreenCapture

ExcelPasswordRecovery
Here is the screenshot of the Console version...
iTunesPasswordDecryptor

MyspacePasswordDecryptor

SafariPasswordDecryptor

PidginPasswordDecryptor

BrowserPasswordDecryptor

YahooPasswordDecryptor

More Tools

Side Links

Installing VistaUACMaker

Though VistaUACMaker is a Portable tool, it comes with Installer so that you can install it locally on your
Password Recovery Tools
system for regular usage. This installer has intuitive wizard (as shown in the screenshot below) which
guides you through series of steps in completion of installation. At any point of time you can use Uninstaller
to remove the software from the system.
Anti-Spyware/Anti-Rootkit Tools

Network Tools

System Tools

All Password Secrets Articles

Top Contributors

Neeraj Jaiswal

Manjunath aka Punter


Using VistaUACMaker GUI version

3 di 7 10/03/2011 11.41
VistaUACMaker : Make your application UAC compliant for Vista/Win7... http://securityxploded.com/vistauacmaker.php

In just 3 steps, your application will be ready to run on Vista/Win7

Select the application using browse button.


Set one of the privilege required for your application from selection box.
Check the "Yes" button if your application interacts with high privilege applications.

Once you have made the settings, click on "Make It" button. Now your application will automatically run as
per the privilege set rather than usual "standard user" account. Dhanesh

Ayush Anand

Rishabh Dangwal
Using VistaUACMaker Console version

Console tool makes it easy to automate the process. For example you can use it as post build step to make See All
the application Vista/Win7 UAC compliant. Here is the typical usage information.

VistaUACMakerConsole [-d <description>] [-p <priv level>] [-ui] {exe_path}

Options:
-d Description of the project ( Default : My project )
-p Privilege level required. possible values : admin, invoker, highest
admin = administrator
invoker = same as parent process
highest = Highest possible level for the user
-ui Specify if the executable interacts with higher windows.
(Default action is not to set this flag)

Example:
VistaUACMakerConsole -d "Vista project" -p admin "c:\project.exe"

Latest Article
History

Ve rsion 2.5 : 22nd Nov 201 0


Integrated Installer for local Installation & Uninstallation. New Banner and other minor UI
improvements.

Ve rsion 2.0 : 13t h Ja n 2 010


Support for Windows 7. New attractive GUI with cool look & feel.

Ve rsion 1.5 : 29t h Ma y 2009


'Exposing the Password
Enhanced user interface with improved about dialog.
Secrets of MSN/Windows Live
Messenger'
Ve rsion 1.0 : 30t h Ja n 2 006
First public release of VistaUACMaker
More Articles

Latest Video
Download VistaUACMaker

FREE Download VistaUACMaker 2.5

License : Freeware
Platform : Windows XP, 2003, Vista & Win7

'Quick Hash Generation using


Hash Generator Tool'

See Also More Videos

SpyDLLRemover: Smart Spyware Analysis & Removal Tool.


StreamArmor: Scan & Sweep Hidden Malicious Streams
Recommended Book
Uncovering hidden process on Windows system./a>
Research Article: 'Password Secrets of Popular Windows Applications'
SXPasswordSuite: A Complete Password Recovery Toolset
IEPasswordDecryptor: Internet Explorer Password Recovery Tool
ChromePasswordDecryptor: Google Chrome Password Recovery Tool
FirePasswordViewer: GUI version of FirePassword to recover Firefox login secrets.

4 di 7 10/03/2011 11.41
VistaUACMaker : Make your application UAC compliant for Vista/Win7... http://securityxploded.com/vistauacmaker.php

RemoteDLL: DLL injection based tool to inject/remove DLL from process.


NetShareMonitor: Monitor your shares from intruders.
Recover Windows password in seconds using Rainbow crack.
WinServiceManager: Smart tool to manage and discover hidden Rootkit services.

Amazon Rating:

See More

Book of th e Month

This is the master class book on


'Android Programming' either you
are beginner or expert !

See More

Tool of th e Month

BrowserPasswordDecryptor

Top Tools

FacebookPasswordDecryptor

GooglePasswordDecryptor

FirePasswordViewer

SXPasswordSuite

SpyDLLRemover

ChromePasswordDecryptor

SpyBHORemover

NetworkPasswordDecryptor

IEPasswordDecryptor

FirePassword

5 di 7 10/03/2011 11.41
VistaUACMaker : Make your application UAC compliant for Vista/Win7... http://securityxploded.com/vistauacmaker.php

More Stats

Top Articles

Password Secrets of Popular Windows


Applications

Exposing the Facebook Password


Secrets

Android Reverse Engineering - A Kick


Start

Exposing the Password Secrets of


Internet Explorer

Exposing the Password Secrets of


Google Applications

Hidden Rootkit Process Detection

Windows Password Recovery

Using Rainbow crack to recover


Windows password

Using BackTrack to fix Windows


Registry offline.

Remote Thread Execution using


NtCreateThreatEx function for
Vista/Win7

More Articles

Awards

InterLinks

BackTrack Live

SecurityTube.net

Hash Krakin

What's My Pass?

Appnimi

SecSavvy

Password Recovery

Upcoming Technology

Computer Hacking

The Hacker News

Hackstacks

6 di 7 10/03/2011 11.41
VistaUACMaker : Make your application UAC compliant for Vista/Win7... http://securityxploded.com/vistauacmaker.php

Hack in The Box

TheProHack

SpareClockCycles

Link to us

Su bmit Feedback

Submit any suggestions, issues and


feedbacks.

Home - F orum - Tools - Artic les - Researc h - Download - Statistic s - Blog - PAD Files - Spread the

Word - Contribute - About - Contac t

Password Recovery Tools GooglePasswordDecryptor

Anti-Spyware Tools SpyDLLRemover

Network Tools HashGenerator

System Tools SpyBHORemover

Password Secrets Articles FacebookPasswordDecryptor

www.SecurityXploded.com © 2011, All rights reserved. Advertise | Submit Feedback | Privacy Policy | License & Disclaimer | Contact Us

7 di 7 10/03/2011 11.41

Вам также может понравиться