kamene icon indicating copy to clipboard operation
kamene copied to clipboard

scapy3k export history file

Open vendforce opened this issue 9 years ago • 0 comments

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"))
    

vendforce avatar May 10 '16 20:05 vendforce