Monday, May 22, 2017

Wire Shark - filters

1. ip.addr == 10.0.0.1 
   [Sets a filter for any packet with 10.0.0.1, as either the source    or dest]


2. ip.addr==10.0.0.1  && ip.addr==10.0.0.2 
   [sets a conversation filter between the two defined IP addresses]

3. http or dns 
   [sets a filter to display all http and dns]

4. tcp.port==4000 
   [sets a filter for any TCP packet with 4000 as a source or dest      port]

5. tcp.flags.reset==1 
   [displays all TCP resets]

6. http.request 
   [displays all HTTP GET requests]

7. tcp contains traffic 
   [displays all TCP packets that contain the word ‘traffic’.          Excellent when searching on a specific string or user ID]

8. !(arp or icmp or dns) 
   [masks out arp, icmp, dns, or whatever other protocols may be        background noise. Allowing you to focus on the traffic of            interest]

9. udp contains 33:27:58 
   [sets a filter for the HEX values of 0x33 0x27 0x58 at any          offset]

10. tcp.analysis.retransmission 
    [displays all retransmissions in the trace. Helps when tracking     down slow application performance and packet loss]


ip.sr == 192.168.1.0/24 && ip.dst == 192.168.1.0/24

tcp.flags.syn == 1 && tcp.flags.ack == 1


Tuesday, May 9, 2017

Mount /home dir to new partition or hdd

After installing Kali, Need to found user home directory on other hdd. 
--------------------------------------------------------------------
{
        1. Find uuid of the hdd or partition
         {
                  #blkid
                         // will display blkid and type =ext3
          }
        
        2. setup fstab
  {
  //copy fstab as backup, incase if you need again
  #cp /etc/fstab /etc/fstab.$(date +%d-%m-%Y)
 
  //cmp the two files
  #cmp /etc/fstab /etc/fstab.$(date +%d-%m-%Y)
 
  //edit with vi
  #vi /etc/fstab
  {
  (hdd id) location type
  UUID=1112255555554 /media/home ext4 defaults 0 2
  }
 
  //create a tmp dir for cp data --> the location tab in fstab file above
  #mkdir /media/home
 
  //remount fstab
  #mount -a
  }
 
  3. cp /home dir to new partition
  {
  rsync -aXS --progress /home/. /media/home/.
  }
 
  4. check cp work
  {
  #diff -r /media/home /home
  }
 
  5. final change
  {
  //edit with vi --> replace /media/home to /home
  #vi /etc/fstab
  {
  (hdd id) location type
  UUID=1112255555554 /home ext4 defaults 0 2
  }
  }
 
  6. if error
  {
  #umount /media/home
  #mount -a
  }
 
  7. del old home
  {
  $rm -rI /old_home
  }
 


}

Wednesday, August 18, 2010

today I am going to Sea

Seagull , This is what i learnt today : i can fly as seagull, Jonatha, seagull ........ Great Book ..

NAMAZ

We should respect religion and do according to it, Prayer is the way to reach THE GOD .

We all are one ..

Tuesday, August 17, 2010

Metallica

Frantic


Master of Puppets

Better Than You

Devil's Dance

Fuel

Attitude

Prince Charming

Bad Seed