Meownetspoofer
Welcome
Hello and welcome. Today, I'm going to show you how to use my tool: Meownetspoofer. I coded this tool two years ago, and I just wanted to share for fun haha !
Brief history on Meownetspoofer
Meownetspoofer was built to understand how spoofing works. Now, it can spoof your IP address and MAC address. Furthermore, it gives you an option to save your previous IP address and MAC address in case you forget 🤩
It uses this library called subprocess. It is one of my favorite libraries because it helps to run system commands directly from the script. Ever since I discovered this library, I implemented this library in my future projects because of how cool it is !
How it works
😉 The IP address is fake and was already spoofed, even the MAC address.
This was a screenshot that I took before spoofing.
This was after spoofing the network. Run the following command:
python3 meownetspoofer.py
As you can see from the image, the IP address changed from 192.168.22.21
to 192.168.22.7
. Not only that, the MAC address changed from 3A:7F:2C:9D:1B:E4
to D4:5A:1F:3C:7E:B2
. It also changes subnet mask; however, for this example, I wouldn't want to risk it.
That's all for today. I hope you like my tool! I know it could be improved, but it was a learning exercise for me, and I learned a lot. Thank you very much for reading.✨
Signing off,
noob3int 💖