shellbear
                                        Results
                                        11
                                        comments of
                                        
                                
                                            shellbear
                                        
                                    The problem comes from scapy's update. I personnaly solved the problem by downgrading scapy using pip. Here an example command: `` wget -O /tmp/scapy2.3.2.tar.gz https://pypi.python.org/packages/6d/72/c055abd32bcd4ee6b36ef8e9ceccc2e242dea9b6c58fdcf2e8fd005f7650/scapy-2.3.2.tar.gz; sudo pip2 install /tmp/scapy2.3.2.tar.gz ``