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'
I recieve this error when trying to run your python script:
Thanks in advance for the help!