Tampilkan postingan dengan label Malware. Tampilkan semua postingan
Tampilkan postingan dengan label Malware. Tampilkan semua postingan

Selasa, 31 Juli 2012

2

Source Malware - Agony ring0 rootkit

  • Selasa, 31 Juli 2012
  • AcehCyber
  • cat README.txt



    Nama: Agony ring0 rootkit 
    Author Intox
    Complier C++ 

    ################################################################################

    A. Before starting

    We all know that some security applications aren't compatible, there may be conflicts between them. For instance, the installation of two recent different firewalls
    isn't recommended.
    Why? Because those tools hook native APIs at kernel mode level (on the
    SSDT) and then, when two tools want to hook the same API, there is a conflit. By starting & stopping them, we can easily provoke a blue screen.

    As previously said, This tool can conflict with some security tools, like process guard.
    So i advise you to read the readme before you use it, and at least to look how to uninstall it.


    Read More