mirror of
https://github.com/aljazceru/RogueSploit.git
synced 2025-12-17 06:14:21 +01:00
Update RogueSploit
This commit is contained in:
@@ -121,8 +121,8 @@ autopwning2 () {
|
|||||||
|
|
||||||
#Correct Mitmf installation
|
#Correct Mitmf installation
|
||||||
mitmf_install () {
|
mitmf_install () {
|
||||||
echo -ne $blue"["$yellow"?"$blue"] "$yellow"Do you want to correctly install MITMF? "$blue"["$yellow"*"$blue"]";
|
echo -ne $blue"["$yellow"?"$blue"] "$yellow"Do you want to correctly install MITMF? (y/n)"$blue"["$yellow"*"$blue"]\n";
|
||||||
read mitans
|
echo -ne $yellow"mitmf"$white"@"$red"install"$white"# "; read mitans
|
||||||
if [ $mitans != 'n' ] && [ $mitans != 'N' ] && [ $mitans != 'No' ]
|
if [ $mitans != 'n' ] && [ $mitans != 'N' ] && [ $mitans != 'No' ]
|
||||||
then
|
then
|
||||||
apt-get remove mitmf
|
apt-get remove mitmf
|
||||||
@@ -130,7 +130,7 @@ mitmf_install () {
|
|||||||
cd $HOME && git clone https://github.com/byt3bl33d3r/MITMf
|
cd $HOME && git clone https://github.com/byt3bl33d3r/MITMf
|
||||||
cd $HOME/MITMf && git submodule init && git submodule update --recursive
|
cd $HOME/MITMf && git submodule init && git submodule update --recursive
|
||||||
cd $HOME/MITMf && pip install -r requirements.txt
|
cd $HOME/MITMf && pip install -r requirements.txt
|
||||||
cat << "EOF > /usr/bin/mitmf
|
cat << "EOF" > /usr/bin/mitmf
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $HOME/MITMf/ && sudo python mitmf.py "$@"
|
cd $HOME/MITMf/ && sudo python mitmf.py "$@"
|
||||||
EOF
|
EOF
|
||||||
@@ -139,8 +139,6 @@ EOF
|
|||||||
sudo pip install Twisted==15.5.0
|
sudo pip install Twisted==15.5.0
|
||||||
sleep 2
|
sleep 2
|
||||||
echo -e $green"[*] DONE [*]"
|
echo -e $green"[*] DONE [*]"
|
||||||
elif [ $back != 'y' ] && [ $back != 'Y' ] && [ $back != 'Yes' ]
|
|
||||||
then
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
#BeEF w/ Mitmf's js url injection
|
#BeEF w/ Mitmf's js url injection
|
||||||
|
|||||||
Reference in New Issue
Block a user