Menú

Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Mostrar Mensajes Menú

Temas - .:UND3R:.

#2
Hola a todos, dejo a disposición lo que será una serie de video tutoriales sobre la introducción al Exploiting en Windows x86/32 bits. Estos videos tutoriales se basan en los tutoriales de Corelan

Lista de reproducción de Youtube

[youtube=640,360]https://www.youtube.com/watch?v=JJCHownmbEU&list=PLvW4zZYf1iGb9ylv9CwLa6Ppyf-qtiWEK[/youtube]

Lista de Youtube: https://www.youtube.com/watch?v=JJCHownmbEU&list=PLvW4zZYf1iGb9ylv9CwLa6Ppyf-qtiWEK

Canal de Telegram (incluye los programas utilizados)

https://t.me/joinchat/AAAAAErnQOBjWnVHv2UKlg

Dudas o consultas
Pueden hacerlas en este post o por medio del grupo de telegram https://t.me/joinchat/E5ctAwZ6kjvqdMlEBxWx0Q

Saludos
#3
Dudas Generales / ¿ISO 27001?
1 Julio 2017, 00:06 AM
Hola alguien sabe donde puedo encontrar esa ISO 100% de preferencia en español o en inglés?

saludos
#4
Tengo un programa en C++ Win32, el problema que tiene es que este con el tiempo empieza a consumir bastantes recuros (es un archivo usado en un servidor), me gustaría saber si hay alguien que se maneje en el tema de las fugas de memoria, quedo atento, saludos y gracias.
#5
Hola, cuando intento ingresar a mi dominio a través de HTTPS me muestra un error 403, aquí mis archivos de Apache, pues no me manejo muy bien en el tema:

http
#
# This is the main Apache HTTP server configuration file.  It contains the
# configuration directives that give the server its instructions.
# See <URL:http://httpd.apache.org/docs/2.2/> for detailed information.
# In particular, see
# <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
# for a discussion of each configuration directive.
#
# Do NOT simply read the instructions in here without understanding
# what they do.  They're here only as hints or reminders.  If you are unsure
# consult the online docs. You have been warned.  
#
# Configuration and logfile names: If the filenames you specify for many
# of the server's control files begin with "/" (or "drive:/" for Win32), the
# server will use that explicit path.  If the filenames do *not* begin
# with "/", the value of ServerRoot is prepended -- so "logs/foo.log"
# with ServerRoot set to "C:/xampp/apache" will be interpreted by the
# server as "C:/xampp/apache/logs/foo.log".
#
# NOTE: Where filenames are specified, you must use forward slashes
# instead of backslashes (e.g., "c:/apache" instead of "c:\apache").
# If a drive letter is omitted, the drive on which Apache.exe is located
# will be used by default.  It is recommended that you always supply
# an explicit drive letter in absolute paths, however, to avoid
# confusion.
#

# ThreadsPerChild: constant number of worker threads in the server process
# MaxRequestsPerChild: maximum  number of requests a server process serves
ThreadsPerChild 250
MaxRequestsPerChild  0

#
# ServerRoot: The top of the directory tree under which the server's
# configuration, error, and log files are kept.
#
# Do not add a slash at the end of the directory path.  If you point
# ServerRoot at a non-local disk, be sure to point the LockFile directive
# at a local disk.  If you wish to share the same ServerRoot for multiple
# httpd daemons, you will need to change at least LockFile and PidFile.
#
ServerRoot "C:/xampp/apache"

#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses (0.0.0.0)
#
#Listen 12.34.56.78:80
Listen 80

#
# Dynamic Shared Object (DSO) Support
#
# To be able to use the functionality of a module which was built as a DSO you
# have to place corresponding `LoadModule' lines at this location so the
# directives contained in it are actually available _before_ they are used.
# Statically compiled modules (those listed by `httpd -l') do not need
# to be loaded here.
#
# Example:
# LoadModule foo_module modules/mod_foo.so
#
LoadModule actions_module modules/mod_actions.so
LoadModule alias_module modules/mod_alias.so
LoadModule asis_module modules/mod_asis.so
LoadModule auth_basic_module modules/mod_auth_basic.so
LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule authn_anon_module modules/mod_authn_anon.so
#LoadModule authn_dbm_module modules/mod_authn_dbm.so
LoadModule authn_default_module modules/mod_authn_default.so
LoadModule authn_file_module modules/mod_authn_file.so
#LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
#LoadModule authz_dbm_module modules/mod_authz_dbm.so
LoadModule authz_default_module modules/mod_authz_default.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
LoadModule authz_host_module modules/mod_authz_host.so
LoadModule authz_user_module modules/mod_authz_user.so
#LoadModule autoindex_module modules/mod_autoindex.so # don't load because of mod_autoindex_color.so
#LoadModule bucketeer_module modules/mod_bucketeer.so
#LoadModule cache_module modules/mod_cache.so
#LoadModule disk_cache_module modules/mod_disk_cache.so
#LoadModule file_cache_module modules/mod_file_cache.so
#LoadModule mem_cache_module modules/mod_mem_cache.so
#LoadModule cern_meta_module modules/mod_cern_meta.so
#LoadModule charset_lite_module modules/mod_charset_lite.so
LoadModule cgi_module modules/mod_cgi.so
LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
#LoadModule deflate_module modules/mod_deflate.so
LoadModule dir_module modules/mod_dir.so
#LoadModule dumpio_module modules/mod_dumpio.so
LoadModule env_module modules/mod_env.so
LoadModule expires_module modules/mod_expires.so
#LoadModule ext_filter_module modules/mod_ext_filter.so
LoadModule headers_module modules/mod_headers.so
#LoadModule ident_module modules/mod_ident.so
#LoadModule imagemap_module modules/mod_imagemap.so
LoadModule include_module modules/mod_include.so
LoadModule info_module modules/mod_info.so
LoadModule isapi_module modules/mod_isapi.so
LoadModule ldap_module modules/mod_ldap.so
#LoadModule logio_module modules/mod_logio.so
LoadModule log_config_module modules/mod_log_config.so
#LoadModule log_forensic_module modules/mod_log_forensic.so
LoadModule mime_module modules/mod_mime.so
LoadModule mime_magic_module modules/mod_mime_magic.so
LoadModule negotiation_module modules/mod_negotiation.so
#LoadModule proxy_module modules/mod_proxy.so
#LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
#LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
#LoadModule proxy_connect_module modules/mod_proxy_connect.so
#LoadModule proxy_http_module modules/mod_proxy_http.so
#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule setenvif_module modules/mod_setenvif.so
LoadModule speling_module modules/mod_speling.so
LoadModule status_module modules/mod_status.so
#LoadModule unique_id_module modules/mod_unique_id.so
#LoadModule userdir_module modules/mod_userdir.so
#LoadModule usertrack_module modules/mod_usertrack.so
#LoadModule version_module modules/mod_version.so
LoadModule vhost_alias_module modules/mod_vhost_alias.so
LoadModule ssl_module modules/mod_ssl.so

LoadModule autoindex_color_module modules/mod_autoindex_color.so
#LoadModule mysql_auth_module modules/mod_auth_mysql.so
#LoadModule auth_remote_module modules/mod_auth_remote.so
#LoadModule sspi_auth_module modules/mod_auth_sspi.so
#LoadModule log_sql_module modules/mod_log_sql.so
#LoadModule log_sql_mysql_module modules/mod_log_sql_mysql.so
#<IfModule ssl_module>
#    LoadModule log_sql_ssl_module modules/mod_log_sql_ssl.so
#</IfModule>
#LoadModule proxy_html_module modules/mod_proxy_html.so
#LoadModule xmlns_module modules/mod_xmlns.so
#LoadModule proxy_xml_module modules/mod_proxy_xml.so
#LoadModule bw_module modules/mod_bw.so

### SVN 1.5.4 ###
#LoadModule dav_svn_module modules/mod_dav_svn.so
#LoadModule authz_svn_module modules/mod_authz_svn.so

