Skip to content

Commit

Permalink
Merge pull request #17323 from gpotter2/master
Browse files Browse the repository at this point in the history
Update scapy depedency
  • Loading branch information
andresriancho committed Oct 14, 2018
2 parents 7e75679 + 002be4a commit e306ab5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions w3af/core/controllers/dependency_check/platforms/mac.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,6 @@
TRACEROUTE_SCAPY_MSG = """\
Tried to import traceroute from scapy.all and found an OSError including the
message "Device not configured".
This is a bug in the scapy library and happens on OSX with MacPorts i.e. when
Virtualbox is installed.
Please apply the following fix (example for python 2.7):
- Open the file /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scapy/arch/unix.py
- Change line 34 to read:
f=os.popen("netstat -rn|grep -v vboxnet") # -f inet
Original bug report:
http://bb.secdev.org/scapy/issue/418/scapy-error-in-mac-osx-leopard
"""


Expand Down
2 changes: 1 addition & 1 deletion w3af/core/controllers/dependency_check/requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
PIPDependency('pyasn1', 'pyasn1', '0.4.2'),

PIPDependency('lxml', 'lxml', '3.4.4'),
PIPDependency('scapy.config', 'scapy-real', '2.2.0-dev'),
PIPDependency('scapy.config', 'scapy', '2.4.0'),
PIPDependency('guess_language', 'guess-language', '0.2'),
PIPDependency('cluster', 'cluster', '1.1.1b3'),
PIPDependency('msgpack', 'msgpack', '0.5.6'),
Expand Down

0 comments on commit e306ab5

Please sign in to comment.