kanalia Posted March 21, 2017 Posted March 21, 2017 Hi Bunny hoppers The Bunny works on the principle that hosts detect it as 2Gb Ethernet. It then takes precedence over other networks. I noticed that if plugged in for the first time it works every time. If connected more than one time it sometimes detects with speed of 0 (images attached) which makes Bunny useless. Has anyone else experienced this? If I uninstall the driver and plug in again it will detect as 2Gb. Quote
therealcode Posted March 22, 2017 Posted March 22, 2017 Does changing the VID & PID instead of uninstalling/reinstalling the driver help? If so, I could work on a script to randomly assign each new payload.txt a random VID & PID if using Eth. Quote
Onus Posted March 22, 2017 Posted March 22, 2017 I had the same problem.. that script would be awesome.. would also be awesome if it could detect OS and switch automatically from MAC/ linux to RDNIS . and if Mac change the VID/PID to apple Quote
kanalia Posted March 24, 2017 Author Posted March 24, 2017 Hi Gents I tried to assign a random hex to variables but this does not seem to work: VID=var="VID_0X"$(printf "%04X" $RANDOM) PID=var="PID_0X"$(printf "%04X" $RANDOM) ATTACKMODE RNDIS_ETHERNET $VID $PID I need to find the script that executes the payload. Maybe the variables are not resolved. Any suggestions? regards 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.