mirror of
https://github.com/Cronocide/wifipumpkin3.git
synced 2025-01-22 11:18:55 +00:00
fixed: set python3 version on binary sslstrip3 and captiveflask
This commit is contained in:
parent
3a5014efcb
commit
57a1ad0e4c
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
from flask import Flask, request, redirect, render_template
|
||||
from urllib.parse import urlencode, unquote
|
||||
import os, sys
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
"""sslstrip is a MITM tool that implements Moxie Marlinspike's SSL stripping attacks."""
|
||||
|
||||
__author__ = "Moxie Marlinspike"
|
||||
@ -37,7 +38,7 @@ from wifipumpkin3.plugins.pumpkinproxy import *
|
||||
import wifipumpkin3.core.utility.constants as C
|
||||
from wifipumpkin3.core.utility.collection import SettingsINI
|
||||
|
||||
import sys, getopt, logging, traceback, string, os
|
||||
import sys, getopt, logging
|
||||
|
||||
gVersion = "0.9"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user