Skip to content

ICAP/1.0 protocol Implementaion for scapy (copied code from scapy-http by invernizzi)

License

Notifications You must be signed in to change notification settings

syakesaba/scapy-icap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scapy-icap

ICAP/1.0 protocol Implementaion for scapy (copied code from scapy-http by invernizzi)

Usage

[root@user ~]$ scapy
WARNING: No route found for IPv6 destination :: (no default route?)
Welcome to Scapy (2.2.0-dev)
>>> scapy
<module 'scapy' from '/usr/local/lib/python2.7/dist-packages/scapy/__init__.pyc'>
>>> from os import system
>>> system("ls /usr/local/lib/python2.7/dist-packages/scapy/contrib/icap.py")
/usr/local/lib/python2.7/dist-packages/scapy/contrib/icap.py
0
>>> load_contrib("icap")
>>> ICAP
<class 'scapy.contrib.icap.ICAP'>

About

ICAP/1.0 protocol Implementaion for scapy (copied code from scapy-http by invernizzi)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages