forked from egystory/Librekernel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhsts-bypass
39 lines (38 loc) · 1.39 KB
/
hsts-bypass
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
-### GET BUILD ESSENTIALS, TOOLS AND LIBRARIES
-apt-get install git python-pip python-dev python-setuptools libpcap0.8-dev libnetfilter-queue-dev libssl-dev libjpeg-dev libxml2-dev libxslt1-dev libcapstone-dev libffi-dev file
-apt-get install build-essential ruby-dev libpcap-dev ruby cmake
-apt-get install tcpdump graphviz imagemagick python-gnuplot python-crypto python-pyx
-pip install scapy
-apt-get install build-essential python-dev libnetfilter-queue-dev
-git clone https://github.com/fqrouter/python-netfilterqueue.git
-cd python-netfilterqueue
-python setup.py install
-cd ..
-### GET SIPCRACK TO USE AT LATER STAGE
-apt-get install sipcrack
-pip install virtualenvwrapper
-cd /
-## GET MITMframework
-git clone https://github.com/byt3bl33d3r/MITMf
-cd MITMf && git submodule init && git submodule update --recursive
-cd /root/MITMf
-pip install -r requirements.txt
-#setup MITMf envoirement
-source /usr/local/bin/virtualenvwrapper.sh
-mkvirtualenv MITMf -p /usr/bin/python2.7
-wget http://http.debian.net/debian/pool/main/c/capstone/capstone_3.0.4.orig.tar.gz
-tar xfsz capstone*
-cd capstone-3*
-make .
-make install
-## GET LATEST RUBY INSTALL
-wget https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.1.tar.gz
-tar xfsz ruby-*
-cd ruby-*
-./configure
-make
-make install
-#go to new ruby path and install bettercap using gem
-cd /usr/local/bin
-./gem install bettercap
-bettercap -X --proxy --proxy-https