secgroundzero / warberry

WarBerryPi - Tactical Exploitation
2.22k stars 288 forks source link

Error in warberrypi #83

Closed aflima closed 7 years ago

aflima commented 7 years ago

Hi, i'm having this issue bellow when try to execute warberry

root@WarBerry:~/WarBerry/warberry# python2.7 warberry.py Traceback (most recent call last): File "warberry.py", line 60, in main() File "warberry.py", line 44, in main pid = subprocess.Popen(["sudo","python","run_responder.py",str(responder_time),str(iface)]) # call subprocess UnboundLocalError: local variable 'iface' referenced before assignment

secgroundzero commented 7 years ago

can you please pull the latest commit as i fixed something.

let me know if you still face problems

aflima commented 7 years ago

I pull the latest commit but still with the same error.

root@WarBerry:~/WarBerry/warberry# git log commit da14a49745c46c59e0341da099852eb2c038272d (HEAD -> master, origin/master, origin/HEAD) Author: SecGroundZero secgroundzero@gmail.com Date: Wed Aug 9 17:28:03 2017 +0000

bug fixes
secgroundzero commented 7 years ago

How do you initiate the script? Do you specify an interface?

Sent from my iPhone

On 9 Aug 2017, at 8:48 PM, nig0fl notifications@github.com wrote:

I pull the latest commit but still with the same error.

root@WarBerry:~/WarBerry/warberry# git log commit da14a49 (HEAD -> master, origin/master, origin/HEAD) Author: SecGroundZero secgroundzero@gmail.com Date: Wed Aug 9 17:28:03 2017 +0000

bug fixes — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or mute the thread.

aflima commented 7 years ago

Man sorry, my falt. When i try to warberry -h don't work, but when i send warberry.py -I eth0 -i -T3 works fine.

Tks

secgroundzero commented 7 years ago

No problem. I will correct the issue with the -h

Sent from my iPhone

On 9 Aug 2017, at 9:28 PM, nig0fl notifications@github.com wrote:

Man sorry, my falt. When i try to warberry -h don't work, but when i send warberry.py -I eth0 -i -T3 works fine.

Tks

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or mute the thread.