JustASkid Posted April 6, 2017 Share Posted April 6, 2017 if [ -z "${TARGET_IP}" ]; then LED R 1000 exit 1 fi I have been trying to run the scrip above to troubleshoot a payload, for some reason the bash bunny seems unable to receive a IP? Any Ideas why? Quote Link to comment Share on other sites More sharing options...
Dave-ee Jones Posted April 6, 2017 Share Posted April 6, 2017 The BB gives IPs. However, it can only give/get an IP if it is in an ethernet attackmode (e.g. RNDIS_ETHERNET). Default IP is 172.16.64.1 for the BB, 172.16.64.10 for the connected computer. Quote Link to comment Share on other sites More sharing options...
Hectortxz Posted April 6, 2017 Share Posted April 6, 2017 1 hour ago, Dave-ee Jones said: The BB gives IPs. However, it can only give/get an IP if it is in an ethernet attackmode (e.g. RNDIS_ETHERNET). Default IP is 172.16.64.1 for the BB, 172.16.64.10 for the connected computer. So When I Go To The IPV4 Properties I Set The IP To 172.16.64.10 ? Quote Link to comment Share on other sites More sharing options...
Dave-ee Jones Posted April 6, 2017 Share Posted April 6, 2017 (edited) 7 hours ago, Hectortxz said: So When I Go To The IPV4 Properties I Set The IP To 172.16.64.10 ? It should automatically get that IP via the DHCP server on the BB, so you don't need to set a static IP. This is what your payloads thing should look like: ATTACKMODE RNDIS_ETHERNET <your code here> The BB can only act as an ethernet adapter if you tell it to (via ATTACKMODE). If you use a *nix machine or Mac then use: ATTACKMODE ECM_ETHERNET Edited April 6, 2017 by Dave-ee Jones 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.