14-11-2018, Saat: 22:45
[hide]
Ping komutu ile ayni anda tek bir hedefe icmp paketleri gonderilebilir. Eger eşzamanlı birden fazla sisteme ping atıp açık makinelerin oranı belirlenmek isteniyorsa fping program kullanılabilir. Örnek; 192.168.1.0/24 aginda aktif makineleri bulmak icin asagidaki komut kullanılabilir;
Kod:
[/code]
[/code]
[/code]
BGA - Beyaz Şapkalı Hacker Eğitimin'den alıntıdır.
Ping komutu ile ayni anda tek bir hedefe icmp paketleri gonderilebilir. Eger eşzamanlı birden fazla sisteme ping atıp açık makinelerin oranı belirlenmek isteniyorsa fping program kullanılabilir. Örnek; 192.168.1.0/24 aginda aktif makineleri bulmak icin asagidaki komut kullanılabilir;
Kod:
Kod:
root@seclab:~# fping -a -g 192.168.1.0/24|more
[code]
192.168.1.2
192.168.1.3
192.168.1.4
[code]
ICMP Host Unreachable from 192.168.1.106 for ICMP Echo sent to 192.168.1.5
[code]
ICMP Host Unreachable from 192.168.1.106 for ICMP Echo sent to 192.168.1.6
ICMP Host Unreachable from 192.168.1.106 for ICMP Echo sent to 192.168.1.7
ICMP Host Unreachable from 192.168.1.106 for ICMP Echo sent to 192.168.1.8
ICMP Host Unreachable from 192.168.1.106 for ICMP Echo sent to 192.168.1.9
ICMP Host Unreachable from 192.168.1.106 for ICMP Echo sent to 192.168.1.10
ICMP Host Unreachable from 192.168.1.106 for ICMP Echo sent to 192.168.1.11
ICMP Host Unreachable from 192.168.1.106 for ICMP Echo sent to 192.168.1.12
ICMP Host Unreachable from 192.168.1.106 for ICMP Echo sent to 192.168.1.13[/code]
Kod:
192.168.1.99
ICMP Host Unreachable from 192.168.1.106 for ICMP Echo sent to 192.168.1.14
192.168.1.100
:cool:
[/hide]BGA - Beyaz Şapkalı Hacker Eğitimin'den alıntıdır.