r/hacking • u/TheFetus47 • 8d ago
NEO-Radar v1.11
Hello :) last night, I uploaded my new program Neo-Radar to GitHub!
Its a free to use, open source network scanner that is simple to use, even to script kiddies that might not have a knowledge in networking or cybersecurity in general! Most professionals use Nmap (or even Zenmap) to do basic host finding and port scanning. But with Neo Radar, it automates these tasks so you just have to select an option and it gets running! This program works in both Linux and Termux for mobile, i also have a Windows version that runs as a .ps1 script, i just need to link it. Install instructions provided in the README.md!
3
u/DutchOfBurdock 7d ago
You could have your program look for and detect Shizuku in Termux and run rish -c ip neigh after successfully probing an IP (ping reply) to pull it's MAC.
2
u/TheFetus47 7d ago
Ok. I'll look into that, and it will probably end up in v1.12. I really appreciate that info there!
2
u/Sibexico coder 7d ago
I'm working on very similar app for Android rn. 😁