peternz Posted September 21, 2017 Posted September 21, 2017 Hi I want to run a server from my PI Zero W (Why? Because I can) I have a a static IP address and would like to run a server on my PI. But I'm worried about the other computers on my home network. What tools can I load onto my pi and attack my other computers to see if they are safe. All my Computer are Ubuntu so if there are tools I can use from these that would be interesting too. So I can attack one from the other..... Thank You... Quote
Dave-ee Jones Posted September 21, 2017 Posted September 21, 2017 You can't really do much by running a server on a Pi and attacking devices from it...Not unless you do something like launching a cryptolocker across your whole network (probably not wise). You can try using things like Airmon-ng, Wireshark, Kismet etc. to perform wireless attacks or monitoring. Quote
digip Posted September 22, 2017 Posted September 22, 2017 All the tools that run on kali, will run on uBuntu for the most part, but just install Kali on the Pi and then you have all the tools you'll need to get stared poking at the rest of the machines on your network. Ideally you only need a few things to really get started, which only require some linux and basic essentials. Nmap, netcat, little bash scripting and auotmating things to scan and check for, and just poking what is on the network and enumerating what they may be vulnerable to. In most cases, tools only get you a rough overview. They aren't perfect, not 100% reliable in all cases anyway. Enumeration is key, not OS or tool specific. Good understanding of networking and services on ports and google fu will help more than anything else will. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.