Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'ping'

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