Kamis, 24 November 2011

Configuring Autoscan in Backtrack 5

What is Autoscan?
In short Autoscan is a network discovering and managing application. It's main purpose being to quickly identify connected machines/equipment in a network environment.
  • Let's quickly configure autoscan in Backtrack5, you can find it using the menu in:
BackTrack -> Information Gathering -> Network Analysis -> Network Scanners -> autoscan



Senin, 07 November 2011

Anticipation Netcut with Arpon on BACKTRACK

Those who would often use the wifi .. be careful because the wifivulnerable to attack from the hands of the hands of ignorant, one of which is Netcut klo ga've got the guarantee would be able toconnect wifi. 

What was Netcut?? .. kind of software works based on ARP(Address Resolution Protocol) spoofing.So he outsmarts the mac address of the computer with the IPaddress of other computers.
For example, computer A will communication to B. But suddenly the C interrupt communications. Because the C previously beensuccessful in infiltrating the ARPSo the C want tuh can like what the data isalready in thepickpocket. Want in breaking up, on a dial is all up to him .

In the backtrack can not only attack but we have to be defensive, too. for that there is a software application that can counteract theArpon yaudah Netcut we practice and install

1. Install arpon
Code:
sudo apt-get install arpon

2. Konfigurasi arpon


Code:

sudo gedit /etc/default/arpon

Replace the contents of the file
/ etc / default / Arpon

# Modify to RUN=”yes” when you are ready
RUN=”no”
Become
# Modify to RUN=”yes” when you are ready
RUN=”yes”


Code:
# Defaults for arpon initscript

# sourced by /etc/init.d/arpon
# installed at /etc/default/arpon by the maintainer scripts
# You must choose between static ARP inspection (SARPI) and
# dynamic ARP inspection (DARPI)
#
# For SARPI uncomment the following line
DAEMON_OPTS=”-d -f /var/log/arpon/arpon.log -g -s”
# For DARPI uncomment the following line
# DAEMON_OPTS=”-d -f /var/log/arpon/arpon.log -g -y”
# Modify to RUN=”yes” when you are ready
RUN=”yes”