# 'Main' server configuration
#
# The directives in this section set up the values used by the 'main'
# server, which responds to any requests that aren't handled by a
# <VirtualHost> definition.  These values also provide defaults for
# any <VirtualHost> containers you may define later in the file.
#
# All of these directives may appear inside <VirtualHost> containers,
# in which case these default settings will be overridden for the
# virtual host being defined.
#

#
# ServerAdmin: Your address, where problems with the server should be
# e-mailed.  This address appears on some server-generated pages, such
# as error documents.  e.g. admin@your-domain.com
#
ServerAdmin admin@localhost

#
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If your host doesn't have a registered DNS name, enter its IP address here.
#
ServerName localhost:80

#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "C:/xampp/htdocs_mssdsdsdos"

#
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# features.  
#
<Directory />
   Options FollowSymLinks
   AllowOverride None
   Order deny,allow
   Deny from all
</Directory>

#
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
#

#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "C:/xampp/htdocs_mssdsdsdos">
   #
   # Possible values for the Options directive are "None", "All",
   # or any combination of:
   #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
   #
   # Note that "MultiViews" must be named *explicitly* --- "Options All"
   # doesn't give it to you.
   #
   # The Options directive is both complicated and important.  Please see
   # http://httpd.apache.org/docs/2.2/mod/core.html#options
   # for more information.
   #
   Options Indexes FollowSymLinks Includes ExecCGI
 
   #
   # AllowOverride controls what directives may be placed in .htaccess files.
   # It can be "All", "None", or any combination of the keywords:
   #   Options FileInfo AuthConfig Limit
   #
   AllowOverride All

   #
   # Controls who can get stuff from this server.
   #
   Order allow,deny
   Allow from all

</Directory>

<Directory "C:/xampp/htdocs_lsesdsdtions">
   #
   # Possible values for the Options directive are "None", "All",
   # or any combination of:
   #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
   #
   # Note that "MultiViews" must be named *explicitly* --- "Options All"
   # doesn't give it to you.
   #
   # The Options directive is both complicated and important.  Please see
   # http://httpd.apache.org/docs/2.2/mod/core.html#options
   # for more information.
   #
   Options Indexes FollowSymLinks Includes ExecCGI
 
   #
   # AllowOverride controls what directives may be placed in .htaccess files.
   # It can be "All", "None", or any combination of the keywords:
   #   Options FileInfo AuthConfig Limit
   #
   AllowOverride All

   #
   # Controls who can get stuff from this server.
   #
   Order allow,deny
   Allow from all

</Directory>

#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
   DirectoryIndex index.php index.php4 index.php3 index.cgi index.pl index.html index.htm index.shtml index.phtml
</IfModule>

#
# The following lines prevent .htaccess and .htpasswd files from being
# viewed by Web clients.
#
<FilesMatch "^\.ht">
   Order allow,deny
   Deny from all
</FilesMatch>

#
# ErrorLog: The location of the error log file.
# If you do not specify an ErrorLog directive within a <VirtualHost>
# container, error messages relating to that virtual host will be
# logged here.  If you *do* define an error logfile for a <VirtualHost>
# container, that host's errors will be logged there and not here.
#
ErrorLog logs/error.log

#
# LogLevel: Control the number of messages logged to the error_log.
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
#
LogLevel warn

<IfModule log_config_module>
   #
   # The following directives define some format nicknames for use with
   # a CustomLog directive (see below).
   #
   LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
   LogFormat "%h %l %u %t \"%r\" %>s %b" common

   <IfModule logio_module>
     # You need to enable mod_logio.c to use %I and %O
     LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
   </IfModule>

   #
   # The location and format of the access logfile (Common Logfile Format).
   # If you do not define any access logfiles within a <VirtualHost>
   # container, they will be logged here.  Contrariwise, if you *do*
   # define per-<VirtualHost> access logfiles, transactions will be
   # logged therein and *not* in this file.
   #
   CustomLog logs/access.log common

   #
   # If you prefer a logfile with access, agent, and referer information
   # (Combined Logfile Format) you can use the following directive.
   #
   #CustomLog logs/access.log combined
</IfModule>

<IfModule alias_module>
   #
   # Redirect: Allows you to tell clients about documents that used to
   # exist in your server's namespace, but do not anymore. The client
   # will make a new request for the document at its new location.
   # Example:
   # Redirect permanent /foo http://www.example.com/bar

   #
   # Alias: Maps web paths into filesystem paths and is used to
   # access content that does not live under the DocumentRoot.
   # Example:
   # Alias /webpath /full/filesystem/path
   #
   # If you include a trailing / on /webpath then the server will
   # require it to be present in the URL.  You will also likely
   # need to provide a <Directory> section to allow access to
   # the filesystem path.

   #
   # ScriptAlias: This controls which directories contain server scripts.
   # ScriptAliases are essentially the same as Aliases, except that
   # documents in the target directory are treated as applications and
   # run by the server when requested rather than as documents sent to the
   # client.  The same rules about trailing "/" apply to ScriptAlias
   # directives as to Alias.
   #
   ScriptAlias /cgi-bin/ "C:/xampp/cgi-bin/"

</IfModule>

#
# "C:/xampp/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "C:/xampp/cgi-bin">
   AllowOverride None
   Options None
   Order allow,deny
   Allow from all
</Directory>

#
# Apache parses all CGI scripts for the shebang line by default.
# This comment line, the first line of the script, consists of the symbols
# pound (#) and exclamation (!) followed by the path of the program that
# can execute this specific script.  For a perl script, with perl.exe in
# the C:\Program Files\Perl directory, the shebang line should be:

  #!c:/program files/perl/perl

# Note you _must_not_ indent the actual shebang line, and it must be the
# first line of the file.  Of course, CGI processing must be enabled by
# the appropriate ScriptAlias or Options ExecCGI directives for the files
# or directory in question.
#
# However, Apache on Windows allows either the Unix behavior above, or can
# use the Registry to match files by extention.  The command to execute
# a file of this type is retrieved from the registry by the same method as
# the Windows Explorer would use to handle double-clicking on a file.
# These script actions can be configured from the Windows Explorer View menu,
# 'Folder Options', and reviewing the 'File Types' tab.  Clicking the Edit
# button allows you to modify the Actions, of which Apache 1.3 attempts to
# perform the 'Open' Action, and failing that it will try the shebang line.
# This behavior is subject to change in Apache release 2.0.
#
# Each mechanism has it's own specific security weaknesses, from the means
# to run a program you didn't intend the website owner to invoke, and the
# best method is a matter of great debate.
#
# To enable the this Windows specific behavior (and therefore -disable- the
# equivilant Unix behavior), uncomment the following directive:
#
#ScriptInterpreterSource registry
#
# The directive above can be placed in individual <Directory> blocks or the
# .htaccess file, with either the 'registry' (Windows behavior) or 'script'
# (Unix behavior) option, and will override this server default option.
#

#
# DefaultType: the default MIME type the server will use for a document
# if it cannot otherwise determine one, such as from filename extensions.
# If your server contains mostly text or HTML documents, "text/plain" is
# a good value.  If most of your content is binary, such as applications
# or images, you may want to use "application/octet-stream" instead to
# keep browsers from trying to display binary files as though they are
# text.
#
DefaultType text/plain

