IP Address: On the Internet, each
computer
system is identified by its IP address. The work we do on the
Internet is associated with the IP address of the system we are
using. We know that every request or response process on the Internet
is done on packets. The basic protocol for information exchange over
the Internet is TCP/IP.
TCP stands for Transmission Control
Protocol and IP stands for Internet
Protocol (IP). When we request a webpage or other resource from a
server the request is sent in the form of a TCP/IP packet. This
packet contains some information about the request, source and
destination, along with the data being sent. The source and
destination keeps the IP address of the sender and receiver.
What is IP spoofing: IP spoofing is
the
process of replacing the source IP address with a fake IP address
from the IP packets to hide the real identity of the sender. The
source address is the address of the computer that the packet was
sent from. By changing the address in the packet an attacker
can make it appear that the packet was sent by a different
computer system.
Clickjacking is one of most used attack on Facebook.
Scammers use this attack to increase like of a Facebook page and spread
some malicious links on Facebook user’s profile. Most of the strange
looking auto spreading scams on Facebook are Clickjacking attacks.
Clickjacking name is taken from click Hijacking. In this attack, hacker
hijacks users’ click to perform some actions on the webpage. This attack
is also known as User Interface redress attack, UI redress attack or UI
redressing. In this attack, hacker tricks innocent users to click on
something which is not the same thing user is clicking. It means user
tries to click on some link button for some specific task while the
button or link performs something else.
How this attack works?
As the name suggest, hacker hijacks the click of the user. But this
sounds complicated. In this attack, hacker use modified frames in the
way that only a specific part of the webpage is visible on the page. Read More
Description: The first two characters are the salt (random characters;
in our example the salt is the string "Iv”), then there follows the
actual hash. Read More
Python script by Viveik Chauhan to send SMS using services like Way2SMS, FullOnSMS, Site2SMS
This script basically simulates a login, just as you would, while sending
the SMS using these websites. But, saves you time by automating stuff, plus
you can do other cool stuff with this script.Read More
As new technologies emerge and become well established so do threats
against those technologies. Blind SQL injection attacks are a well know
and recognized form of code injection attack, but there are many other
forms, some not so well documented or understood. An emerging code
injection attack is the XPath injection attack, which takes advantage of
the loose typing and forgiving nature of XPath parsers to allow
malcontents to piggyback malicious XPath queries on URLs, forms, or
other methods to gain access to privileged information and change it.
Copy the following codes to your favorite text editor. Save it as Genuine.reg Install this Registry file into your Window's and then Open http://www.microsoft.com/genuine/validate/ http://www.microsoft.com/genuine/downloads/FAQ.aspx then click "Validate Windows"...
How to send protected themes or applications in s60 mobile phones to another?
Follow the steps:
Let the application name be x-plore.sis
1. Go to filphonee manager , search for x-plore.sis file, then clik the option or hold , you would see 'rename'. Click rename.
2. Change the extension from '.sis' to '.mp3'
3. Then go, and send this x-plore.mp3 file to another mobile via bluetooth
4. The item will be sent to the other person you see... Read More
Acunetix web
vulnerability scanner is a tool designed to discover security holes
in your web applications that an at- tacker would likely abuse to
gain illicit access to your systems and data. It looks for multiple
vulnerabilities including SQL injection, cross site scripting, and
weak passwords.
The application can be
used to perform scanning for web and application vulnerabilities and
to perform penetration testing against the identified issues.
Mitigation suggestions are then provided for each weakness and can be
used to increase the security of the web server or application being
tested...
w3af
(Web Application Attack and Audit Framework) is an
open-source web application security scanner. The project provides a
vulnerability scanner and exploitation tool for Web applications. It
provides information about security vulnerabilities and aids in
penetration testing efforts.
This
cross-platform tool is available in all of the popular operating
systems such as Microsoft Windows, Linux, Mac OS X, FreeBSD and
OpenBSD and is written in the Python programming language. Users have
the choice between a Graphic User Interface and a command-line
interface...