Showing posts with label password hacking. Show all posts
Showing posts with label password hacking. Show all posts

Thursday, 29 September 2011

How to Bind .exe files to keep your VIRUS file, FUD and Hidden


<------------- PS : Readers must read the note at the end ------------------->

Hey friends, here in this post I'll show you how to bind 2 or more .exe files so that running the main execution file will also run your hidden execution files in background without the knowledge of user who is running it.


I am sure this will be helpful to you if you are seeking for a trick to keep your virus file inside a genuine software and make it to run when anyone installs that software.


There are many binder software available like filejoiners, file binders etc. I dont know how many of you are aware of this great windows tool. Even I was in search for those softwares to keep my virus files hidden untill I realize that there is an inbuilt windows .exe binder which can bind the files more effectievely than others. Also a great advantage that if you bind in this way the possibilities of being FUD (Fully Undetectable) is very high as it uses genuine windows tools. I will give you step by step explanation for binding 2 .exe files to a single package. Have you heard about IExpress anywhere before? If not just keep in mind that it is the inbuilt tool in windows used for binding .exe files.


Steps:


1) Open run (windows + R)
2) Type iexpress and hit Enter


This will open some thing like this,


         


Do as shown in the screenshot above.
Select "Create new Self Extraction Directive file" and click Next.


3) Give a title for your package.


         


4) If you have give any message, it will be prompted before the user installs the package. Suppose if I give a message "For security reason please disable your antivirus". This will be shown to the user when he/she installs the particular package. Here, in this screenshot I have selected "No prompt".


                  


5) Select as shown below (recommended).


          


6) Now, click on "Add" button and select the files you want to bind. Here, I selected a genuine software and a virus file created by me and bind them together. So, when any user would install this particular software, user observe that the software is installing as usual, but he cannot see that a virus file has also been installed along with the software.


          


7) After clicking on "Next", there will appear 2 options i.e. Install program and Post install program. Just select the files as shown below (either way will also work) and click next.


         


8) Select as shown below.


          


9) Mention any path of your Hard Drive (this is where your newly created file would get stored) and tick the "Hide File...." option (highly recommended).


          


10) Select as shown below and click next.


          


11) Select "Don't save" and click next.


         


12) Click Finish and you're done.


          




NOTE: Binding techniques are mostly used to attach keyloggers, that will spy your each and every activity performed on your computer. These activity could be your bank transactions, your username and password of different login sites viz. Facebook, gmail, Bank sites etc. Hence this a request to all, not to download any kind of software from unknown websites, because most of the cracked softwares are attached with keyloggers that you can't detect easily.
So, be alert and download softwares from authorized and trusted websites only.



Thanks,
Parag 

Friday, 27 May 2011

Another Trick to "Unhide Password"



Refer Video:
                   


Steps :
1) Goto any Login page (eg. Gmail, Yahoomail)
2) Type password in the Password field
3) Right click over the password that you have just typed
4) goto --> Inspect element
5) You'll see something like
    <input name = "passwrd" id = "passwrd" type = "password" maxlength = "64" tabindex ="2">
6) Double click on "password" in type = "password"
6) Now edit it,
    from "password" to "text"
7) This shows the Password

Post your comments....!!

Thanks,
Parag

Thursday, 26 May 2011

How to Unhide your Password behind Asterisk



In this tutorial I am going to show you
"How to Unhide your Password" using a simple Javascript code.....!!


Refer video:
        




Steps:
1) Open any Login Page
2) For eg. Facebook, Gmail, Yahoomail, or any other Login Page
3) Type any Password in the Password field
    I wont hack your password using this code
    Then too for being on the Safer side....type anything..
4) For eg. 12345...
5) This would be displayed as "•••••"
6) Now copy the code given below
7) Empty the address bar and Paste it on the address bar

8) Press enter
This would display the "PASSWORD"











Code:
javascript:(function(){var%20s,F,j,f,i;%20s%20=%20%22%22;
%20F%20=%20document.forms;%20for(j=0;%20j<F.length;%20++j)
%20{%20f%20=%20F[j];%20for%20(i=0;%20i<f.length;%20++i)
%20{%20if%20(f[i].type.toLowerCase()%20==%20%22password%22)
%20s%20+=%20f[i].value%20+%20%22\n%22;%20}%20}%20if
%20(s)%20alert(%22paragtyagi.blogspot.com%20%20The%20Password%20On
%20This Page:\n\n%22%20+%20s);%20else%20alert(%22There%20are
%20no%20passwords%20in%20forms%20on%20this
%20page.%22);})();






Note: If you have any doubt then refer the Video....!!


This is called "REVERSE CRYPTOGRAPHY"




Cryptography :


         


♦ Cryptography means Hidden, Secret.
♦ Cryptography is the practice and study of hiding information. 
♦ Applications of Cryptography include ATM cards, Computer Passwords, and electronic commerce.


Working:
                            




Thanks,
Parag