Friday, September 27, 2013

SalesForce Security Revision - SSL Configuration Vulnerability



Resources:
[1] Setting Tool https://www.nartac.com/Products/IISCrypto/Default.aspx
[2] Scanner https://www.ssllabs.com/ssldb/index.html (Used by SalesForce Security Revision process)
[3] SSL Info http://www.serversniff.net

Asp.Net Insecure Session Cookie Handling Vulnerability

Add next code in c:\inetpub\wwwroot\web.config


    <system.web>
      <httpCookies
             httpOnlyCookies="true"
             requireSSL="true" />
    </system.web>


References:
[1] http://www.codeproject.com/Articles/291562/Asp-net-web-application-Security-Review-Dos-Dont
[2] http://forums.asp.net/t/1756774.aspx
[3] http://www.enterprisenetworkingplanet.com/netsecur/ten-tips-to-make-your-ssl-secure.html
[4] https://www.owasp.org/index.php/HttpOnly
[5] http://xss.cx/examples/dork/programming/ssl-cookie-without-secure-flag-set-example.html#1.7


IIS Custom Errors



1. Make html with custom message, and save that on any directory
    c:\inetpub\wwwroot\custom_errors\404.html
    c:\inetpub\wwwroot\custom_errors\500.html

2. Alter web.config of c:\inetpub\wwwroot, add next content.

<system.webServer> 
<httpErrors errorMode="Custom" existingResponse="Auto" defaultResponseMode="ExecuteURL">
  <clear />
  <error statusCode="404" path="/custom_errors/404.html" responseMode="ExecuteURL" />
  <error statusCode="500" path="/custom_errors/500.html" responseMode="ExecuteURL" /> 
</httpErrors> 
</system.webServer> 



References:
[1] http://stackoverflow.com/questions/434272/iis7-overrides-customerrors-when-setting-response-statuscode
[2] http://stackoverflow.com/questions/619895/how-can-i-properly-handle-404-in-asp-net-mvc
[3] http://stackoverflow.com/questions/717628/asp-net-mvc-404-error-handling

Friday, September 20, 2013

Aficionado al dibujo a Lapiz ( Como iniciar )





Referencias:
http://www.dibujemos.com

Generating Unique Key ID for Computer


Reference:
[1] http://sowkot.blogspot.com/2008/08/generating-unique-keyfinger-print-for.html

Claro Habla Gratis



Envia un SMS con el sgte formato(No te cobran los 3 primeros minutos):

La estructura del SMS (sin costo) al 779 es HG(espacio)(número voz 1)(coma)(número voz 2)(coma)(número SMS).

Nota: El número SMS puede ser también uno de los primeros y la recarga es de S/.15 mínimo al mes.


referencia:
[1] http://www.claro.com.pe/wps/wcm/connect/pe/claro-2013-peru/pc/personas/movil/prepago/promociones/habla-gratis

Wednesday, September 18, 2013

MS Access Client GUI (For Sql Commands)




References:
[1] http://www.albahari.com/  (Parallel programing/Threading and more )
[2] Query Express http://www.albahari.com/queryexpress.aspx
[3] LinqPad http://www.linqpad.net/

Tuesday, September 17, 2013

API Key Google Maps

https://code.google.com/apis/console#sthash.FclYhbcs.dpuf
https://code.google.com/apis/console#sthash.FclYhbcs.dpuf
https://code.google.com/apis/console#sthash.FclYhbcs.dpuf
Ir a:
ttps://code.google.com/apis/console#sthash.FclYhbcs.dpuf
https://code.google.com/apis/console#sthash.FclYhbcs.dpuf
https://code.google.com/apis/console#sthash.FclYhbcs.dpuf
https://code.google.com/apis/console#sthash.FclYhbcs.dpuf
https://code.google.com/apis/console#sthash.FclYhbcs.dpuf
https://code.google.com/apis/console#sthash.FclYhbcs.dpuf

https://code.google.com/apis/console

Referencias:

[1] http://www.nonomartinez.com/2012/03/13/como-crear-una-api-key-para-google-maps-v3

MoSync over W7

MoSync no yet support 64bits, then after installation you get message related to jvm.dll

Solution:
Install standalone Java 32bits, over C:\Program Files(x86)\Java, then after installation of moSync you need create new shortcut.

C:\MoSync>C:\mosync\eclipse\mosync.exe -vm "C:\Progra~2\Java\jdk1.6.0_17\jre\bin\server\jvm.dll" eclipse.vm="C:\Progra~2\Java\jdk1.6.0_17\jre\bin\server\jvm.dll
" java.home="C:\Progra~2\Java\jdk1.6.0_17\jre" java.runtime.version=1.6


Nod32 best serials

Validos
Vencimiento U                  C
25/03/2014 EAV-84218011 fk3tv8p57v

Serial 1
http://actualizatu-nod32.blogspot.com/
Otros
http://serialnod32gratis.blogspot.com.br
http://nod32-serial.blogspot.com/
http://www.archivogeek.com/windows/software/username-y-password-serial-para-nod32/

Sunday, September 15, 2013

Wednesday, September 04, 2013

Tuesday, September 03, 2013

Xcode 4.2 installation requeriments on vmware 7.1.4

Monoprocesador ACPI de PC
CPUID : AMD Sempron(tm) 140 Processor
Velocidad de reloj original  2700 MHz
Memoria del sistema 2048 MB  (DDR3-1333 DDR3 SDRAM)
Placa de video ATI Radeon HD 5450  (1024 MB)

Note:
a) Parameters for start -v cpus=1 busratio=4
b) For others machines try use cpu-z and divide Score speed / Bus speed ~  busratio


1) Install Mac OSX Snow Leopard 10.6.6 Intel AMD Vmware Image
http://thepiratebay.se/torrent/6120172

2) OSX Snow Leopard 10.6.7 update (Xcode 4.2 works with OSX 10.6.7)
http://download.info.apple.com/Mac_OS_X/041-4916.20110321.Sx74f/MacOSXUpd10.6.7.dmg


3) Download and Install Xcode 4.2
http://thepiratebay.se/torrent/6721955
   3.1) Enable Root user
          * Go -> /System/Library/CoreServices/
          * Launch “Directory Utility” and Unlock using the padlock icon and entering the administrator password (empty for this case).
          * Edit -> Enable Root User
   3.2) if fail xcode installation, then change system date before to 03-2012
          #date 0101000012 (01 of January of 2012)
4) After installation(for execute)

open -a /Developer/Applications/Xcode.app
or
open -a Xcode.app


References:

[1] http://osxdaily.com/2011/03/21/mac-os-x-10-6-7-update-download/
[2] Enable root http://osxdaily.com/2012/01/09/enable-root-user-account-os-x-lion/

AI Applications for Draw

    [1] Swap face (Adapt face shape to target) https://www.artguru.ai #Use anonymous windows       Same core than previous line https://www...