Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

Seo Master present to you:

Computers are one of the media to explore cyberspace. In the computer are some informations that we can learn, especially recovering confidential information stored on the computer. One of them is a username and password to run commands on a web. Typically, the important information is stored in a file named Cookie.

A cookie is a file containing information that recorded by a browser and stored in a special directory in a computer. Cookies function is to recognize users when visit a web. When visiting a home page, the site will use the Cookie information to run a command.
The amount of information stored in these cookies so many and varied, including user username and password.
Stealing a account in this tutorial will use a tool called the Multi Password Recovery 1.1.5 by Alexandr Demchenko. This utility is usually used to recover lost or forgotten passwords to try by reading informations in the Cookie file. Although its function is very good, but we can use it to unpack the files come in to find your cookie stored.
The accounts that can be stolen by Multi Password Recovery are FTP account, Email Client, Instant Messengers and Browsers. In some trials, Mozilla Firefox could escape. However, there are other ways of dismantling the information Cookies Mozilla Firefox.

The steps are:
1. Download Multi Password Recovery 1.1.5 Portable edition here
2. Extract Rar files to a folder and then We go into the folder where the Multi Password Recovery extract results are stored
3. Run MPR.exe file with double click.
Multi Password Recovery window displays information such as Windows Explorer. Click the Password Audit to display weak accounts. In the Browser folder, MPR will display passwords from the Browser notes.
To Anticipate
To anticipate the passwords stolen through the techniques above, clean cookies exploration on the internet by the following steps:
In Mozilla Firefox select Tools menu> Clear Private Data. Check the "Cookies" and press the "Clear Private Data Now".
In Windows Explorer (Internet Explorer version 7), select the Tools menu>> Delete Browsing History, then click on the "Delete Cookies".
At the Opera Browser, select Tools>> Delete Private Data and click the "Delete" Button
In Google Chrome Browser, select Tools / Settings>> Clear Browsing Data and click on the "Clear Browsing Data"



2013, By: Seo Master
Seo Master present to you:

There are simple ways to clean viruses in our computers. We can make your own antivirus with software built using the Windows named Notepad. Apart from minor product files, notepad can save files to a variety of other applications programs, such as html, java script and so on.

However, the virus that can be eliminated by our anti-virus is only a low level as macro viruses and an equal. For heavy virus, would have to use anti-virus that is more powerful. However, these tutorials can teach you the basic knowledge about how the anti-virus.
Type the following code into Notepad:

@ echo off
echo off turn off the active virus
taskkill / F / IM virusname1.exe / IM virusname2.exe
echo Deleting all of viruses based on size
for / RC: \%% a in (*. exe) do if%% ~ za 157,184 equ del / A: HSRA "%% a"
echo deleting hidden virus
echo for drive c and subfolders
for / R C: \%% a in (*. doc.exe) do del "%% a"
echo for drive d and subfolders
for / R D: \%% a in (*. doc.exe) do del "%% a"
echo Unhide Document
cd / d c: \
echo for drive C and subfolders
*. doc attrib-H-S-A / S
cd / d d: \
echo for drive D and subfolders
*. doc attrib-H-S-A / S
exit
Save the file with bat extension, For example antivirus.bat. then go to command prompt and run the Notepad file.




2013, By: Seo Master
Seo Master present to you:

Ever wanted to create your own anti-virus program? Follow this tutorial and you will got your own anti-virus in a few minutes.
Visual basic 2008 express edition needed!

First, let’s start a new project and put a listbox and a button on your form. Insert the following code in the click event of your button:

—–

Private

If My.Computer.FileSystem.DirectoryExists(”c:Program Files180search Assistant”) Then ListBox1.Items.Add(”Adware.180Search”)

—–

‘ This will add the item ‘Adware.180search to the listbox if c:Program files180search Assistant exists. If you want to search for a file you will have to do this:

—–

If My.Computer.FileSystem.FileExists(”c:Program Files180search Assistantsomething”) Then ListBox1.Items.Add(”Adware.180Search”)

‘ So if you want to search for a directory you have to use DirectoryExists, and if you want to search for a file you have to use FileExists.

Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click

Congratulations! You created an anti-virus that scans for files or folders. If you want to have an anti-virus that scans for processes, you will have to use this code: (Remember to type the process with uppercase characters!)

—–

strFoundProcess =

Dim AllProcessDim ProcessDim strFoundProcessFalse

AllProcess = GetObject(

“winmgmts:”)

strFoundProcess =

For Each Process In AllProcess.InstancesOf(”Win32_process”) If (InStr(UCase(Process.Name), “THEPROCESS.EXE“) = 1) Then ListBox1.Items.Add(”THENAMEOFTHEVIRUS“) True Exit For End If Next If strFoundProcess = False Then End If

AllProcess =

Nothing

—–

strFoundProcess =

False

AllProcess = GetObject(

“winmgmts:”)

If (InStr(UCase(Process.Name), “THEPROCESS.EXE“) = 1) Then

ListBox1.Items.Add(

strFoundProcess =

THENAMEOFTHEVIRUS“)True Exit For End If Next If strFoundProcess = False Then End If

AllProcess =

Nothing

For Each Process In AllProcess.InstancesOf(”Win32_process”)

You only need to that once! After you did that once, you can use this code:

False

AllProcess = GetObject(

“winmgmts:”)

‘create object For Each Process In AllProcess.InstancesOf(”Win32_process”)

‘Get all the processes running in your PC If (InStr(UCase(Process.Name), “AUPDATE.EXE”) = 1) Then

‘Made all uppercase to remove ambiguity. Replace TASKMGR.EXE with your application name in CAPS.

ListBox1.Items.Add(

“Spyware.W32.123bar”

)

strFoundProcess =

TrueExit

ForEnd

If

NextIf strFoundProcess = False

ThenEnd

If

AllProcess =

Nothing

Congrats! You completed this tutorial and know how to create your own anti-virus!

strFoundProcess =

 

 

----------------------------------------------------------------------------------------------------------




2013, By: Seo Master
Powered by Blogger.