Advertising
advertising
related pastes to tag 'ping'
- 1797550 - Ping in Python: python portable ping
-
- #!/usr/bin/env python
- # -*- coding: utf-8 -*-
- """
- A pure python ping implementation using raw socket.
- Note that ICMP messages can only be sent from processes running as root.
- 1350411 - routing.sh: ping traceroute netvisao cabovisao lag
-
- #!/bin/bash
- LOGPATH="$HOME/netvisao_logs/"
- if [ ! -d "$LOGPATH" ]; then
- mkdir $LOGPATH;
- fi
- 1348939 - traceroutes: ping traceroute netvisao cabovisao lag
-
- #!/bin/bash
- LOGPATH="$HOME/netvisao_logs/"
- if [ ! -d "$LOGPATH" ]; then
- mkdir $LOGPATH;
- fi
- 1346706 - GRNet Servers Ping/Tracert Test: test servers ping grnet
-
- NANA
- Pinging nana.irc.gr [194.219.155.226] with 32 bytes of data:
- Reply from 194.219.155.226: bytes=32 time=18ms TTL=251
- Reply from 194.219.155.226: bytes=32 time=17ms TTL=251
- Reply from 194.219.155.226: bytes=32 time=17ms TTL=251
- Reply from 194.219.155.226: bytes=32 time=18ms TTL=251
- 969064 - poormanmap: script shell ping nmap
-
- a=0; while [ $a -lt 255 ]
- do
- b=0; while [ $b -lt 255 ]
- do
- echo sweeping through 10.$a.$b.*
- c=0; while [ $c -lt 255 ]
- do
- c=`echo $c+1 | bc`