kamene
kamene copied to clipboard
scapy3k export history file
can you implement this in scapy3k please
SCAPY_HISTFILE env var to set scapy history file
https://github.com/secdev/scapy/issues/103
- histfile = os.path.join(os.path.expanduser("~"), ".scapy_history")
- histfile = os.getenv('SCAPY_HISTFILE',
-
os.path.join(os.path.expanduser("~"), -
".scapy_history"))