Darren Kitchen Posted March 3, 2017 Share Posted March 3, 2017 https://github.com/hak5/bashbunny-payloads/tree/master/payloads/library/nmapper Scans target with nmap using specified options Saves sequential logs to mass storage loot folder Link to comment Share on other sites More sharing options...
illwill Posted March 5, 2017 Share Posted March 5, 2017 Quote Violation of CoC Violation of CoC Link to comment Share on other sites More sharing options...
Pickles Posted February 17, 2018 Share Posted February 17, 2018 Hello, I realize this thread is a bit old but I need help. I am still trying to figure out how to use the BB and write payloads, etc. Being that I am very very very new with the BB I have decided to go through Daren's BB Primer on the Hak5 YouTube channel. The primer goes through using this nmapper payload. The file generated in the loot folder (after running the payload) only shows information for the BB, NOT the host the BB is plugged in to. Is the target PC (Windows) I am running the nmapper payload against supposed to lease an IP (in the 172.16.64.10-.12 scope) from the BB? In the INITIALIZATION section of the payload am I supposed to change GET TARGET_IP to something else?? I am not sure. Thank you in advance for your help. Link to comment Share on other sites More sharing options...
C0MPL3X_3N16M4 Posted February 17, 2018 Share Posted February 17, 2018 I personally got tied of changing the RNDIS_ETHERNET and ECM_ETHERNET argument. This works, just a thought. ######## INITIALIZATION ######## LED SETUP # Use RNDIS for Windows. ATTACKMODE RNDIS_ETHERNET GET TARGET_IP GET TARGET_HOSTNAME # Mac/*nix use ECM_ETHERNET if [ -z "${TARGET_IP}" ]; then ATTACKMODE ECM_ETHERNET GET TARGET_IP GET TARGET_HOSTNAME fi Link to comment Share on other sites More sharing options...
Am3ience Posted February 21, 2018 Share Posted February 21, 2018 On 2/17/2018 at 11:04 AM, Pickles said: Hello, I realize this thread is a bit old but I need help. I am still trying to figure out how to use the BB and write payloads, etc. Being that I am very very very new with the BB I have decided to go through Daren's BB Primer on the Hak5 YouTube channel. The primer goes through using this nmapper payload. The file generated in the loot folder (after running the payload) only shows information for the BB, NOT the host the BB is plugged in to. Is the target PC (Windows) I am running the nmapper payload against supposed to lease an IP (in the 172.16.64.10-.12 scope) from the BB? In the INITIALIZATION section of the payload am I supposed to change GET TARGET_IP to something else?? I am not sure. Thank you in advance for your help. I'm also wondering the same thing, I hope someone can chime in and clear it up for us both. On 2/17/2018 at 11:35 AM, C0MPL3X_3N16M4 said: I personally got tied of changing the RNDIS_ETHERNET and ECM_ETHERNET argument. This works, just a thought. ######## INITIALIZATION ######## LED SETUP # Use RNDIS for Windows. ATTACKMODE RNDIS_ETHERNET GET TARGET_IP GET TARGET_HOSTNAME # Mac/*nix use ECM_ETHERNET if [ -z "${TARGET_IP}" ]; then ATTACKMODE ECM_ETHERNET GET TARGET_IP GET TARGET_HOSTNAME fi Isn't there an Auto-Ethernet command now in firmware 1.5? - Added new AUTO_ETHERNET attackmode - This attackmode will first attempt to bring up ECM_ETHERNET. If after the default timeout of 20 seconds no connection is established, RNDIS_ETHERNET will be attempted. - In addition to AUTO_ETHERNET, ETHERNET_TIMEOUT_XX has been added. This sets the timeout to XX. Link to comment Share on other sites More sharing options...
C0MPL3X_3N16M4 Posted February 22, 2018 Share Posted February 22, 2018 Neat thanks. Link to comment Share on other sites More sharing options...
peel1 Posted November 6, 2019 Share Posted November 6, 2019 anyway i can make it display the public ip not a private one? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.