7 ms·
I made a LAN scanner based on this in JS: http://algorithm.dk/lanscan http://algorithm.dk/lanscan
by algorithm_dk 12y ago
I made a LAN scanner based on this in JS:
http://algorithm.dk/lanscan http://algorithm.dk/lanscan
- jmartinpetersen 12y agoVery cool! But your subnet "detection" seems based on a broken assumption.
- Eridrus 12y agoPerformance on this is pretty impressive. Most of the code for this has generally been terribly slow and inefficient (eg BeEF).
- ryanseys 12y agoVery cool. I ran this on my laptop connected to my school's WiFi network and found 65 alive hosts.
- DanBC 12y agoYou need to be very careful about what you do on other people's computers. Make sure you get permission and are able to explain what you're doing.