Foro de elhacker.net

Programación => Scripting => Mensaje iniciado por: P3NDULO en 8 Mayo 2014, 15:08 pm



Título: Como puedo destildar unas propiedades de seguridad???
Publicado por: P3NDULO en 8 Mayo 2014, 15:08 pm
Buenas.
Tengo que desactivar unas propiedades de seguridad de propiedades de internet, ya que en mi trabajo hicieron unas apicaiones que sacan ventanas eergentes de mensajes, que indican cuandoimprimen, cunto tiempo tienne de atencion y cosas asi.
Bueno tengo un scripting que activas los Activex. y varios cosas.

Este de los activex
Código:

Set WshShell = CreateObject("Wscript.Shell")

WshShell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1001", "0", "REG_DWORD"
WshShell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1004", "0", "REG_DWORD"
WshShell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1200", "0", "REG_DWORD"
WshShell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1201", "0", "REG_DWORD"
WshShell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1206", "0", "REG_DWORD"
WshShell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1207", "0", "REG_DWORD"
WshShell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1208", "0", "REG_DWORD"
WshShell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1209", "0", "REG_DWORD"
WshShell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\120A", "0", "REG_DWORD"
WshShell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\120B", "3", "REG_DWORD"
WshShell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1407", "1", "REG_DWORD"
WshShell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1809", "1", "REG_DWORD"
WshShell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1\1609", "1", "REG_DWORD"

Tambien coloco otro de proxy
Código:

@echo off
title BY ********* Bicentenario *********
echo.
echo Instalando Pagina Inicio del Portal Bicentenario...
echo..

:: -------   Pagina de Inicio ------
reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /v "Start Page" /d "http://portalbbu.bicentenariobu.com" /f



::--------- Proxys --------
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyOverride /t REg_SZ /d "*.banfoandes.com.ve;*.bicentenariobu.com;10.*;172.16.*;172.1.1.*;192.168.*; *sitel.bicentenariobu.*
" /f

reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyOverride /t REg_SZ /d "*.banfoandes.com.ve;*.bicentenariobu.com;10.*;172.16.*;172.1.1.*;192.168.*; *sitel.bicentenariobu.*
" /f

reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /t REg_SZ /d proxy.bicentenariobu.com:3128

reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /t REg_SZ /d proxy.bicentenariobu.com:3128

reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 1 /f

reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zonemap" /V ProxyByPass /t REG_DWORD /d 1 /f

:: --------- Fin ---------
Echo....
Pause
exit

Y este es para deactivar otras cositas y coloar las paginas que necesito.
Código:

@echo off
:: los /d es el valor. 1 es Preguntar, 0 es Habilitar . y 3 es Deshabilitar

:: Configuracion de Intranet
:: 1407 es Permitir el acceso programático portapapeles
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1" /v 1407 /t REG_DWORD /d 3 /f
:: 1609 es Mostrar contenido mixto
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1" /v 1609 /t REG_DWORD /d 0 /f
:: Agregar branchnet
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\bicentenariobu.com\branchnet"  /v * /t REG_DWORD /d 1 /f


:: Configuracion de Internet
:: 1407 es Permitir el acceso programático portapapeles
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1" /v 1407 /t REG_DWORD /d 3 /f
:: 1609 es Mostrar contenido mixto
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0" /v 1609 /t REG_DWORD /d 0 /f
pause

Y en realidad lo que quiero es poder hacer esto.
Asi estan las propiedades.
 (http://thumbs.subefotos.com/517e657597856d266f5d7c0d4850aa23o.jpg) (http://subefotos.com/ver/?517e657597856d266f5d7c0d4850aa23o.png)

y quisiera que quedara asi.
 (http://thumbs.subefotos.com/ad48501b2f535167dd0dbda323be161co.jpg) (http://subefotos.com/ver/?ad48501b2f535167dd0dbda323be161co.png)

 Busque y lo que consegui fue esto.
Código:
:: Valores emergentes
reg add "HKLM\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_WEBOC_POPUPMANAGEMENT" /v iexplore.exe /t REG_DWORD /d 3 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v EnableBalloonTips /t REG_DWORD /d 1 /f
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1" /v 1809 /t REG_DWORD /d 3 /f
pero no me distilda las opciones de la imagen anterior.
Les agradezco la ayuda que me puedan brindar.