microshift Posted May 22, 2009 Share Posted May 22, 2009 Hi Technolusters Can these tools be ported to Atheros as ipkg ? http://hamster.erratasec.com/ Quote Link to comment Share on other sites More sharing options...
schuchwun Posted May 26, 2009 Share Posted May 26, 2009 Stand alone no. hamster and ferret are windows command line utilities. It will port to Linux as per their blog The source code will also compile on Linux or MacOS with only a couple obvious modifications. Just "gcc *.c" the source code and fix __int64, stricmp, and memicmp. Again, you need libpcap for it to work. Add these when things don't work on gcc: #define __int64 long long #define stricmp strcasecmp #define strnicmp strncasecmp #define memicmp memcmp BUT it will not run on something like the Fon (maybe if you have 2 back to back but i doubt it) Quote Link to comment Share on other sites More sharing options...
SWFu Posted May 26, 2009 Share Posted May 26, 2009 Wifizoo would be better. Quote Link to comment Share on other sites More sharing options...
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.