secgroundzero / warberry

WarBerryPi - Tactical Exploitation
2.22k stars 288 forks source link

IOError #44

Closed arcangel93 closed 8 years ago

arcangel93 commented 8 years ago

I recieve this error when trying to run your python script:

Traceback (most recent call last):
  File "warberry.py", line 283, in <module>
    main()
  File "warberry.py", line 123, in main
    int_ip = iprecon(iface)
  File "/home/pi/Warberry/warberry/src/core/enumeration/ip_enum.py", line 49, in iprecon
    scope_definition(ifname, CIDR)
  File "/home/pi/Warberry/warberry/src/core/enumeration/ip_enum.py", line 71, in scope_definition
    with open('../Results/live_ips', 'w') as ip_addresses:
IOError: [Errno 2] No such file or directory: '../Results/live_ips'

Thanks in advance for the help!