1bit Posted July 31, 2017 Share Posted July 31, 2017 hey, i think i have a problem with bunny_helpers.sh, when i try to get a variable like $TARGET_IP it returns nothing on the file here's the test script: #!/bin/bash LED R source bunny_helpers.sh GET TARGET_IP echo $TARGET_IP >> /root/udisk/loot/ip.txt LED G (I can't find bunny_helpers.sh on my bunny and i did not find it on the web) thanks :p Quote Link to comment Share on other sites More sharing options...
Lord_KamOS Posted July 31, 2017 Share Posted July 31, 2017 (edited) For this to work, the Bunny must act as a Ethernet adapter. Use ATTACKMODE and then what ever you need. https://wiki.bashbunny.com/#!payload_development.md I recommend reading the wiki and watching the intro video before asking on the forum. Edited July 31, 2017 by Lord_KamOS Quote Link to comment Share on other sites More sharing options...
1bit Posted July 31, 2017 Author Share Posted July 31, 2017 I did read the wiki and all the docs but i tink i removed it by accident and i'm looking for a way to recover the file (I tried to get the addr with the syntax shown in the vdeo but it's not working). Quote Link to comment Share on other sites More sharing options...
Lord_KamOS Posted July 31, 2017 Share Posted July 31, 2017 Are you referring to the nmap script? And what files did you remove? You can just copy what you need from the github repo or reinstall the firmware. Quote Link to comment Share on other sites More sharing options...
1bit Posted August 1, 2017 Author Share Posted August 1, 2017 I'm back, I found bunny_helpers.sh in my trash (impossible to restore it) so, first i tried to paste it in the /root/udisk/payloads/extensions/ file but the commands source bunny_helpers.sh and obviously GET $TARGET_IP #or any variables didn't worked so, second solution, i tried to put bunny_helper.sh (and the other files witch where in extensions) in /root/tools/ but it didn't worked either. Quote Link to comment Share on other sites More sharing options...
1bit Posted August 1, 2017 Author Share Posted August 1, 2017 oh!, and i forgot to precise that i also tried to reinstall the firmware but there was not enough disk space available on the bunny (i didn't load big files in it) Quote Link to comment Share on other sites More sharing options...
1bit Posted August 3, 2017 Author Share Posted August 3, 2017 ok, it works now... 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.