Skip to main content

Posts

Showing posts from January, 2017
How to crack your Windows System Admin Password without using Software or Live CD People make mistakes! Mistakes are a very normal activity in our daily life. Some mistakes can be recovered, some are not. What happen if you mistakenly typed a password of your windows system and you mistakenly forgot the password? What would be your next step? Do you format the system? If you think about this option, you will lose your all important data. There is another option – Recovery Password. There are several options to recover your User Admin Password of your windows system. You can use Linux Live CD, Password recovery software, recovery disk, etc. You might be known about these. But, I am going to show you a very simple trick to crack you windows admin password without using any software or any live CD. Backdoor:  I am going to show you how to crack the Admin password of your Windows System from Backdoor? You probably hear about the term Backdoor.  Backdoor is feature ...
How to create FTP server in Windows and make it public FTP Server: The File Transfer Protocol (FTP) is a standard network protocol used to transfer computer files between a client and server on a computer network. Using FTP, a client can upload, download, delete, rename, move and copy files on a server. A user typically needs to log on to the FTP server, although some servers make some or all of their content available without login, also known as anonymous FTP. FTP Client Application: There are a vast number of FTP client applications available on Internet for all OS platform.  Filezilla (Windows), WinSCP (Windows), Transmit  (OS X), FireFTP (All Platform with Firefox), Cyberduck (OS X), LogicalDOC  (All Platform), NASLite (Linux), etc. FTP in Windows: Instead of using above third-party FTP client application you can also create your own FTP Server in your Windows system.  By doing this you can able to share your file and folder with other co...