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

 

 


Tema destacado: AIO elhacker.NET 2021 Compilación herramientas análisis y desinfección malware


+  Foro de elhacker.net
|-+  Seguridad Informática
| |-+  Hacking (Moderador: toxeek)
| | |-+  Problemas con proxychains
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: [1] Ir Abajo Respuesta Imprimir
Autor Tema: Problemas con proxychains  (Leído 5,439 veces)
Rocky91

Desconectado Desconectado

Mensajes: 5


Ver Perfil
Problemas con proxychains
« en: 16 Junio 2013, 23:25 pm »

Hola a todos.

Bueno mi problema es que al intentar acceder al navegador a traves de una cadena de proxys no puedo, os dejo lo que e dice.

Saludos

Configuración

Código:
# proxychains.conf  VER 3.1
#
#        HTTP, SOCKS4, SOCKS5 tunneling proxifier with DNS.
#      

# The option below identifies how the ProxyList is treated.
# only one option should be uncommented at time,
# otherwise the last appearing option will be accepted
#
#dynamic_chain
#
# Dynamic - Each connection will be done via chained proxies
# all proxies chained in the order as they appear in the list
# at least one proxy must be online to play in chain
# (dead proxies are skipped)
# otherwise EINTR is returned to the app
#
strict_chain
#
# Strict - Each connection will be done via chained proxies
# all proxies chained in the order as they appear in the list
# all proxies must be online to play in chain
# otherwise EINTR is returned to the app
#
#random_chain
#
# Random - Each connection will be done via random proxy
# (or proxy chain, see  chain_len) from the list.
# this option is good to test your IDS :)

# Make sense only if random_chain
#chain_len = 2

# Quiet mode (no output from library)
#quiet_mode

# Proxy DNS requests - no leak for DNS data
proxy_dns
# Some timeouts in milliseconds
tcp_read_time_out 15000
tcp_connect_time_out 8000

# ProxyList format
#       type  host  port [user pass]
#       (values separated by 'tab' or 'blank')
#
#
#        Examples:
#
#               socks5  192.168.67.78   1080    lamer   secret
#               http    192.168.89.3    8080    justu   hidden
#               socks4  192.168.1.49    1080
#               http    192.168.39.93   8080    
#              
#
#       proxy types: http, socks4, socks5
#        ( auth types supported: "basic"-http  "user/pass"-socks )
#
[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
socks4  127.0.0.1 9050
socks4  88.150.205.239  1080

Error que me dá

Código:
root@bt:~# proxychains google-chrome
ProxyChains-3.1 (http://proxychains.sf.net)
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-request| ::1
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: ::1 is not exist
|DNS-request| www.google.es
|DNS-request| www.google.com
|S-chain|-<>-127.0.0.1:9050-<--timeout
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: www.google.es is not exist
|DNS-response|: www.google.com is not exist
[10484:10514:0616/171138:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
[10484:10514:0616/171138:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
|DNS-request| clients4.google.com
|DNS-request| translate.googleapis.com
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: clients4.google.com is not exist
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: translate.googleapis.com is not exist
[10484:10484:0616/171138:ERROR:object_proxy.cc(529)] Failed to call method: org.chromium.Mtpd.EnumerateStorages: object_path= /org/chromium/Mtpd: org.freedesktop.DBus.Error.ServiceUnknown: The name org.chromium.Mtpd was not provided by any .service files
|DNS-request| www.google.es
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: www.google.es is not exist
|DNS-request| www.google.es
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: www.google.es is not exist
|DNS-request| www.google.es
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: www.google.es is not exist
|DNS-request| www.google.es
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: www.google.es is not exist
|DNS-request| www.google.es
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: www.google.es is not exist
|DNS-request| www.google.es
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: www.google.es is not exist
|DNS-request| www.google.es
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: www.google.es is not exist
|DNS-request| www.google.es
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: www.google.es is not exist
|DNS-request| www.google.es
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: www.google.es is not exist
|DNS-request| www.google.es
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: www.google.es is not exist
|DNS-request| www.google.es
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: www.google.es is not exist
|DNS-request| www.google.es
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: www.google.es is not exist
|DNS-request| www.google.es
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: www.google.es is not exist
|DNS-request| www.google.com
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: www.google.com is not exist
|DNS-request| www.google.es
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: www.google.es is not exist
|DNS-request| www.google.es
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: www.google.es is not exist
|DNS-request| tnqhmsvxza
|DNS-request| kupsdqwpfn
|DNS-request| omepajdrvj
|S-chain|-<>-127.0.0.1:9050-|S-chain|-<>-127.0.0.1:9050-<--timeout
<--timeout
|DNS-response|: tnqhmsvxza is not exist
|DNS-response|: kupsdqwpfn is not exist
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: omepajdrvj is not exist
|DNS-request| ssl.gstatic.com
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: ssl.gstatic.com is not exist
|DNS-request| www.google.es
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: www.google.es is not exist
|DNS-request| www.google.es
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: www.google.es is not exist
|DNS-request| www.google.es
|S-chain|-<>-127.0.0.1:9050-<--timeout
|DNS-response|: www.google.es is not exist
« Última modificación: 16 Junio 2013, 23:39 pm por Rocky91 » En línea

dantemc


Desconectado Desconectado

Mensajes: 2.003

:D


Ver Perfil
Re: Problemas con proxychains
« Respuesta #1 en: 17 Junio 2013, 23:01 pm »

parece que no se conecta, cuando ejecutas el proxychains si se abre ese puerto?

netstat -antp | grep 9050

En línea

8-D
Páginas: [1] Ir Arriba Respuesta Imprimir 

Ir a:  

Mensajes similares
Asunto Iniciado por Respuestas Vistas Último mensaje
Curiosidad con proxychains « 1 2 3 »
Hacking
Søra 22 16,629 Último mensaje 6 Julio 2010, 23:54 pm
por Søra
LOIC con proxychains
GNU/Linux
AALD666 3 4,716 Último mensaje 20 Mayo 2011, 19:31 pm
por Foxy Rider
problemas con proxychains
Hacking
transfersote 4 7,245 Último mensaje 23 Diciembre 2011, 22:41 pm
por transfersote
proxychains en Kali
GNU/Linux
H20-X 1 2,554 Último mensaje 15 Mayo 2013, 22:29 pm
por ceibe
Problemas con TOR, openvpn, proxychains en kali...
GNU/Linux
D@niel99 2 4,933 Último mensaje 10 Diciembre 2020, 16:52 pm
por D@niel99
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines