Skip to content

UnboundLocalError: local variable 'mem_file' referenced before assignment #15

@sajid36

Description

@sajid36
Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination         
RETURN     all  --  192.168.122.0/24     base-address.mcast.net/24 
RETURN     all  --  192.168.122.0/24     255.255.255.255     
MASQUERADE  tcp  --  192.168.122.0/24    !192.168.122.0/24     masq ports: 1024-65535
MASQUERADE  udp  --  192.168.122.0/24    !192.168.122.0/24     masq ports: 1024-65535
MASQUERADE  all  --  192.168.122.0/24    !192.168.122.0/24    
MASQUERADE  all  --  172.17.0.0/16        anywhere            

Chain DOCKER (2 references)
target     prot opt source               destination         
RETURN     all  --  anywhere             anywhere            

Starting Memory Analysis using Volatility
Traceback (most recent call last):
  File "limon.py", line 505, in <module>
    vol = Volatility(py_path, vol_path, analysis_vm.get_vmmem(), mem_image_profile)
  File "/home/sajid/Limon-master/dyan.py", line 182, in get_vmmem
    vmmem_path = os.path.join(dir_name, mem_file)
UnboundLocalError: local variable 'mem_file' referenced before assignment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions