Blogger Widgets
Showing posts with label Internet tips. Show all posts
Showing posts with label Internet tips. Show all posts

Saturday, November 3, 2012

Fern wifi cracker for wireless penetration testing





This is a wireless security auditing application that is written in python and uses python-qt4. This application uses the aircrack-ng suite of tools.


It should work on any version of linux running the following:


Requirements:


  • python
  • python-qt4
  • macchanger
  • aircrack-ng
  • xterm
  • subversion

For Slax Distributions, download the zipped module package on the download section, and follow the instructions in the "README" file.


To install simply run the following command in terminal after changing directory to the path were the downloaded package is:


root@host:~# dpkg -i Fern-Wifi-Cracker_1.2_all.deb


Icons and Running the application:


Software Icon can be found at the application Menu of the GNOME desktop interfaces


Icon can also be found at /usr/share/applications for KDE and also GNOME:


There you find "Fern_Wifi_Cracker.desktop"


To get the source code for this project from SVN, here's the checkout link:


root@host:~# svn checkout http://fern-wifi-cracker.googlecode.com/svn/Fern-Wifi-Cracker/


Download Fern wifi cracker

Computer Security Threats | malicious programs | 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.


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.
  1. NO -  may not function well
  2. Low - requires human assistance in replicating and moving from computer to computer
  3. Medium - slow infection speed and little damage
  4. 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 atwww.wildlist.org

How to block any website on your computer system without any software






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.

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

an so on.
To unblock these website only erase the line corresponding to that website.

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"

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

Automatic SQL Injection Tool – SQLMAP



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 !

How to Trace the location with Ip address



Do you want to know where your Internet visitors are coming from? Which country? Which state? Which city? Which ISP? Which domain name? Which connection type? Which ZIP code?



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.





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.
A sample snapshot of the results from ip2location.com is given below
trace ip address

AthTek NetWalk – Network Monitoring, Packet Sniffing & Analysis



AthTek NetWalk Personal Edition is a robust application to help in the administration of all kinds of networks. It is particularly useful for new network administrators who wish to gain in depth knowledge about network infrastructure and management. AthTek NetWalk contains graphical representations of the network with the use of advanced packet sniffing, to help project the network state in statistical and graphical format.

After installation, you will be prompted to select a network adapter to view stats from. You can also enable capturing packets in promiscuous mode by checking the relevant checkbox. Chose an adapter and hit Ok.


Select Adapter
This will represent the overview of the network stats in a graphical user interface. This includes a monitoring dashboard, top MAC hosts pie chart, top IP hosts chart, and layered summary of application, net/transport and physical layers.

You can either click on any of the categories of the layered summary of application, net/transport and physical layers or select the Layered View option from the top left corner of the main interface (below the Overview tab below Monitoring). The layered view can be utilized to view information regarding DNS name resolution, HTTP – World Wide Web, QQ – Technet IM, ICMP Analysis, MAC hosts, VLAN, SMTP, Telnet and much more.
Layered view
You can also chose the Events option below layered View to analyze network integrity and see a map of the network via the Matrix Map option (below Events).
Matrix Map
To see a graphical representation of the network state click on the Graphs tab (below Matrix Map). From here, you can view current utilization, application layer protocol packets, ping requests and replies, TCP vs UDP, ARP requests and replies, broadcast vs multicast total, DNS (successful and failed queries), packet sizE.Graphs
AthTek NetWalk is a comprehensive network infrastructure analysis tool which helps in managing, maintaining and troubleshooting all kinds of networks. It works on Windows XP, Windows Vista, Windows 7 and Windows Server 2008.
Download AthTek NetWalk Personal Edition (Free Edition)


Enjoy !

Wednesday, October 31, 2012

Best ways to Hack Facebook Account


How to hack facebook Account

I personally interested in Facebook hack to reveal my few fellow guys,I looked for various Facebook methods taken on web about hacking Facebook here i am going to share  my experience of search for Facebook account hack. I am going to expose whole my search on that topic  and I don’t want people to ask this to me again and again.  My goal is to explain the whole process of  how to hack facebook account Username and Password

DIFFERENT WAYS TO HACK FACEBOOK ACCOUNT

Facebook account can be hack from one of following ways.
  1. Facebook Phishing
  2. By use of Key logger
  3. 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 !!!

YOU MUST KNOW : ABOUT TO HACK A FACEBOOK ACCOUNT DETAILS

From my goggling and research, I found above three methods for gaining access of Facebook account information as the best and working.If you know, any others alternative  ways to hack facebook account passwords, please do share your suggestions to get better awareness about facebook secuiry .


Enjoy !

Thursday, October 4, 2012

Download Talking Tom Cat app for PC free


There are some games/apps which have found their ways to all major mobile operating systems and one out of the them is ‘Talking Tom Cat’. If you are gaming addict and love to play games on your portable gadget, then you must be familiar with this popular game. ‘Talking Cat Application comes in the ‘Fun’ category and even leads the queue there. The game has tasted a huge success on both the Android and iOS. Well, the story of its success is still going continuously.
There are many people who don’t have access to high-end devices due to low economical state. If you also come among them or your nerds are just excited to enjoy this game on your PC, then this post is for you as I am writing the step by step guide for the same.
Note : There are many ways to enjoy Talking Tom Cat on your PC but most of the methods involve the downloading of .swf file, in which you are allowed to play with the cute body of it and nothing else. Shocked? But it’s so, you can’t speak over to the funny cat and then get your words repeated back. Then what’s the meaning of  it in .swf versions ? Well, even I’m shocked over it.

Don’t worry!! This process will make you to enjoy actual Talking Tom Cat for Computer and that also with the voice input feature for which you need to have microphone with you.

Download and Play ‘Talking Tom Cat App’ on PC


  • First of all, download the Blue Stacks.
  • It’s an emulator to play Android games on PC. You can download it from here.
  • After downloading, install the same in your computer.
  • By default, it will get installed in the drive, in which Windows is installed.
  • Of course, you can choose any drive.
  • Now you need to download the .apk file of  ‘Talking Tom Cat’.
  • If you have already it with you, then you can simply upload it by using ‘Browse’ option.
  • You can use the ‘Search’ feature to search for .apk file of ‘Talking Tom Cat’.
  • From the search results, click and download it
  • The  process will require you to download the graphic files.
  • Do what is required, to proceed further.
  • Within the moment of a few seconds, Talking Cute Cat’ will get installed and you can enjoy it on your PC.

Now just use your microphone to speak anything. The funny cat will catch your words and then will repeat in funny tone creating immense fun. You can use your mouse to go naughty with body of it.
So are you ready to enter the world of fun and laugh on your PC ? Then go ahead and download the Talking Tom Cat on your PC and start playing it now. Don’t forget to share your experience with us via the comment box below.
Disclaimer : As notified above also, this is not the official version of the app, but has been used into computer using various third-party software which is not at all linked with that app.


Thursday, September 27, 2012

Facebook shortcut keys !


Facebook is the most popular social network now. Millions of users use it. I hope all of bloggers use facebook. Do you know, there are more shortcut keys for Facebook, You can open new massage,search shortcut,home page shortcut and more. So, It helps to do some important works without moving courser. Shortcuts are sometime different from internet browser. So,i will include all for you.


New message
Chrome:   ALT + M
Firefox:    SHIFT + ALT + M
Explorer : ALT + M + ENTER

SearchShortcut
Chrome:   ALT + ?
Firefox:    SHIFT + ALT + ?
Explorer : ALT + ? + ENTER

Home Page / News Feed
Chrome:   ALT + 1
Firefox:    SHIFT + ALT + 1
Explorer : ALT + 1 + ENTER

Profile Page
Chrome:   ALT + 2
Firefox:    SHIFT + ALT + 2
Explorer : ALT + 2 + ENTER

Friend Request
Chrome:   ALT + 3
Firefox:    SHIFT + ALT + 3
Explorer : ALT + 3 + ENTER

Message Shortcut
Chrome:   ALT + 4
Firefox:    SHIFT + ALT + 4
Explorer : ALT + 4 + ENTER

Notifications
Chrome:   ALT + 5
Firefox:    SHIFT + ALT + 5
Explorer : ALT + 5 + ENTER

Account Setting
Chrome:   ALT + 6
Firefox:    SHIFT + ALT + 6
Explorer : ALT + 6 + ENTER

Privacy Setting
Chrome:   ALT + 7
Firefox:    SHIFT + ALT + 7
Explorer : ALT + 7 + ENTER

Facebook Official Page
Chrome:   ALT + 8
Firefox:    SHIFT + ALT + 8
Explorer : ALT + 8 + ENTER

Service Agreement
Chrome:   ALT + 9
Firefox:    SHIFT + ALT + 9
Explorer : ALT + 9 + ENTER

Help Center
Chrome:   ALT + 0
Firefox:    SHIFT + ALT + 0
Explorer : ALT + 0 + ENTER

You can Like or unlike photos by press 'L' with any browser.

Hope this help to you.


Increase internet speed upto maximum available !


Hi friends,
Do you want to increase your internet speed upto maximum available? If you want to do that, then follow these steps,
Step1 : Right Click on my Computer
Step2 : Selects the Properties Tag
Step3 : Now a New Window opens, Select The Hardware and Then Select Device Manager.

Step4 : Now a  New Window will open . Click on the + sign in front of Ports and select the Communication Ports and Double Click on It.
Step5:  A new window Will Open . Now Select the Port Settings and Change the Settings as shown in figure and Click on Okay.

That's all the Procedure. Now restart your computer and Experience . You will experience that your Internet speed is better than previous.



Enjoy !

Monday, September 3, 2012

Online TV website


Hi friends,
You can now watch online TV and you will not need any software (that I think so). To do this you have to go to www.newtvworld.com.


Enjoy !

Sunday, July 17, 2011

How To Send Free SMS Anonymously in India

As we all know sending free anonymous text message have become very hard and there are very least sites which provide this facility, if they do so they charge heavy money from their customers. Many people didn't like to pay a penny for this. They just want those site which gives them the opportunity to send free and anonymous message to their friends, relative, many more. So this post is really for them, I hope that they will as well as all the people who read this will also like it.

The main purpose of sending these messages are:

  • To fool/fraud people
  • To gain money from innocent or illiterate people
  • Or it may be as a joke played to you by your friends, relative, or others

How To Send Anonymous Free Messages?

There are very very very least sites which provide the facility to send free messages anonymously. But I have found such a site which provide us to send free message anonymously.

Features of this site:

  • No Registration or Login required.
  • Send Unlimited 160 Characters Sms.
  • Check Message Delivery Report in Real Time.
  • They Don't Include Any Ads Along With Your Sms.
  • Very High Speed Message Delivery System.
Steps to send message:

  • Visit this website: Smsti
  • Write the victim's phone number and message
  • Then click on Send
  • You will be asked to write the words which you will see in a picture, provide them these words correctly
  • Finally Click on 'Agree to Terms'

Thursday, July 14, 2011

internet tricks

  Internet Trick 1

If you want to zoom in and out in your browser, simply press the [Ctrl] key and use the “up/down scroll” of the mouse wheel to zoom in and out accordingly. Again if you want to view the original font size just press [Ctrl] key and press [0].

Internet Trick 2

If you surfing internet and you like to use the full screen to view the website, just press [F11] key, then all the toolbars and address bars will be removed from the screen and you can view the full screen size to view the website. To get back to the original view again press [f11] key again on your keyboard.

Internet Trick 3

To go to the address bar, you can use [Ctrl] + [L] as shortcut key. After that you can auto complete your website by using this Internet Trick. At first go to the address bar using the shortcut key [Ctrl] + [L]. Now, write the name of the site without the www and the .com and then press [Ctrl] + [Enter]. By using this, it will fill up the www and the .com by itself.

Internet Trick 4

In the Firefox, when you type anything at the address bar, the sites, you already visited, automatically appears in a drop down list. If you want to delete any of them, just use the down arrow and go to that address which you want to delete and simply press the Delete key to remove it from the list.

Internet Trick 5

If you want to use your mouse for the internet purpose, you can use some mouse Internet Tricks used in the internet. Those Internet Tricks are:
  • Ctrl-scroll up:- It will help you to increase text size.
  • Ctrl-scroll down:- It will help you to decrease text size.
  • Shift-scroll up:- It will help you to go to the next page.
  • Shift-scroll down:- It will help you to go to the previous page.
  • Middle click on link:- It will open in new tab
  • Middle click on a tab:- It will help you to close the tab.

Internet Trick 6

You can also use some keyboard shortcuts to increase your browsing speed. Those are as follows:-
  • Ctrl+T:- you can use it for new tab.
  • Ctrl-W:- It will help you to close tab.
  • Ctrl+L:- It will help you to go to the address bar.
  • Ctrl+=:- It will increase text size.
  • Ctrl+- :- It will decrease text size.
  • Alt-Home:- It will help you to go to home page.
  • Spacebar:- You can use it for page down.
  • Shift-Spacebar:- You can use it for page up.

Tuesday, July 12, 2011

How to Block Unwanted Emails



Do you want to  block emails from your ex wife/husband? Do you want to block those annoying offers and newsletters that reach your inbox? Well here is a way to block all those unwanted and annoying emails that you do not want to see or read! With this trick you can block individual email address or the whole domain from which you do not want the emails to come from. Here are the step-by-step instructions to do this.

For Gmail


1. Login to your account
2. At the top-right corner, click on Settings
3. Under Settings, click on Filters
4. You’ll now see an option “Create a new filter“, click on it
5. Now in the From field enter the email address from which you do not want to receive the emails
For ex. you may enter ashu@gmail.com in the From field to block all incoming emails from this address. However if you want to block the whole domain then use the following syntax: *@xyz.com. Now all the incoming emails from the domain xyz.com will be blocked.
6. Click on Next Step, select the action you’d like to take on the blocked emails. You may select the option Delete it so that the blocked email is moved to trash. To unblock the email, all you need to do is just delete the filter that you’ve created.

For Yahoo


1. Login to your account
2. At the top-right corner, click on Options
3. A drop down menu appears, now click on More options
4. In the left panel select the option Filters and click on create or edit filters
5. Now click on Add
6. In the next screen, give a name to your filter and in the From header field enter the email address that you want to block.
Fox ex. ashu@gmail.com or if you want to block an entire domain then just enter @xyz.com. Dont enter *@xyz.com. Select the option Move the message to: Trash and click on Save Changes.

For Hotmail


1. Login to your account
2. At the top-right corner, click on Options
3. A drop down menu appears, now click on More options
4. Click on Safe and blocked senders link under Junk e-mail
5. Now click on Blocked senders
6. Type in the email address that you want to block under blocked e-mail address or domain field.
For ex. Enter ashu@yahoo.com to block the individual email address or just enter xyz.com to block the entire domain.
That’s it. You no longer receive those annoying emails in your inbox. Keep your inbox clean and tidy. I hope this post helps. pass your comments!
To get latest updates, Subscribe here !!!

 

Get Latest Updates: Subscribe Now | Like Us On Facebook

X