<IfModule mime_module>
   #
   # TypesConfig points to the file containing the list of mappings from
   # filename extension to MIME-type.
   #
   TypesConfig conf/mime.types

   #
   # AddType allows you to add to or override the MIME configuration
   # file specified in TypesConfig for specific file types.
   #
   #AddType application/x-gzip .tgz
   #
   # AddEncoding allows you to have certain browsers uncompress
   # information on the fly. Note: Not all browsers support this.
   #
   #AddEncoding x-compress .Z
   #AddEncoding x-gzip .gz .tgz
   #
   # If the AddEncoding directives above are commented-out, then you
   # probably should define those extensions to indicate media types:
   #
   AddType application/x-compress .Z
   AddType application/x-gzip .gz .tgz

   #
   # AddHandler allows you to map certain file extensions to "handlers":
   # actions unrelated to filetype. These can be either built into the server
   # or added with the Action directive (see below)
   #
   # To use CGI scripts outside of ScriptAliased directories:
   # (You will also need to add "ExecCGI" to the "Options" directive.)
   #
   AddHandler cgi-script .cgi

   # For files that include their own HTTP headers:
   #AddHandler send-as-is asis

   # For server-parsed imagemap files:
   #AddHandler imap-file map

   # For type maps (negotiated resources):
   #AddHandler type-map var

   #
   # Filters allow you to process content before it is sent to the client.
   #
   # To parse .shtml files for server-side includes (SSI):
   # (You will also need to add "Includes" to the "Options" directive.)
   #
  AddType text/html .shtml
  AddOutputFilter INCLUDES .shtml
</IfModule>

#
# The mod_mime_magic module allows the server to use various hints from the
# contents of the file itself to determine its type.  The MIMEMagicFile
# directive tells the module where the hint definitions are located.
#
#MIMEMagicFile conf/magic

#
# Customizable error responses come in three flavors:
# 1) plain text 2) local redirects 3) external redirects
#
# Some examples:
#ErrorDocument 500 "The server made a boo boo."
#ErrorDocument 404 /missing.html
#ErrorDocument 404 "/cgi-bin/missing_handler.pl"
#ErrorDocument 402 http://www.example.com/subscription_info.html
#

#
# EnableMMAP and EnableSendfile: On systems that support it,
# memory-mapping or the sendfile syscall is used to deliver
# files.  This usually improves server performance, but must
# be turned off when serving from networked-mounted
# filesystems or if support for these functions is otherwise
# broken on your system.
#
EnableMMAP off
EnableSendfile off

# Supplemental configuration
#
# The configuration files in the conf/extra/ directory can be
# included to add extra features or to modify the default configuration of
# the server, or you may simply copy their contents here and change as
# necessary.

# XAMPP specific settings
Include conf/extra/httpd-xampp.conf

# Server-pool management (MPM specific)
# Include conf/extra/httpd-mpm.conf

# Multi-language error messages
Include conf/extra/httpd-multilang-errordoc.conf

# Fancy directory listings
Include conf/extra/httpd-autoindex.conf

# Language settings
Include conf/extra/httpd-languages.conf

# User home directories
Include conf/extra/httpd-userdir.conf

# Real-time info on requests and configuration
Include conf/extra/httpd-info.conf

# Virtual hosts
Include conf/extra/httpd-vhosts.conf

# Local access to the Apache HTTP Server Manual
Include conf/extra/httpd-manual.conf

# Distributed authoring and versioning (WebDAV)
Include conf/extra/httpd-dav.conf

# Various default settings
Include conf/extra/httpd-default.conf

# Secure (SSL/TLS) connections
Include conf/extra/httpd-ssl.conf

#
# Note: The following must must be present to support
#       starting without SSL on platforms with no /dev/random equivalent
#       but a statically compiled-in mod_ssl.
#
<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>

ServerSignature Off
ServerTokens Prod


httpd-vhost
#
# Virtual Hosts
#
# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at
# <URL:http://httpd.apache.org/docs/2.2/vhosts/>
# for further details before you try to setup virtual hosts.
#
# You may use the command line option '-S' to verify your virtual host
# configuration.

#
# Use name-based virtual hosting.
#
NameVirtualHost *:80

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any <VirtualHost> block.
#
##<VirtualHost *:80>
##    ServerAdmin webmaster@dummy-host.example.com
##    DocumentRoot /www/docs/dummy-host.example.com
##    ServerName dummy-host.example.com
##    ServerAlias www.dummy-host.example.com
##    ErrorLog @rel_logfiledir@/dummy-host.example.com-error_log
##    CustomLog @rel_logfiledir@/dummy-host.example.com-access_log common
##</VirtualHost>

##<VirtualHost *:80>
##    ServerAdmin webmaster@dummy-host2.example.com
##    DocumentRoot /www/docs/dummy-host2.example.com
##    ServerName dummy-host2.example.com
##    ErrorLog @rel_logfiledir@/dummy-host2.example.com-error_log
##    CustomLog @rel_logfiledir@/dummy-host2.example.com-access_log common
##</VirtualHost>

<VirtualHost *:80>
ServerName mssdsdsdos.com
DocumentRoot "C:/xampp/htdocs_mssdsdsdos/"
</VirtualHost>

<VirtualHost *:80>
ServerName update.mssdsdsdos.com
DocumentRoot "C:/xampp/htdocs_mssdsdsdos/UpdateServer/"
</VirtualHost>

<VirtualHost *:80>
ServerName launcher.mssdsdsdos.com
DocumentRoot "C:/xampp/htdocs_mssdsdsdos/Launcher/"
</VirtualHost>

<VirtualHost *:80>
ServerName busdssoft.licsdsdtions.com
DocumentRoot "C:/xampp/htdocs_lsesdsdtions/soft/"
</VirtualHost>


Estoy con CloudFare, por favor guíenme, saludos :)
#7
Ingeniería Inversa / VH2011
17 Enero 2017, 21:07 PM
Alguien tiene VH2011?

Gracias :D
#8
Hola, estoy intentando bajar herramientas, especialmente refox y me pide clave, que ha ocurrido con la web? Además ahora el buscador es un ejecutable  :-\
#9
Bases de Datos / Ayuda con Query MySQL
31 Octubre 2016, 14:06 PM
Tengo la siguiente tabla llamada timelapse con los siguientes datos:

id_t,   id_usuario,           fecha
'5',   '1',        '2016-11-02 09:41:13'
'6',   '2',        '2016-11-02 09:41:13'
'7',   '3',        '2016-11-02 09:41:13'
'8',   '2',        '2016-11-02 09:45:00'
'9',   '2',        '2016-11-02 09:46:00'



Estoy intentando obtener id_usuario único y en caso de haber duplicidad como lo es el id_usuario = 2 (está repetido 3 veces), me muestre la fecha más actual, es decir:
2016-11-02 09:46:00

En resumen, debería devolver esto:
'5',   '1',        '2016-11-02 09:41:13'
'7',   '3',        '2016-11-02 09:41:13'
'9',   '2',        '2016-11-02 09:46:00'


Como pueden ver id_usuarios únicos y la fecha más recientes en caso de haber id_usuarios iguales.

Espero que se entienda, muchas gracias por su tiempo, saludos.

SOLUCIONADO:

http://stackoverflow.com/questions/28354705/mysql-unique-rows-based-on-one-column-value-by-onefaster-query
#10
Desarrollo Web / [Ayuda] htaccess
2 Octubre 2016, 21:56 PM
Hola a todos, tengo el siguiente HTACCESS:

Redirect /index.php http://muonlinecaos.com/countdown/index.html
RewriteCond %{REQUEST_URI} !^/1337.php$
RewriteCond %{REQUEST_URI} !^/countdown/index.html$
RewriteRule .*\.(php|html)$ /countdown/index.html [L,R=302]


Lo que hace este htaccess es forzar al visitante para que se le redireccione a /countdown/index.html, a excepción que que se visite el archivo 1337.php o se visite el mismo /countdown/index.html (para evitar una redirección constante). El problema que tengo es que quiero agregar otra excepción, exactamente la siguiente:

http://miweb.com/index.php?page_id=downloads

Pero no me funciona, ¿Cómo podría solucionar esto?

En resumen, quiero que siempre se fuerce a la dirección /countdown/index.html, a excepción que el visitante acceda a 1337.php y http://miweb.com/index.php?page_id=downloads

Saludos y gracias
#11
Bases de Datos / Insertar datos no repetidos
21 Agosto 2016, 05:54 AM
Hola a todos, tengo un pequeño problemita, tengo una tabla la cual ya está con muchos datos, el problema surge que deseo insertar más datos pero el problema de estos es que hay algunos repetidos, la única manera de poder diferenciar estos es a través de los campos i_type y i_id juntos:

i_type i_id size_x size_y name
0 0 1 2 Kris
0 1 1 3 Short Sword
0 2 1 3 Rapier
0 3 1 3 Katana
0 4 1 3 Sword of Assassin
1 1 1 3 Blade
1 2 1 3 Gladius
1 3 1 3 Falchion
1 4 1 3 Serpent Sword
2 1 2 3 Sword of Salamander
2 2 2 4 Light Saber
2 3 2 3 Legendary Sword
2 4 2 3 Heliacal Sword
0 5 1 3 Double Blade
.......
....
.


Mi idea es la siguiente:

Insertar los datos solo si no existe una fila con un i_type y i_id igual, ¿cómo podría hacer esto? Es decir que si insertara esto:

Citar2   4   1   5   Sword Black

no se debería insertar pues ya existe una fila en la tabla que posee un 2 y un 4:
Citar2   4   2   3   Heliacal Sword

No sé si se entienda, espero su ayuda, muchas gracias :)

PD: Microsoft SQL Server
#12
Bases de Datos / UPDATE mitad de VARBINARY?
3 Agosto 2016, 05:13 AM
Hola a todos, mi pregunta es esa como podría hacer una actualización de la mitad de un VARBINARY(3840).


¿Cómo sería posible actualizar los 1eros 1920 bytes?

Saludos y gracias

PD: Microsoft SQL Server, como alternativa PHP
#13
Ingeniería Inversa / Colores RGB en c#
6 Junio 2016, 06:04 AM
Hola a todos, estoy teniendo problemas con unos colores, lo que ocurre es que modifiqué un exe C# Net, el problema que tiene la modificación es que en Windows XP se ven bien los colores, pero en Windows 7 no:

Colores correctos del texto:


Colores extraños:


Asumo que el problema va por Windows, no sé, guíenme por favor, saludos y gracias.

PD: Si quieren puedo enviar por MP el .exe
#14
Hola a todos, tengo el siguiente archivo llamado BD:

e97fxosm1h65taazis3p7mktirczgnciie3zk94cwyhwytdsnh*81
aac3liukb2nk4czkgyw90xfmyc6x*96
3b0ziwq1tsgozcrac85o*31
lbn2i7bpvsw6zr6zp75yxfzbpn3nukx8z9en545*1


La idea es crear un programa que busque en base a una substring la línea correcta, una vez encontrada la línea, se debe reemplazar lo que está en la parte derecha del *, esta parte la tengo lista, el problema que tengo en este momento es que una vez teniendo la string original y la nueva string, no sé como sobre-escribir en BD para que esto ocurra, cómo podría hacerlo? Me gustaría poder hacerlo al final de la función seleccionarProducto(), por favor leer el comentario ACAA!

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>

char resultados[200][300];
char nueva_linea[300];
int opcion;

// fuente: http://stackoverflow.com/questions/9210528/split-string-with-delimiters-in-c
char** str_split(char* a_str, const char a_delim){
    char** result    = 0;
    size_t count     = 0;
    char* tmp        = a_str;
    char* last_comma = 0;
    char delim[2];
    delim[0] = a_delim;
    delim[1] = 0;

    /* Count how many elements will be extracted. */
    while (*tmp)
    {
        if (a_delim == *tmp)
        {
            count++;
            last_comma = tmp;
        }
        tmp++;
    }

    /* Add space for trailing token. */
    count += last_comma < (a_str + strlen(a_str) - 1);

    /* Add space for terminating null string so caller
       knows where the list of returned strings ends. */
    count++;

    result = malloc(sizeof(char*) * count);

    if (result)
    {
        size_t idx  = 0;
        char* token = strtok(a_str, delim);

        while (token)
        {
            assert(idx < count);
            *(result + idx++) = strdup(token);
            token = strtok(0, delim);
        }
        assert(idx == count - 1);
        *(result + idx) = 0;
    }

    return result;
}

void seleccionarProducto(){
int nuevo_stock;
char nuevo_stock_char[3];
char** resultado_split;

scanf("%i", &opcion);

printf("%s", resultados[opcion-1]);

resultado_split = str_split(resultados[opcion-1], '*');

printf("\nEl stock actual del producto es: %sPor favor introduzca el nuevo stock:", resultado_split[1]);

scanf("%i", &nuevo_stock);
sprintf(nuevo_stock_char, "%d", nuevo_stock); // transforma el nuevo_stock (int) a nuevo_stock_char (char)

strcpy(nueva_linea, resultado_split[0]);
strcat(nueva_linea, "*");
strcat(nueva_linea, nuevo_stock_char);

free(resultado_split); // libera memoria, pues ya no es necesario split.

printf("%s", nueva_linea); // ACAA!! nueva_linea es la que debe reemplazar a resultados[opcion-1] dentro de BD
}

void mostrarProducto(int count){
int i;

printf("%i coincidencias encontradas...\n\n", count);

for(i = 0; i < count; i++){
printf("%i) %s\n", i+1, resultados[i]);
}

printf("Por favor, seleccione una opcion: ");
}

void buscarProducto(char * codProducto){
FILE * fp;
    char * line = NULL;
    size_t len = 0;
    ssize_t read;
int count = 0;

fp = fopen("bd", "r");
    if (fp == NULL)
        exit(EXIT_FAILURE);

while((read = getline(&line, &len, fp)) != -1){
if(strstr(line, codProducto) != NULL){
strcpy(resultados[count], line);
count++;

if(count > 199) // evita overflow
break;
}
    }

if(count != 0){
mostrarProducto(count);
seleccionarProducto();
}else{
printf("No se ha encontrado el producto!");
}

fclose(fp);
    if(line)
free(line);

//if(count != 0){
// printf("ahora edito");
//}
    exit(EXIT_SUCCESS);
}

int main(){
buscarProducto("atud");
exit(EXIT_SUCCESS);
}


Muchas gracias y espero su ayuda, saludos  ;-)
#15
hola a todos, estoy algo complicado con algunas funciones, alguien podría guiarme y explicarme más menos que hacen estas funciones, que retornan, que tal los regístros, etc.

__vbaVarDup
rtcSplit
vbaAryVar
vbaAryCopy
__vbaFreeVarList


Gracias por su tiempo, saludos.
#16
Ingeniería Inversa / ¿Qué BD es esta?
21 Abril 2016, 17:39 PM
Hola a todos, reverseando un software me encontré on una BD con extensión .BDB, el programa se encuentra programado en VB, su BD es esta:

https://mega.nz/#!Tt50lJCL!Nedque26iZXIzYYPEPkDyYPby14DHS766SSKkWU-Cio

Como información adicional mientras depuro se intenta abrir así:

Citar0012F15C   001D8B64  UNICODE "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\PATH\DE\LA\BD"

También encontré esto:

Citar00821634   .  68 38A14400    ;  UNICODE ";Jet OLEDB:Database Password=bsf3572;"

Lo cual asumo que para acceder utiliza password.

Alguien podría guiarme en como acceder a la BD pues lamentablemente como validación carga una BD con la misma password y realiza un SELECT * Licenses y luego obtiene los valores de las columnas de la tabla, las cuales incluyen la fecha de validación, etc.

A ver si me ayudan, gracias y saludos.
#17
Algún buen samaritano que disponga de estas versiones de VBReFormer?

de no querer publicar en público puede ser por MP

Saludos y gracias de ante mano :)
#18
Hola a todos, estoy intentando enviar un correo a través de SMTP Fastmail, el problema radica en que me marca el siguiente error:

Warning: stream_socket_client() [function.stream-socket-client]: SSL operation failed with code 1. OpenSSL Error messages: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number in C:\xampp\htdocs\engine\mail\SMTP.php on line 107

Warning: stream_socket_client() [function.stream-socket-client]: Failed to enable crypto in C:\xampp\htdocs\engine\mail\SMTP.php on line 107

Warning: stream_socket_client() [function.stream-socket-client]: unable to connect to tls://mail.messagingengine.com:587 (Unknown error) in C:\xampp\htdocs\engine\mail\SMTP.php on line 107


