Buscando en google podemos en contrar muchas cosas, aquí os pongo varias cosillas que he ido recopilando...
Escribe en google lo siguiente para ver unas cuantas camaras...
Cámaras Axis:
/view/view.shtml axis 'Link'
"adding live video to one of your own pages a very easy task with an AXIS 2100 Network Camera" 'Link'
"Live view - / - AXIS" 'Link'
"Your browser has JavaScript turned off.For the user interface to work effectively" 'Link'
indexFrame.html axis 'Link'
"Live web imaging unleashed" 'Link'
Cámaras Canon:
sample/LvAppl/ 'Link'
Cámaras MOBOTIX:
/control/userimage.html 'Link'
Cámaras JVC:
"(c)copyright 1999-2003 VICTOR COMPANY OF JAPAN, LIMITED. All rights reserved" 'Link'
"V.Networks [Motion Picture(Java)" 'Link'
"Control the Pan/Tilt and move to the Preset Position" 'Link'
Cámaras FlexWatch:
/app/idxas.html 'Link'
"Saving & Retrieving Mode" 'Link'
Cámaras Panasonic:
/ViewerFrame?Mode=Motion 'Link'
Cámaras TOSHIBA: (Tal vez necesitaras Java):
"TOSHIBA Network Camera - User Login" 'Link'
Cámaras Sony:
/home/homeJ.html 'Link'
webcamXP (software de Cámaras en vivo):
"my webcamXP server!" 'Link'
Podemos encontrar
Numeros de tarjetas de credito:
Contraseñas
Programas / MP3's
ETC...Luego de ver estos ejemplos intenten crear sus propias busquedas para
obtener especificamente lo que buscan.
Pruben estas busquedas:
intitle:"Index of" passwords modified
allinurl:auth_user_file.txt
"access denied for user" "using password"
"A syntax error has occurred" filetype:ihtml
allinurl: admin mdb
"ORA-00921: unexpected end of SQL command"
inurl:passlist.txt
"Index of /backup"
"Chatologica MetaSearch" "stack tracking:"
Se imaginaran q son estos Grin:
Amex Numbers: 300000000000000..399999999999999
MC Numbers: 5178000000000000..5178999999999999
visa 4356000000000000..4356999999999999
Directorios y contraseñas al descubierto:
"parent directory "
/appz/ -xxx -html -htm -php -shtml -opendivx -md5 -md5sums
"parent directory "
DVDRip -xxx -html -htm -php -shtml -opendivx -md5 -md5sums
"parent directory "Xvid -xxx -html -htm -php -shtml -opendivx -md5 -md5sums
"parent directory "
Gamez -xxx -html -htm -php -shtml -opendivx -md5 -md5sums
"parent directory " MP3 -xxx -html -htm -php -shtml -opendivx -md5 -md5sums
"parent directory " Name of Singer or
album -xxx -html -htm -php -shtml -opendivx -md5 -md5sums
En estas busquedas solo estoy cambiando el nombre luego de "parent directory
" ,cambienlo por lo que quieran y obtendran distintos resultados.
Intenten con estas busquedas:
?intitle:index.of? mp3
Solo hay q poner le nombre del cantante o cancion
Ejemplo: ?intitle:index.of? mp3 Metallica
inurl:microsoft filetype:iso
Pueden cambiar la busqueda a lo que quieran, ejemplo: Microsoft a Linux ,
iso a rar ....
APACHE2 + SSL
05 marzo, 2006 0 comentarios

Esta noche me ha tocado currar un poquito, así que me he puesto a instalar apache2 +SSL.
Así que empezamos:
apt-get install apache2
una vez instalado empezamos a configurarlo para que acepte conexiones SSL.
Vamos a crear los certificados:
Para ellos hacemos:
PACKLAN:/tmp# apache2-ssl-certificate
Y nos saldrá lo siguiente:
creating selfsigned certificate
replace it with one signed by a certification authority (CA)
enter your ServerName at the Common Name prompt
If you want your certificate to expire after x days call this programm
with -days x
Generating a 1024 bit RSA private key
.++++++
.................................................++++++
writing new private key to '/etc/apache2/ssl/apache.pem'
-----
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [GB]:ES
State or Province Name (full name) [Some-State]:
Locality Name (eg, city) []:
Organization Name (eg, company; recommended) []:BARAHACKS
Organizational Unit Name (eg, section) []:
server name (eg. ssl.domain.tld; required!!!) []:localhost
Email Address []:
Completamos estos datos que nos piden, y ya tendremos nuestro certificado, listo para usarlo. Este script de apache nos va a crear el certificado en /etc/apache2/ssl/apache.pem .
Ahora editamos el fichero /etc/apache2/ports.conf, para que quede de la siguiente manera:
Listen 80
Listen 443
Así nuestro servidor escuchará en los puertos 80 (conexiones no seguras) y 443 (conexiones seguras).
Paso siguiente:
ln -s /etc/apache2/ssl/apache.pem /etc/apache2/ssl/server.crt
ln -s /etc/apache2/ssl/apache.pem /etc/apache2/ssl/server.key
cp /etc/apache2/sites-enabled/default /etc/apache2/sites-enabled/default-ssl
vi /etc/apache2/sites-enabled/default-ssl
Y nos debería quedar de la siguiente forma agregando/modificando las lineas que aparecen en negrita.
Ahora queda el paso final :
a2enmod ssl
a2ensite default-ssl
/etc/init.d/apache2 restart
Y ahora probaremos que todo ha ido bien, abriendo en un navegador:
https://localhost/apache2-default/
YA LO TENEMOS FUNCIONANDO!!!
QUE ES BARAHACKS?
04 marzo, 2006 0 comentarios
Es un hacklab (http://hacklabs.org/) de la zona este de Madrid (Barajas) donde trabaja un grupo de gente interesada en la tecnología y su uso social, sobretodo en el campo de la informática y las telecomunicaciones. Tenemos reuniones semanales en el propio local y desde allí desarrollamos nuestras actividades, proyectos y talleres.
Si te animas ya sabes donde encontrarnos ...
www.barahacks.net
Suscribirse a:
Entradas (Atom)