Update README.md

This commit is contained in:
Joe Totes
2022-10-02 21:51:39 -04:00
committed by GitHub
parent 5716621671
commit be8041c0c3

View File

@@ -1726,4 +1726,13 @@ CTRL + Z
stty raw -echo; fg stty raw -echo; fg
enter enter
export TERM=xterm-256color export TERM=xterm-256color
# Run older python/python2 scripts in virtual environment:
cd /opt/impacket
sudo virtualenv impacket-venv -p $(which python2)
source impacket-venv/bin/activate
# Exit virtual environment
deactivate
``` ```