La línea es la siguiente:

$conn = ($context == null) ? stream_socket_client($prt.'://'.$host.':'.$port, $errno, $errstr, $tout) : stream_socket_client($prt.'://'.$host.':'.$port, $errno, $errstr, $tout, STREAM_CLIENT_CONNECT, $context);

Antes funcionaba bien con el SMTP de google, pero ahora no que lo he cambiado a Fastmail (El sistema de correo funciona bien desde clientes mail).
#19
Dudas Generales / Alternativa OpenDNS
8 Marzo 2016, 04:52 AM
Hola a todos, estoy algo complicado, les cuento, me gustaría poder filtrar una serie de páginas, sería ideal por categoría (pornografía) por lo cual veo que la mejor opción es editar el servidor DNS de los dispositivos (ordenadores y smartphones) pero la idea es que pase desapercibido, el problema es que OpenDNS funciona perfecto pero muestra una alerta de que ha bloqueado la página.

Existirá un DNS que me permita bloquear por palabras y que cuando bloquee, simplemente no conecte?

Saludos y gracias

EDIT: O algún control parental secreto para android?
#21
Dudas Generales / Expresión regular notepad++
23 Febrero 2016, 04:09 AM
Hola necesito encontrar esto en mi notepad++:

,'1')

en donde 1, puede ser cualquier número

¿Cómo podría hacerlo? Gracias
#22
Hola a todos, tengo el siguiente código pero en IE no logro que se alinee el texto dentro de la imagen, a ver si alguien me guía, saludos:

Código (html4strict) [Seleccionar]
<html>
<head>
<style type="text/css">
.image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 101px;
  height: 127px;
  text-align: center;
  z-index: -1;
}

#text_online {
 position: absolute;
 top: 2px;
 left: 10px;
 right: 0;
 bottom: 0;
 color: white;
 font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
 font-size: 12px;
 z-index: 1;
}
</style>
</head>
<body>
<div class="image">
<img src="img/bg_status.png"/>  
<p id="text_online">14 Online<p>
</div>
</body>
</html>


SOLUCIONADO:

Código (html4strict) [Seleccionar]
#text_online {
 position: absolute;
 top: 2px;
 left: 0px;
 bottom: 0;
 width: 100%;
 color: white;
 font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
 font-size: 12px;
 z-index: 1;
}
#23
Hola a todos, me gustaría saber si alguno de ustedes conocen de algún programa que me proporcione las coordenadas del mouse dentro de una ventana, es decir que si me pongo en el extremo superior izquierdo de una ventana, este me devuelva: (0,0).

Espero que se entienda, es decir no un programa que me entregue las coordenadas en base a la pantalla si no en base a la ventana (Windows Form) de un programa.

Saludos y gracias.
#24
Hola a todos, como podría hacer esto? He probado con reflexil pero no posee tal opción, al igual que con SAE, todo lo que consigo es estropear el ejecutable, alguna sugerencia? Saludos
#25
Ingeniería Inversa / Problema Flag sección
22 Enero 2016, 03:47 AM
Hola a todos, estoy teniendo un pequeño inconveniente en el momento de realizar un unpack, hay una sección la cual debo modificar y proporcionando la opción Full Acess desde OllyDbg el programa me arranca perfectamente, el problema radica en que no recuerdo su equivalente (hex) de estas características de flags de la sección. ¿Cual sería? Saludos
#26
Bases de Datos / Problema ORACLE procedimiento
25 Noviembre 2015, 21:12 PM
Hola a todos, tengo el siguiente procedimiento:

Código (oracle8) [Seleccionar]
create or replace PROCEDURE ordenarFicha
IS
  -- Declaracion de variables locales
  CURSOR cur_ficha IS SELECT * FROM ficha;
  reg_ficha ficha%ROWTYPE;
  var_anio_actual NUMBER(4);
  var_anio_ficha NUMBER(4);
  var_diferencia_anio NUMBER(4);
BEGIN
  -- Sentencias
  var_anio_actual := EXTRACT(YEAR FROM SYSDATE);
 
  OPEN cur_ficha;
 
  LOOP
FETCH cur_ficha INTO reg_ficha;
EXIT WHEN cur_ficha%NOTFOUND;
var_anio_ficha := EXTRACT(YEAR FROM reg_ficha.fecha);
    var_diferencia_anio := (var_anio_actual - var_anio_ficha);
   
    IF var_diferencia_anio > 5 THEN
      execute immediate 'CREATE TABLE FICHA_' || TO_CHAR(var_anio_ficha) || '(ID_FICHA int primary key, NOMBRE VARCHAR2(60 BYTE), APELLID VARCHAR2(60 BYTE), FECHA DATE)';
    END IF;
    DBMS_OUTPUT.PUT_LINE(reg_ficha.nombre);
END LOOP;
 
  CLOSE cur_ficha;
 
EXCEPTION
    WHEN OTHERS THEN
      IF SQLCODE = -955 THEN
        NULL; -- suprime la excepción ORA-00955
      ELSE
         RAISE;
      END IF;
END ordenarFicha;


El problema que me surge es que al ejecutar este, no selecciona todas las filas (SELECT *) de la tabla ficha, pero cuando comento EXECUTE INMEDIATE, si selecciona todo, me baso en la salida de DBMS_OUTPUT.PUT_LINE(reg_ficha.nombre);

espero que alguien me pueda ayudar, saludos.
#27
Bases de Datos / Ayuda con consulta SQL
25 Noviembre 2015, 12:32 PM
Hola a todos, tengo una tabla más menos de la siguiente forma:

Citarcategoria1, categoria2, categoria3

Los datos que tienen son:
Citarteconologia, computadores, notebook
tecnologia, computadores, notebook
tecnologia, computadores, ordenador
electrohogar, refrigeracion, freezer

¿Qué es lo que busco?
Mi intención es que en base a esa estructura de la tabla crear una consulta que me retorne una especie de menú:

Citartecnologia -> computadores -> notebook
                                         -> ordenador
electrohogar -> refrigeracion -> freezer

la verdad es que no se me ocurre, lo de las flechas es para que se entienda, pero la idea es que solo me devuelvan los nombres, sería la respuesta hacer una especia de tres group by anidados? (no sé si exista lo que digo, pero me arriesgaré jeje)

Muchas gracias por su tiempo
#28
Desarrollo Web / [Resuelto] Duda JQUERY JSON
23 Noviembre 2015, 00:38 AM
Hola a todos tengo el siguiente código en un template:

Código (javascript) [Seleccionar]
Morris.Area({
element: 'morris-area-chart',
data: [{
period: '2010-09-08',
iphone: 2666,
ipad: null,
itouch: 2647
}, {
period: '2010-08-08',
iphone: 2778,
ipad: 2294,
itouch: 2441
}, {
period: '2010-09-07',
iphone: 4912,
ipad: 1969,
itouch: 2501
}, {
period: '2010-09-05',
iphone: 3767,
ipad: 3597,
itouch: 5689
}, {
period: '2010-09-03',
iphone: 6810,
ipad: 1914,
itouch: 2293
}, {
period: '2010-09-01',
iphone: 5670,
ipad: 4293,
itouch: 1881
}, {
period: '2009-09-08',
iphone: 4820,
ipad: 3795,
itouch: 1588
}, {
period: '2009-09-02',
iphone: 15073,
ipad: 5967,
itouch: 5175
}, {
period: '2009-09-01',
iphone: 10687,
ipad: 4460,
itouch: 2028
}, {
period: '2009-03-08',
iphone: 8432,
ipad: 5713,
itouch: 1791
}],
xkey: 'period',
ykeys: ['iphone', 'ipad', 'itouch'],
labels: ['iPhone', 'iPad', 'iPod Touch'],
pointSize: 2,
hideHover: 'auto',
resize: true
});


Como podría agregar nuevos valores:
Código (javascript) [Seleccionar]
{
period: '2019-09-01',
iphone: 10687,
ipad: 4430,
itouch: 2238
}


