how can i control other users on same network ?
how can i send any malicious element on same network?
how “man in the middle attack” occuring?
thanks
how can i control other users on same network ?
how can i send any malicious element on same network?
how “man in the middle attack” occuring?
thanks
This video will help you to understand MITM attack. https://www.youtube.com/watch?v=MEZKxKykZ0s
I used bettercap (https://github.com/bettercap/bettercap) for MITM. Here is a tutorial for Sniffing Traffic or sending malicious element. https://www.youtube.com/watch?v=6meYGODj3iQ
but i have a question .how can i spread rat through this same network?
or forward other users some maicious site?
Hi @Shouvo You can spread malware by doing DNS spoofing/poisoning with Bettercap or any other MITM tools. It’s very common in MITM domain. For example… You’ve DNS spoofed/poisoned a network, now when a user tried to go facebook.com it redirect to your own malware server (ex. https://your-fake-facebook.com/update.exe).
thanks man