What is the Best way to gather other users informations on same network?

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 :love_you_gesture:

3 Likes

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

2 Likes

thanks @1337

2 Likes

Thanks bro @1337

but i have a question .how can i spread rat through this same network?
or forward other users some maicious site?

2 Likes

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 :wink:

1 Like