saludos
#29
Hola a todos, estoy teniendo problemas al intentar hacer un override en WndProc, el problema consiste en que no se generan los mensajes de Windows que quiero capturar. Cabe mencionar que la aplicación es "Console Application" y para ocultar la consola, modifiqué la opción del proyecto de output: "Windows Application". Adicionar que www.asd.com lo uso como ejemplo, pues de acorde a cada evento, se realiza una notificación distinta a una Web, si me pudieran ayudar quedaría completamente agradecido, saludos y gracias por su tiempo, aquí el código:

Código (csharp) [Seleccionar]
using System;
using System.Net;
using System.Runtime.InteropServices;
using System.Security.Permissions;
using System.Text;
using System.Threading;
using System.Windows.Forms;

namespace iWatch
{
    class Program : System.Windows.Forms.Form
    {
        private const int WM_QUERYENDSESSION = 0x0011;
        private const int WM_POWERBROADCAST = 0x0218;
        private const int PBT_APMSUSPEND = 0x04;
        private const int PBT_APMRESUMESUSPEND = 0x07;
        WebRequest request;

        [DllImport("user32.dll")]
        private static extern IntPtr GetForegroundWindow();

        [DllImport("user32.dll", CharSet = CharSet.Auto, SetLastError = true)]
        private static extern int GetWindowText(IntPtr hWnd, StringBuilder lpString, int nMaxCount);

        [System.Security.Permissions.PermissionSet(System.Security.Permissions.SecurityAction.InheritanceDemand, Name = "FullTrust")]
        protected override void WndProc(ref Message m)
        {
            // Listen for operating system messages.
            switch (m.Msg)
            {
                // The WM_ACTIVATEAPP message occurs when the application
                // becomes the active application or becomes inactive.
                case WM_QUERYENDSESSION:

                    request = WebRequest.Create("http://www.asd.com");
                    request.GetResponse();
                    break;

                case WM_POWERBROADCAST:

                    if((int)m.WParam == PBT_APMSUSPEND)
                    {
                        request = WebRequest.Create("http://www.asd.com");
                        request.GetResponse();

                    }else if((int)m.WParam == PBT_APMRESUMESUSPEND)
                    {
                        request = WebRequest.Create("http://www.asd.com");
                        request.GetResponse();

                    }
                    break;
            }
            base.WndProc(ref m);
        }

        static void Main(string[] args)
        {
            Thread.Sleep(20000);

            WebRequest request = WebRequest.Create("http://www.asd.com");
            request.GetResponse();

            while (true)
            {
                String[] phraselist = new String[] { "hola", "adios" };

                // get handle
                IntPtr handle = GetForegroundWindow();

                // get title
                const int count = 512;
                var text = new StringBuilder(count);

                if (GetWindowText(handle, text, count) > 0)
                {
                    foreach(String phrase in phraselist){
                        if(text.ToString().ToUpper().IndexOf(phrase.ToUpper()) != -1)
                        {
                            System.Console.WriteLine(text.ToString());
                            request = WebRequest.Create("http://www.asd.com");
                            request.GetResponse();
                            Thread.Sleep(1200000);
                        }
                    }
                }
            }
        }
    }
}
#30
PHP / Expresión regular - Detectar un patrón
11 Noviembre 2015, 19:51 PM
Hola a todos, tengo un grupo de valores que en algún caso terminan con:
Letra + guión + dos nueves. Ejemplo:

123123-123123-123123-123123-23A-99
343434-3434-23123-4242-123-50B-99
6767-6456-23423-1231-123-123-1H-99
1231-123123-2323-23123-12313-99
1231-12312-123-23-123123-50H

en base a lo mencionado anteriormente, que expresión regular podría devolverme True en caso de encontrar este patrón, cabe mencionar que este patrón se encuentra solo al final, saludos.
#31
Scripting / [Python] En que falla mi script?
6 Noviembre 2015, 23:48 PM
Código (python) [Seleccionar]
import itertools
res = itertools.product('abcdefghijklmnopqrstuvwxyz', repeat=2) # 2 is the length of your result.
res2 = itertools.product('0123456789', repeat=4) # 4 is the length of your result.

for i in res:
varA = ''.join(i)
for x in res2:
varB = ''.join(x)
print varA + varB


Mi intención es que imprima
Citaraa0000
aa0001
....
..
ww9999

pero no logro que funcione, sospecho que el problema es el for o algo así, pues al momento de imprimir ambos separados, me muestran:
Citaraa
...
ww

y el otro
Citar0000
...
9999

ayuda y gracias :D
#33
Java / [ANDROID] Detectar modo incógnito Chrome
19 Septiembre 2015, 21:10 PM
Hola a todos, tengo una duda que me va calentando la cabeza hace semanas y es como poder detectar el modo incógnito, no pretendo interceptar este, solo pretendo saber cuando se abre el navegador de tal forma, googleando encontré esto pero no logro que funcione:

http://stackoverflow.com/questions/14379317/detect-anonymous-incognito-browsing

La idea es buena pero no sé, busco algo sencillo de implementar pues se me dificulta programar algo tan complejo, espero de su ayuda, saludos.
#34
Foro Libre / ¿Quién es tu sensei?
17 Junio 2015, 12:31 PM
Hola a todos, quiero preguntar (si engel lex me lo permite) ¿Quién es su sensei dentro del foro? En otras palabras cual forero bajo su criterio es un ejemplo a seguir, es decir que sienten que es un sabio, herudito, ninja. Puede ser más de uno, es válido y sería ideal plantear el porqué de su respuesta, yo ya diré su nombre, por el momento solo diré que hace poco dejó su avatar de ojo.

Y en tu caso ¿Quién es tu sensei?

PD: No creo que vaya en foro libre, no me lo muevas engel lex  :¬¬
#35
Hola a todos, estoy buscando la manera de obtener comentarios de forma aleatoria, he googleado pero no he encontrado algo que me sirva, mi idea es mostrar comentarios (de todos los thread) de forma aleatoria, espero que me puedan ayudar.

Saludos
#36
Scripting / [Python]Duda con thread
9 Mayo 2015, 05:13 AM
Hola a todos, saben tengo una duda a ver si me pueden ayudar con la idea, intentaré ser lo más específico y sencillo ya que entiendo que se requieren detalles para que me puedan ayudar.

Tengo una lista de muchos datos, usaré como ejemplo una lista de muchos números:

Código (python) [Seleccionar]
lista = [1, 9, 2, 12, 5, 2, 0, 123, 32, 4, .........] # (miles)

pretendo hacer una serie de operaciones matemáticas (como ejemplo sacar la raíz de cada número) con cada número de la lista, pero si lo hago uno por uno, no terminaría nunca.

por lo cual mi idea sería usar Threads para solventar mi problema.

aquí la pregunta:

¿Cómo podría hacer para que se vayan tomando de a 4 (por dar un ejemplo de num.) valores de la lista y estos una vez que terminen, tomen otros 4 más?

No sé si se entienda, pero la idea sería como hacer un buffer de 4 operaciones matemáticas (uno en cada thread) si una termina, o dos, se vuelvan a crear otros thread, es decir que siempre se estén realizando operaciones matemáticas (4 a la vez) hasta que se termine toda la lista completa?

Que difícil explicar mi duda, si me dieran un ejemplo estaría más que feliz.

Muchas gracias y saludos.
#37
Problemas de incompatibilidad o placa base? que será?....

Hola a todos, llevo dos semanas con problemas, espero que alguien me pueda ayudar:

Tengo un MacBook Pro (13-inch, Mid 2012):
https://support.apple.com/kb/SP649?locale=en_US

¿Cómo ocurrió el problema?
Hace dos semanas, estaba usando mi Mac como si nada, iba a revisar mi correo electrónico y se quedó todo el sistema completamente pegado, a excepción de del mouse, Opciones del Mac. Aun cuando las opciones del Macbook se me eran mostradas no podía reiniciar. Al momento de reiniciar (forzadamente precionando el botón de apagado) me apareció una carpeta con signo de interrogación.

