elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Los 10 CVE más críticos (peligrosos) de 2020


  Mostrar Mensajes
Páginas: [1]
1  Comunicaciones / Redes / 8080/tcp http-proxy en modem ZYXCEL (ISP) en: 25 Julio 2012, 01:15 am
Hola! buenas noches, mi nombre es Luis vivo en Argentina y realmente tengo un problema, me incomoda bastante , no se si realmente es de parte del ISP o de una mala configuración en mi lan casera.

Tengo lo siguiente 2 PC conectadas al router d-link dir 600 con antena wifi con la dirección local 192.168.0.1 el mismo conectado a un modem zyxcel p 600 series con dirección local 192.168.1.1 , lo que no entiendo si debería configurar así la conexión o convertir el el modem en repetidor y que el router se encargue del resto, para evitar que en mi modem, se genere un webcache con el puerto 8080 http-proxy imposible de cerrar, lo que mas me incomoda es tenerlo abierto y no poder cerrarlo aparte siento que mi conexión queda saturada.

la pregunta es, como hacer la configuración adecuada para evitar dicho webcache por parte del isp. ?

Código:
nmap localhost >> pc escritorio con s.o centos6

Starting Nmap 5.51 ( http://nmap.org ) at 2012-07-24 19:45 ART
Nmap scan report for localhost (127.0.0.1)
Host is up (0.000017s latency).
rDNS record for 127.0.0.1: localhost.localdomain
All 1000 scanned ports on localhost (127.0.0.1) are closed
Nmap done: 1 IP address (1 host up) scanned in 0.14 seconds

nmap 192.168.0.1 >> router marca y modelo (d-link dir 600)

Starting Nmap 5.51 ( http://nmap.org ) at 2012-07-24 19:45 ART
Nmap scan report for 192.168.0.1
Host is up (0.0015s latency).
Not shown: 999 closed ports
PORT STATE SERVICE
80/tcp open http
MAC Address: 84:C9:B2:A3:9B:44 (Unknown)
Nmap done: 1 IP address (1 host up) scanned in 0.34 seconds

nmap 192.168.1.1 >> modem marca y modelo (zyxel p 600 series)

Starting Nmap 5.51 ( http://nmap.org ) at 2012-07-24 19:46 ART
Nmap scan report for 192.168.1.1
Host is up (0.029s latency).
Not shown: 998 closed ports
PORT STATE SERVICE
80/tcp open http
8080/tcp filtered http-proxy
Nmap done: 1 IP address (1 host up) scanned in 2.20 seconds


[root@localhost ~]# cat /etc/services | grep 8080
webcache 8080/tcp http-alt #WWW caching-service
webcache 8080/udp http-alt #WWW caching-service


 :silbar:
2  Seguridad Informática / Hacking / Problema Metasploit en CentOS6 en: 6 Mayo 2012, 21:55 pm
buen dia, ya desde anoche me limo la cabeza intentando correr metasploit con soporte a mysql o postgresql para correr autopwn, distribución es centos6 kernel 2.6.32-220.13.1.el6.i686


Código:
Database Backend Commands
=========================

    Command        Description
    -------        -----------
    creds          List all credentials in the database
    db_connect     Connect to an existing database
    db_disconnect  Disconnect from the current database instance
    db_export      Export a file containing the contents of the database
    db_import      Import a scan result file (filetype will be auto-detected)
    db_nmap        Executes nmap and records the output automatically
    db_status      Show the current database status
    hosts          List all hosts in the database
    loot           List all loot in the database
    notes          List all notes in the database
    services       List all services in the database
    vulns          List all vulnerabilities in the database
    workspace      Switch between database workspaces


Código:
[-] Unknown command: db_driver.
msf > load db_driver
[-] Failed to load plugin from /opt/metasploit-4.3.0/msf3/plugins/db_driver: cannot load such file -- /opt/metasploit-4.3.0/msf3/plugins/db_driver

Algunos detalles a tener presente;

Código:
ruby -v
ruby 1.9.3p194 (2012-04-20 revision 35410) [i686-linux]

gem -v
1.8.24

 rpm -qa |grep MySQL
perl-DBD-MySQL-4.013-3.el6.i686
qt3-MySQL-3.3.8b-30.el6.i686
MySQL-python-1.2.3-0.3.c1.1.el6.i686

rpm -qa |grep PostgreSQL
qt3-PostgreSQL-3.3.8b-30.el6.i686


Lei por en otra pagina . (para no nombrarla) que necesito install sqlite3 libsqlite3-ruby libdbd-sqlite3-ruby libopenssl-ruby, el tema es que ya tengo todo eso installado, lo cual fue hecho desde gem install -- sin embargo cuando intento hacer "gem install mysql" me salta lo siguiente.


Código:
gem install mysql
Building native extensions.  This could take a while...
ERROR:  Error installing mysql:
ERROR: Failed to build gem native extension.

        /usr/local/rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb
checking for mysql_ssl_set()... *** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers.  Check the mkmf.log file for more
details.  You may need configuration options.

Provided configuration options:
--with-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/usr/local/rvm/rubies/ruby-1.9.3-p194/bin/ruby
--with-mysql-config
--without-mysql-config
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:381:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
You have to install development tools first.
from /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:461:in `try_link0'
from /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:476:in `try_link'
from /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:619:in `try_func'
from /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:894:in `block in have_func'
from /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:790:in `block in checking_for'
from /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:284:in `block (2 levels) in postpone'
from /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:254:in `open'
from /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:284:in `block in postpone'
from /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:254:in `open'
from /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:280:in `postpone'
from /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:789:in `checking_for'
from /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:893:in `have_func'
from extconf.rb:50:in `<main>'


Gem files will remain installed in /usr/local/rvm/gems/ruby-1.9.3-p194/gems/mysql-2.8.1 for inspection.
Results logged to /usr/local/rvm/gems/ruby-1.9.3-p194/gems/mysql-2.8.1/ext/mysql_api/gem_make.out

Probe instalando mysql-devel desde yum pero dice que ya esta instalado cosa que al realizar rpm -qa | grep MySQL, no aparece y tampoco cuando quiero hacer un "yum remove mysql-devel" dice que no esta instalado!!

WTF??
Páginas: [1]
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines