04. http-ping

Program 2016. 6. 10. 18:15

# URL 에 Ping 을 해보자!


# 재미있는 일이 생긴다.


# 사용법

  - http-ping 파일을 다운로드 받는다.

  - 다운로드 받은 파일을 C:\Windows\System32 위치에 복사

  - 도스창을 열고 http-ping http://www.google.com 입력, 그리고 엔터

  - 자세한 사용법은 http-ping.exe /? 로 확인 바랍니다.


# 출처 : http://www.coretechnologies.com


http-ping.exe


Command-Line Options

http-ping [-t] [-n count] [-i interval] [-f file-name] [-s] [-v]
          [-q] [-c] [-r] [-w timeout] [-p] [-d] [-o data | -of file-name]
          [-ua user-agent] [-h header-line] [-e | -et | -eb]
          [-ipv4 | -ipv6] URL

Where:
    URL            The URL you wish to check. For example, http://www.kiva.org,
                   http://209.191.122.70, or http://www.yourhost:8080.
                   Be sure to surround an IPv6 address with square brackets. For
                   example, http://[2a00:1450:4007:800::1014].

Options:
    -t             Ping the specified URL until stopped.
                   To see statistics and continue - type Control-Break;
                   To stop - type Control-C.
    -n count       Send 'count' requests. Supercedes -t.
    -i interval    Wait 'interval' seconds between each request. There is a
                   1-second wait if this option is not specified.
    -f file-name   Save responses to file 'file-name'. Please specify the full
                   path, and use quotes around file names with spaces.
    -s             Silent. Print no output.
    -v             Verbose. Print detailed output. Supercedes -s.
    -q             Quick. Perform HTTP HEAD requests instead of GETs. This will
                   retrieve headers only, and bytes reported will be 0.
    -c             Perform a full connection on each request; ignore keep-alive.
    -r             Follow HTTP redirects.
    -w timeout     Wait 'timeout' seconds for a response before timing out.
                   Specify 0 to avoid timing out.
                   If not specified, the default timeout is 30 seconds.
    -p             Use the proxy defined in the Windows Internet settings.
    -d             Print the date and time of each ping attempt.
    -o data        Perform HTTP POSTs sending the given data. Please enclose
                   the data in quotes if it contains spaces.
    -of file-name  Perform HTTP POSTs sending the contents of file 'file-name'.
                   Please specify the full path, and use quotes if the file name
                   contains spaces.
    -ua user-agent Set the User-Agent value to 'user-agent'. Please use quotes
                   if the value contains spaces.
    -h header-line Pass the given header line as-is in each ping request. For
                   example, add a host header like this:
                   -h \"Host: www.site1.com\"
                   Be sure to surround the header-line with quotes. You can
                   specify multiple instances of this option.
    -e             Instead of returning the percentage of requests that
                   succeeded, return the HTTP status code of the last request,
                   or 0 if the last request failed.
    -et            Instead of returning the percentage of requests that
                   succeeded, return the time taken (in milliseconds) by the
                   last request, or 0 if the last request failed.
    -eb            Instead of returning the percentage of requests that
                   succeeded, return the number of bytes transferred by the
                   last request, or 0 if the last request failed.
    -ipv4          Force IPv4 resolution for dual-stacked sites.
    -ipv6          Force IPv6 resolution for dual-stacked sites.



'Program' 카테고리의 다른 글

06. 특수문자입력기  (0) 2016.06.21
05. Cookie  (0) 2016.06.14
03. Blue Screen View  (0) 2016.06.10
02. USB Deview  (0) 2016.06.10
01. Netscan  (0) 2016.06.10

설정

트랙백

댓글

03. Blue Screen View

Program 2016. 6. 10. 18:06

# 제목처럼 블루 스크린을 볼 수 있는 프로그램 입니다.

# 어떤 프로그램으로 인해 블루 스크린이 발생 했는지 블루스크린 화면을 볼 수도 있는 프로그램 입니다.

# 무설치, 설치, 64bit 버젼으로 첨부 하였습니다.


# 출처 : http://www.nirsoft.net

bluescreenview-x64.zip

bluescreenview.zip

bluescreenview_setup.exe


'Program' 카테고리의 다른 글

06. 특수문자입력기  (0) 2016.06.21
05. Cookie  (0) 2016.06.14
04. http-ping  (0) 2016.06.10
02. USB Deview  (0) 2016.06.10
01. Netscan  (0) 2016.06.10

설정

트랙백

댓글

02. USB Deview

Program 2016. 6. 10. 17:54

# PC에 연결되었던 USB 장치를 볼 수 있는 프로그램 입니다.

# 특별할 것 없는 프로그램 이라서 설명은 생략

# 실행은 관리자 권한으로 실행 하시고,

# 32/64bit Version 확인하시고 사용

  - 영어를 잘 모르겠으면 한글 언어팩까지 첨부하였으나 잘 사용하시길...

# 출처 : http://www.nirsoft.net

usbdeview-x32.zip

usbdeview-x64.zip

usbdeview_korean.zip


'Program' 카테고리의 다른 글

06. 특수문자입력기  (0) 2016.06.21
05. Cookie  (0) 2016.06.14
04. http-ping  (0) 2016.06.10
03. Blue Screen View  (0) 2016.06.10
01. Netscan  (0) 2016.06.10

설정

트랙백

댓글