¿Cual es el problema?
Tras buscar el problema, más que evidente es que el disco duro se ha estropeado.

¿Cómo he intentado solucionarlo y cuales han sido los resultados?
1) Lo primero que intenté fue adquirir un disco duro, aprovechando las especificaciones de la página oficial de Apple opté por comprar uno disco duro de 1 TB. El disco duro específicamente es este:



WD BLUE modelo: WD10JPVX
Más información:
http://www.wdc.com/wdproducts/library/SpecSheet/ENG/2879-771437.pdf

Resultado: Luego de instalar el disco, al arrancar la utilidad de discos desde USB con Yosemite en el momento de formatear el disco duro con formato Mac OS Plus, este se queda pegado en creando partición (por cierto lo reconoce).

2)Intenté exactamente lo mismo pero con un disco duro de 500 GB:



WD BLUE modelo: WD5000LPVX
Más información:
http://www.wdc.com/wdproducts/library/SpecSheet/ENG/2879-771437.pdf
Resultado: El mismo problema.

---------------------------------------------------------
Comencé a pensar que el problema podría ser del conector / placa base / no compatibilidad de los discos.
---------------------------------------------------------

3)Usé un disco duro muy viejo de 250 GB modelo Fujitsu:
http://www.cnet.com/products/fujitsu-mobile-mhz2250bh-g2-250-gb-hard-drive-sata-300/specs/

Resultado: Funciona perfectamente por lo cual el problema de conector lo descarto.

4) Ya viendo que había gastado mucho dinero (un disco duro nuevo de 1 TB y de 500 GB WD Blue), me aseguré de buscar un disco duro que fuese compatible con el Macbook Pro, por lo cual buscando en google econtré:
http://www.everymac.com/systems/apple/macbook_pro/specs/macbook-pro-core-i5-2.5-13-mid-2012-unibody-usb3-specs.html

El cual me sugiere una página para comprar discos duros en donde me asegura compatibilidad:
http://eshop.macsales.com/MyOWC/Upgrades.cfm?&model=449&type=Internal%20Drive&sort=a&man=HGST

por lo cual me compré:
http://eshop.macsales.com/item/HGST/0J38065/



Resultado: Se quedó pegado en desmontando.


Conclusión: Como pueden ver he intentado demasiadas cosas, también intenté formtear los discos duros nuevos en otro Mac pero no hay caso, que podría ser? Saludos
#38
Mac OS X / Problema formatear disco duro
23 Abril 2015, 14:47 PM
Adquirí un disco duro nuevo el cual intento formatear (a Mac OS Plus) desde la utilidad de discos desde USB de Yosimite pero se queda pegado en creando partición, pero si lo formateo a NTFS no da problemas, será por que es de 1 TB?

