korang Posted October 31, 2017 Share Posted October 31, 2017 So, after last nights live stream. And seeing the squirrel can be run with python scripts. My first thought, can responder be installed on here? Quote Link to comment Share on other sites More sharing options...
Dave-ee Jones Posted October 31, 2017 Share Posted October 31, 2017 Don't see why not. Quote Link to comment Share on other sites More sharing options...
korang Posted November 1, 2017 Author Share Posted November 1, 2017 Well, I can see where a few hours in my future will be spent...lol Quote Link to comment Share on other sites More sharing options...
korang Posted November 1, 2017 Author Share Posted November 1, 2017 Has anyone installed any additional packages? And how do you install them? Quote Link to comment Share on other sites More sharing options...
b0N3z Posted November 1, 2017 Share Posted November 1, 2017 (edited) For responder you could probably just download it via PC and then scp over to the PS. Then install from there. Not much room for stuff though so I'm wondering if you can install on a USB disk like say the pineapple nano. It's openwrt 15.05.1 Edited November 1, 2017 by b0N3z Quote Link to comment Share on other sites More sharing options...
korang Posted November 1, 2017 Author Share Posted November 1, 2017 Ok so I can download responder from github and run it on a USB storage. it is just python. The question is, if I run in NETMODE TRANSPARENT, are there interfaces that show up to bind responder to? If I am in TRANSPARENT mode, can I still SSH into the squirrel? Quote Link to comment Share on other sites More sharing options...
korang Posted November 1, 2017 Author Share Posted November 1, 2017 OK, so looked at the TCPDUMP payload and saw it is using NETMODE TRANSPARENT and capturing on br-lan interface. I have tried to do this with responder and seem to not get any working results. In TRANSPARENT mode i tried the br-lan, eth0, and eth1 interfaces and did not capture any traffic. Has anyone done any testing with responder and using a br-lan interface? Quote Link to comment Share on other sites More sharing options...
Sebkinne Posted November 1, 2017 Share Posted November 1, 2017 2 hours ago, korang said: OK, so looked at the TCPDUMP payload and saw it is using NETMODE TRANSPARENT and capturing on br-lan interface. I have tried to do this with responder and seem to not get any working results. In TRANSPARENT mode i tried the br-lan, eth0, and eth1 interfaces and did not capture any traffic. Has anyone done any testing with responder and using a br-lan interface? Responder require an IP address, which NETMODE TRANSPARENT does not provide. Quote Link to comment Share on other sites More sharing options...
Dave-ee Jones Posted November 1, 2017 Share Posted November 1, 2017 (edited) 1 hour ago, Sebkinne said: Responder require an IP address, which NETMODE TRANSPARENT does not provide. Maybe telling him what should be there in the place of it is a good idea.. I would assume that is NETMODE NAT? Edited November 1, 2017 by Dave-ee Jones Quote Link to comment Share on other sites More sharing options...
Sebkinne Posted November 1, 2017 Share Posted November 1, 2017 7 minutes ago, Dave-ee Jones said: Maybe telling him what should be there in the place of it is a good idea.. I would assume that is NETMODE NAT? Anything other than NETMODE TRANSPARENT ;) Quote Link to comment Share on other sites More sharing options...
Dave-ee Jones Posted November 2, 2017 Share Posted November 2, 2017 (edited) 1 hour ago, Sebkinne said: Anything other than NETMODE TRANSPARENT ;) How many are there? And I'm assuming when you say TRANSPARENT (no IP) it means that it just acts as almost an ethernet cable, passing data along but not producing any data? Edited November 2, 2017 by Dave-ee Jones Quote Link to comment Share on other sites More sharing options...
sundhaug92 Posted November 2, 2017 Share Posted November 2, 2017 9 hours ago, Dave-ee Jones said: How many are there? And I'm assuming when you say TRANSPARENT (no IP) it means that it just acts as almost an ethernet cable, passing data along but not producing any data? Yup, that's how TRANSPARENT works. Alternatively, BRIDGE/VPN is good if you want it to have an IP without NAT-ing the client 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.