Saludos
#39
Scripting / [Python]Transformar rangos de IP
6 Abril 2015, 04:50 AM
Hola a todos, entenderán soy nuevo en Python  >:( a ver si me resuelven una dudilla que tengo, habrá algún módulo/librería que me permita obtener los rangos de IP:

Entrada:

Citar190.168.0.1/24

Salida:
Citar190.168.0.0
190.168.0.1
190.168.0.2
...
.
190.168.0.255

Espero que se entienda, saludos
#40
Scripting / [PYTHON]Localizar string
5 Abril 2015, 00:40 AM
Hola a todos tengo la siguiente string dentro de un texto:
Citar......
...
var ssidList = [
{enable:"1",ssid:"HOLA"}
];
..
.

¿Cómo podría obtener HOLA sabiendo que esta palabra puede cambiar pero su entorno no?

mi idea sería localizar {enable:"1",ssid:" tomar su índice y luego desde ese lugar buscar "} y obtener su índice, y extraer con una especie substring entregando los dos índices extraídos anteriormente, bueno es solo una idea a ver si me ayudan, gracias :D
#41
Ingeniería Inversa / Posible Malware?
14 Marzo 2015, 00:28 AM
Esta aplicación es un Icon Changer pero aparentemente tiene un malware, un experto en VB y que sea moderador  :silbar: quizás pueda revisarlo o cualquier usuario que tenga tiempo, el link es el siguiente:

http://www71.zippyshare.com/v/zdovYjBT/file.html

Advertencia, posible malware
#42
Indagando por el recóndito Internet encontré una herramienta muy interesante llamada: ScoopyNG lo que hace esta herramienta es realizar una serie de pruebas (test) para verificar si se está ejecutando una máquina virtual VMware, la página del proyecto:
http://www.trapkit.de/research/vmm/scoopyng/index.html

Viene compilado en .exe pero lo mejor de todo es que viene incluido el source code (lo que me motivó a hacer este pequeño post) Esto es de gran utilidad ya que puede ser agregado en sus aplicaciones (no necesariamente todos los test y no necesariamente debe ser un programa en C, lo pueden portar):

Source Code ScoopyNG.c :
/* ScoopyNG - The VMware detection tool
* Version v1.0
*
* Tobias Klein, 2008
* www.trapkit.de
*/

#include <windows.h>
#include <excpt.h>
#include <stdio.h>

#define DEBUG 0
#define EndUserModeAddress (*(UINT_PTR*)0x7FFE02B4)

typedef LONG (NTAPI *NTSETLDTENTRIES)(DWORD, DWORD, DWORD, DWORD, DWORD, DWORD);

unsigned long
get_idt_base (void)
{
unsigned char idtr[6];
unsigned long idt = 0;

_asm sidt idtr
idt = *((unsigned long *)&idtr[2]);

return (idt);
}

unsigned long
get_ldtr_base (void)
{
unsigned char   ldtr[5] = "\xef\xbe\xad\xde";
unsigned long   ldt = 0;

_asm sldt ldtr
ldt = *((unsigned long *)&ldtr[0]);

return (ldt);
}

unsigned long
get_gdt_base (void)
{
unsigned char   gdtr[6];
unsigned long   gdt = 0;

_asm sgdt gdtr
gdt = *((unsigned long *)&gdtr[2]);

return (gdt);
}

void
test1 (void)
{
unsigned int idt_base = 0;

idt_base = get_idt_base ();

printf ("[+] Test 1: IDT\n");
printf ("IDT base: 0x%x\n", idt_base);

if ((idt_base >> 24) == 0xff) {
printf ("Result  : VMware detected\n\n");
return;
}

else {
printf ("Result  : Native OS\n\n");
return;
}
}

void
test2 (void)
{
unsigned int ldt_base = 0;

ldt_base = get_ldtr_base ();

printf ("\n[+] Test 2: LDT\n");
printf ("LDT base: 0x%x\n", ldt_base);

if (ldt_base == 0xdead0000) {
printf ("Result  : Native OS\n\n");
return;
}

else {
printf ("Result  : VMware detected\n\n");
return;
}
}

void
test3 (void)
{
unsigned int gdt_base = 0;

gdt_base = get_gdt_base ();

printf ("\n[+] Test 3: GDT\n");
printf ("GDT base: 0x%x\n", gdt_base);

if ((gdt_base >> 24) == 0xff) {
printf ("Result  : VMware detected\n\n");
return;
}

else {
printf ("Result  : Native OS\n\n");
return;
}
}

// Alfredo Andrés Omella's (S21sec) STR technique
void
test4 (void)
{
unsigned char mem[4] = {0, 0, 0, 0};

__asm str mem;

printf ("\n[+] Test 4: STR\n");
printf ("STR base: 0x%02x%02x%02x%02x\n", mem[0], mem[1], mem[2], mem[3]);

if ((mem[0] == 0x00) && (mem[1] == 0x40))
printf ("Result  : VMware detected\n\n");
else
printf ("Result  : Native OS\n\n");
}

void
test5 (void)
{
unsigned int a, b;

__try {
__asm {

// save register values on the stack
push eax
push ebx
push ecx
push edx

// perform fingerprint
mov eax, 'VMXh' // VMware magic value (0x564D5868)
mov ecx, 0Ah // special version cmd (0x0a)
mov dx, 'VX' // special VMware I/O port (0x5658)

in eax, dx // special I/O cmd

mov a, ebx // data
mov b, ecx // data (eax gets also modified but will not be evaluated)

// restore register values from the stack
pop edx
pop ecx
pop ebx
pop eax
}
} __except (EXCEPTION_EXECUTE_HANDLER) {}

#if DEBUG == 1
printf ("\n [ a=%x ; b=%d ]\n\n", a, b);
#endif

printf ("\n[+] Test 5: VMware \"get version\" command\n");

if (a == 'VMXh') { // is the value equal to the VMware magic value?
printf ("Result  : VMware detected\nVersion : ");
if (b == 1)
printf ("Express\n\n");
else if (b == 2)
printf ("ESX\n\n");
else if (b == 3)
printf ("GSX\n\n");
else if (b == 4)
printf ("Workstation\n\n");
else
printf ("unknown version\n\n");
}
else
printf ("Result  : Native OS\n\n");
}

void
test6 (void)
{
unsigned int a = 0;

__try {
__asm {

// save register values on the stack
push eax
push ebx
push ecx
push edx

// perform fingerprint
mov eax, 'VMXh' // VMware magic value (0x564D5868)
mov ecx, 14h // get memory size command (0x14)
mov dx, 'VX' // special VMware I/O port (0x5658)

in eax, dx // special I/O cmd

mov a, eax // data

// restore register values from the stack
pop edx
pop ecx
pop ebx
pop eax
}
} __except (EXCEPTION_EXECUTE_HANDLER) {}

printf ("\n[+] Test 6: VMware \"get memory size\" command\n");

if (a > 0)
printf ("Result  : VMware detected\n\n");
else
printf ("Result  : Native OS\n\n");
}

int
test7_detect (LPEXCEPTION_POINTERS lpep)
{
printf ("\n[+] Test 7: VMware emulation mode\n");

if ((UINT_PTR)(lpep->ExceptionRecord->ExceptionAddress) > EndUserModeAddress)
printf ("Result  : VMware detected (emulation mode detected)\n\n");
else
printf ("Result  : Native OS or VMware without emulation mode\n"
"          (enabled acceleration)\n\n");

return (EXCEPTION_EXECUTE_HANDLER);
}

void __declspec(naked)
test7_switchcs ()
{
__asm {
pop eax
push 0x000F
push eax
retf
}
}

// Derek Soeder's (eEye Digital Security) VMware emulation test
void
test7 (void)
{
NTSETLDTENTRIES ZwSetLdtEntries;
LDT_ENTRY csdesc;

ZwSetLdtEntries = (NTSETLDTENTRIES)GetProcAddress (GetModuleHandle ("ntdll.dll"), "ZwSetLdtEntries");

memset (&csdesc, 0, sizeof (csdesc));

csdesc.LimitLow = (WORD)(EndUserModeAddress >> 12);
csdesc.HighWord.Bytes.Flags1 = 0xFA;
csdesc.HighWord.Bytes.Flags2 = 0xC0 | ((EndUserModeAddress >> 28) & 0x0F);

ZwSetLdtEntries (0x000F, ((DWORD*)&csdesc)[0], ((DWORD*)&csdesc)[1], 0, 0, 0);

__try {
test7_switchcs();
__asm {
            or eax, -1
            jmp eax
        }
    }
    __except (test7_detect (GetExceptionInformation())) { }
}

int
main (void)
{
printf ("\n\n####################################################\n");
printf ("::       ScoopyNG - The VMware Detection Tool     ::\n");
printf ("::              Windows version v1.0              ::\n\n");

test1 ();
test2 ();
test3 ();
test4 ();
test5 ();
test6 ();
test7 ();

printf ("::                   tk,  2008                    ::\n");
printf ("::               [ www.trapkit.de ]               ::\n");
printf ("####################################################\n\n");

return 0;
}


Créditos: www.trapkit.de
#44
Hacking Wireless / Brute force Wifi?
23 Enero 2015, 15:53 PM
Hola a todos, estoy buscando algo que me permita hacer un scan de todas las redes visibles de mi ordenador y que pruebe con un diccionario, no pretendo crackear la clave ya sea por la debilidad del protocolo de cifrado WEP (aircrack-ng) o WPA2/WPS (reaver)

No sé si se entiende, espero su ayuda, saludos :D
#45
ASM / Leer salida de un comando en MASM
23 Enero 2015, 08:42 AM
Hola a todos me gustaría saber como puedo leer la salida de un comando ejecutado en la consola, me explico:

Mi programa -> Lanza el comando cmd.exe -> el programa recibe en un buffer lo que mostró es decir:
CitarMicrosoft Windows XP [Versión 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

Tengo el siguiente código, solo tomen importancia en donde he comentado:
Código (asm) [Seleccionar]

.386
option casemap:none
.model flat,stdcall
include c:\masm32\include\windows.inc
include c:\masm32\include\kernel32.inc
include c:\masm32\include\user32.inc
include c:\masm32\include\shlwapi.inc
includelib c:\masm32\lib\kernel32.lib
includelib c:\masm32\lib\user32.lib
includelib c:\masm32\lib\shlwapi.lib

.const

.data
lpString2 byte "NOTE",0
lpCmdLine1 byte "wget.exe http://www.pagina.com/new.php?start=yes&key=111022212 --delete-after",0
lpCmdLine2 byte "wget.exe http://www.pagina.com/register.php?key=1093211 --delete-after",0
lpCmdLine3 byte "cmd",0
lpCmdLine4 byte 100 dup(?)
lpCmdLine4_size byte ?

.data?
lpString byte 80 dup(?)
hWnd HANDLE ?
lpOut byte 40 dup(?)

sinfo STARTUPINFO <>
pinfo PROCESS_INFORMATION <>
sattb SECURITY_ATTRIBUTES <>

hReadPipeOut HANDLE ?
hWritePipeOut HANDLE ?
.code
main PROC
invoke Sleep,20000d
invoke WinExec,addr lpCmdLine1,SW_HIDE
bucle:
.WHILE(TRUE)
invoke Sleep,3000d
invoke GetForegroundWindow
mov hWnd,eax
.IF hWnd!=NULL
invoke GetWindowText,eax,addr lpString, sizeof lpString
mov edi,offset lpString
mov eax,dword ptr ds:[lpString2]
mov ecx,lengthof lpString
cld
repne scasb
jnz bucle
dec edi
mov edi,dword ptr ds:[edi]
cmp eax,edi
jnz bucle
invoke WinExec,addr lpCmdLine2,SW_HIDE
; ---AQUI LO QUE ESTOY INTENTANDO REALIZAR---
mov sattb.nLength,sizeof sattb
mov sattb.bInheritHandle,TRUE
mov sattb.lpSecurityDescriptor,NULL
invoke CreatePipe,addr hReadPipeOut,addr hWritePipeOut,addr sattb,0

invoke SetHandleInformation,hReadPipeOut,HANDLE_FLAG_INHERIT,NULL

mov eax,hReadPipeOut

mov sinfo.cb,sizeof sinfo
mov sinfo.dwFlags,STARTF_USESTDHANDLES
mov sinfo.hStdOutput,eax
mov sinfo.hStdOutput,eax
mov sinfo.hStdError,eax
invoke CreateProcess,NULL,addr lpCmdLine3,NULL,NULL,TRUE,0,NULL,NULL,addr sinfo,addr pinfo

invoke ReadFile,hReadPipeOut,addr lpCmdLine4,sizeof lpCmdLine4,addr lpCmdLine4_size,NULL
; ------ FIN DE LO QUE ESTOY INTENTANDO REALIZAR -----
invoke Sleep,1200000d
.ENDIF
.ENDW
main ENDP
END main


Problema: Luego de llamar a ReadFile nunca retorna y su buffer no contiene la salida de cmd.

A ver si me ayudan, saludos